Remove legacy !fdel alias

This commit is contained in:
nyuszika7h 2014-04-25 21:42:20 +02:00
parent 19c6133ec7
commit 18f0084499

View File

@ -479,7 +479,7 @@ def fjoin(cli, nick, chann_, rest):
else: else:
cli.notice(nick, "No, that won't be allowed.") cli.notice(nick, "No, that won't be allowed.")
@cmd("fleave","fquit","fdel", admin_only=True) @cmd("fleave", "fquit", admin_only=True)
def fleave(cli, nick, chann_, rest): def fleave(cli, nick, chann_, rest):
chan = botconfig.CHANNEL chan = botconfig.CHANNEL