This commit is contained in:
Luke Rogers 2012-03-23 13:00:22 +13:00
parent 8c3bc46343
commit ffbeab7e14
2 changed files with 15 additions and 15 deletions

View file

@ -1,4 +1,3 @@
# mute plugin by lukeroge and neersighted
from util import hook
muted = []
@ -64,7 +63,7 @@ def mute(inp, input=None, db=None):
def unmute(inp, input=None, db=None):
".unmute <channel/user> -- Makes the bot listen to <channel/user>."
target = inp
if is_muted(target):
unmute_target(target)
input.notice("%s has been unmuted." % target)