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

@@ -776,6 +776,9 @@ inbound_005 (server * serv, char *word[])
} else if (strncmp (word[w], "WATCH=", 6) == 0)
{
serv->supports_watch = TRUE;
} else if (strncmp (word[w], "MONITOR=", 8) == 0)
{
serv->supports_monitor = TRUE;
} else if (strncmp (word[w], "NETWORK=", 8) == 0)
{
/* if (serv->networkname)