mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-09 05:14:24 +00:00
Bug 132817 - Chatzilla has problems joining channels on a pirc server
r=rginda
This commit is contained in:
parent
6238486007
commit
3172a3e43b
@ -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" */);
|
||||
|
Loading…
Reference in New Issue
Block a user