Add MONITOR support

This commit is contained in:
TingPing
2013-04-03 18:51:54 -04:00
parent 86cf7de430
commit 496ed18e85
6 changed files with 38 additions and 10 deletions

View File

@@ -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;
}