Bug 132817 - Chatzilla has problems joining channels on a pirc server

r=rginda
This commit is contained in:
samuel%sieb.net 2002-09-25 23:40:24 +00:00
parent 6238486007
commit 3172a3e43b

View File

@ -1329,7 +1329,7 @@ CIRCServer.prototype.onJoin =
function serv_join (e)
{
e.channel = new CIRCChannel (this, e.meat);
e.channel = new CIRCChannel (this, (e.meat ? e.meat : e.params[1]));
if (e.user == this.me)
e.server.sendData ("MODE " + e.channel.encodedName + "\n" /* +
"BANS " + e.channel.encodedName + "\n" */);