-log.debug
This commit is contained in:
parent
6e58f88d05
commit
4a007eb42b
1 changed files with 0 additions and 1 deletions
|
@ -535,7 +535,6 @@ class MucTab(ChatTab):
|
||||||
args = common.shell_split(arg)
|
args = common.shell_split(arg)
|
||||||
if len(args) < 1:
|
if len(args) < 1:
|
||||||
return
|
return
|
||||||
log.debug('ALLO: %s' % args[0])
|
|
||||||
if args[0] in [user.nick for user in self.get_room().users]:
|
if args[0] in [user.nick for user in self.get_room().users]:
|
||||||
jid = self._room.name + '/' + args[0]
|
jid = self._room.name + '/' + args[0]
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue