fixed #1113
This commit is contained in:
parent
09099bed72
commit
a27defb885
1 changed files with 1 additions and 0 deletions
|
@ -399,6 +399,7 @@ class Gui(object):
|
||||||
# roomname = self.current_room().name
|
# roomname = self.current_room().name
|
||||||
# self.muc.eject_user(roomname, 'ban', nick, reason)
|
# self.muc.eject_user(roomname, 'ban', nick, reason)
|
||||||
|
|
||||||
|
|
||||||
def command_join(self, args):
|
def command_join(self, args):
|
||||||
if len(args) == 0:
|
if len(args) == 0:
|
||||||
r = self.current_room()
|
r = self.current_room()
|
||||||
|
|
Loading…
Reference in a new issue