diff options
Diffstat (limited to 'src/common/inbound.c')
-rw-r--r-- | src/common/inbound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/inbound.c b/src/common/inbound.c index 47dd0678..58a458b0 100644 --- a/src/common/inbound.c +++ b/src/common/inbound.c @@ -1391,7 +1391,7 @@ inbound_login_end (session *sess, char *text) check_autojoin_channels, serv); else check_autojoin_channels (serv); - if (serv->supports_watch) + if (serv->supports_watch || serv->supports_monitor) notify_send_watches (serv); serv->end_of_motd = TRUE; } |