Fix the /kick command

This commit is contained in:
mathieui 2011-11-05 19:38:03 +01:00
parent 4a8ef77839
commit 038869d2f7

View file

@ -653,7 +653,7 @@ class MucTab(ChatTab):
if not len(args): if not len(args):
self.core.command_help('kick') self.core.command_help('kick')
else: else:
self.command_role('none '+arg) self.command_role(arg+ ' none')
def command_role(self, arg): def command_role(self, arg):
""" """