typo
This commit is contained in:
parent
09ab1375d3
commit
7934a71024
|
@ -684,7 +684,7 @@ class connection:
|
||||||
def join_gc(self, nick, room, server, password):
|
def join_gc(self, nick, room, server, password):
|
||||||
if not self.connection:
|
if not self.connection:
|
||||||
return
|
return
|
||||||
p = common.jabber.Presence(to = '%s@%s/%s' % (room, server, password))
|
p = common.jabber.Presence(to = '%s@%s/%s' % (room, server, nick))
|
||||||
self.connection.send(p)
|
self.connection.send(p)
|
||||||
|
|
||||||
def send_gc_message(self, jid, msg):
|
def send_gc_message(self, jid, msg):
|
||||||
|
|
Loading…
Reference in New Issue