Add missing ":" in modules/badwords.py
This commit is contained in:
parent
d3563eea69
commit
c28c85cdd6
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class Module(ModuleManager.BaseModule):
|
|||
ban = False
|
||||
if pattern["action"] == "kick":
|
||||
kick = True
|
||||
elif pattern["action"] == "kickban"
|
||||
elif pattern["action"] == "kickban":
|
||||
ban = True
|
||||
kick = True
|
||||
elif pattern["action"] == "ban":
|
||||
|
|
Loading…
Reference in a new issue