mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05: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:
parent
a8680fb7da
commit
184e4071c1
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user