Fix the /kick command
This commit is contained in:
parent
4a8ef77839
commit
038869d2f7
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue