Fix wording for !badwordsdel (copypaste fail!)
This commit is contained in:
parent
996df4dc5e
commit
73a33633e2
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@ class Module(ModuleManager.BaseModule):
|
|||
event["user"].nickname, index))
|
||||
badwords.pop(index_int)
|
||||
event["target"].set_setting("badwords", badwords)
|
||||
event["stdout"].write("%s: added to badwords" % event["user"].nickname)
|
||||
event["stdout"].write("%s: removed from badwords" %
|
||||
event["user"].nickname)
|
||||
|
||||
@utils.hook("received.message.channel")
|
||||
def channel_message(self, event):
|
||||
|
|
Loading…
Reference in a new issue