We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 462e840 commit 7822284Copy full SHA for 7822284
modules/blockbot.py
@@ -20,7 +20,7 @@ def __init__(self, server):
20
self.storage_time = 25
21
self.repeat_limit = 3
22
self.repeat_1word = 4
23
- self.blacklistkickmsg = api.get_config_str('BlockBot','blacklist-kick-msg')
+ self.blacklistkickmsg = api.get_config_str('BlockBot','blacklist-kick-msg')
24
25
# Compile Spam Strings
26
self.findlist = []
0 commit comments