Configuration Secrets

Reconnect Interval
To change the interval at which your bot reconnects:
1. Navigate to your bot's configuration file via 'BotFolder/Profiles/Profile Name/Config.ini'
2. Under the '[Options]' section inside the file add the key 'ReconInterval=##' where '##' indicates your reconnect interval in milliseconds.
3. Save the file.
4. Reconnect!

Override 0x0F Block
To disable the internal block from intercepting chat events:
1. Navigate to your bot's configuration file via 'BotFolder/Profiles/Profile Name/Config.ini'
2. Under the '[Plugins]' section inside the file add the key 'Override0x0FBlock=1' where '1' enables the override, and any other value does not.
3. Save the file.
4. Reconnect!

Flood Detection Reset Interval
To change the interval at which flood detection resets:
1. Navigate to your bot's configuration file via 'BotFolder/Profiles/Profile Name/Config.ini'
2. Under the '[Options]' section inside the file add the key 'FloodDetectionReset=##' where '##' indicates the reset interval in milliseconds.
3. Save the file.
4. Reconnect!

FilterMode 1 Interval
To change the interval at which filtermode 1 applies:
1. Navigate to your bot's configuration file via 'BotFolder/Profiles/Profile Name/Config.ini'
2. Under the '[Options]' section inside the file add the key 'FilterMode1Interval=##' where '##' indicates the reset interval in milliseconds.
3. Save the file.
4. Reconnect!