Bug 126109 - fixing regression from previous patch

r=rginda a=asa
chatzilla only


git-svn-id: svn://10.0.0.236/trunk@115213 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
samuel%sieb.net 2002-02-22 07:12:48 +00:00
parent e548a55553
commit 56d6c62c2a

View File

@ -467,7 +467,11 @@ function serv_messto (code, target, msg, ctcpCode)
var line = code + " " + target + " :" + pfx;
this.sendsThisRound++;
if (lines[i] != "")
line += " " + lines[i] + sfx;
{
if (ctcpCode)
line += " ";
line += lines[i] + sfx;
}
else
line += sfx;
//dd ("-*- irc sending '" + line + "'");