removed mtg.py

This commit is contained in:
neersighted 2012-03-30 17:26:38 -07:00
parent 0e6840b0a8
commit e93d4ed231
2 changed files with 2 additions and 185 deletions

View file

@ -49,7 +49,7 @@ def ignored(inp, bot=None):
@hook.command(adminonly=True)
def ignore(inp, input=None, notice=None):
".ignore <channel/user/host> -- Makes the bot ignore <channel/user/host>."
".ignore <channel|user|host> -- Makes the bot ignore <channel|user|host>."
target = inp
if is_ignored(target):
@ -61,7 +61,7 @@ def ignore(inp, input=None, notice=None):
@hook.command(adminonly=True)
def unignore(inp, input=None, notice=None):
".unignore <channel/user/host> -- Makes the bot listen to <channel/user/host>."
".unignore <channel|user|host> -- Makes the bot listen to <channel|user|host>."
target = inp
if is_ignored(target):