Skip to content

Commit 7822284

Browse files
tewardaj00200
authored andcommitted
blockbot: Modified module to have the spam-string kick message to be defined in the config file. - Second Commit: repairs code indentation failures
1 parent 462e840 commit 7822284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/blockbot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def __init__(self, server):
2020
self.storage_time = 25
2121
self.repeat_limit = 3
2222
self.repeat_1word = 4
23-
self.blacklistkickmsg = api.get_config_str('BlockBot','blacklist-kick-msg')
23+
self.blacklistkickmsg = api.get_config_str('BlockBot','blacklist-kick-msg')
2424

2525
# Compile Spam Strings
2626
self.findlist = []

0 commit comments

Comments
 (0)