mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02: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
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue