1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

Remove obsolete part of comment.

git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4929 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2008-11-29 18:01:04 +00:00 committed by exg
parent a8680fb7da
commit 184e4071c1

View File

@ -419,8 +419,7 @@ static void server_cmd_timeout(IRC_SERVER_REC *server, GTimeVal *now)
len = strlen(cmd);
irc_server_send_data(server, cmd, len);
/* add to rawlog without [CR+]LF (/RAWQUOTE might not have
added the CR) */
/* add to rawlog without [CR+]LF */
if (len > 2 && cmd[len-2] == '\r')
cmd[len-2] = '\0';
else if (cmd[len-1] == '\n')