removed mtg.py
This commit is contained in:
parent
0e6840b0a8
commit
e93d4ed231
2 changed files with 2 additions and 185 deletions
|
@ -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):
|
||||
|
|
Reference in a new issue