diff options
-rw-r--r-- | degesch.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2469,7 +2469,7 @@ irc_remove_user_from_channel (struct user *user, struct channel *channel) static bool irc_is_connected (struct server *s) { - return s->state != IRC_DISCONNECTED; + return s->state != IRC_DISCONNECTED && s->state != IRC_CONNECTING; } static void |