This commit is contained in:
Yann Leboulanger 2005-04-18 17:49:31 +00:00
parent 09ab1375d3
commit 7934a71024
1 changed files with 1 additions and 1 deletions

View File

@ -684,7 +684,7 @@ class connection:
def join_gc(self, nick, room, server, password):
if not self.connection:
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)
def send_gc_message(self, jid, msg):