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:
parent
e548a55553
commit
56d6c62c2a
@ -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 + "'");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user