Add missing ":" in modules/badwords.py

This commit is contained in:
jesopo 2018-10-28 12:31:42 +00:00
parent d3563eea69
commit c28c85cdd6

View file

@ -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":