mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
Merge pull request #614 from irssi/revert-605-fix-early-ison
Revert "Don't reset wait_cmd during connection registration (fixes early ISON)"
This commit is contained in:
commit
fcd3ec467f
1 changed files with 0 additions and 6 deletions
|
|
@ -527,12 +527,6 @@ void irc_server_send_data(IRC_SERVER_REC *server, const char *data, int len)
|
|||
return;
|
||||
}
|
||||
|
||||
/* Don't reset wait_cmd during connection registration
|
||||
* (while sending CAP / SASL related commands) */
|
||||
if (!server->connected) {
|
||||
return;
|
||||
}
|
||||
|
||||
g_get_current_time(&server->last_cmd);
|
||||
|
||||
/* A bit kludgy way to do the flood protection. In ircnet, there
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue