mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
multiprotocol fixes
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@691 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
9843c46cc7
commit
c91e8f98a4
@ -118,6 +118,9 @@ static void notifylist_timeout_server(IRC_SERVER_REC *server)
|
|||||||
|
|
||||||
g_return_if_fail(server != NULL);
|
g_return_if_fail(server != NULL);
|
||||||
|
|
||||||
|
if (!IS_IRC_SERVER(server))
|
||||||
|
return;
|
||||||
|
|
||||||
if (!is_ison_queue_empty(server)) {
|
if (!is_ison_queue_empty(server)) {
|
||||||
/* still not received all replies to previous /ISON commands.. */
|
/* still not received all replies to previous /ISON commands.. */
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user