From 496ed18e85147a167a2841e078e974e988eeb006 Mon Sep 17 00:00:00 2001 From: TingPing Date: Wed, 3 Apr 2013 18:51:54 -0400 Subject: Add MONITOR support --- src/common/modes.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/common/modes.c') diff --git a/src/common/modes.c b/src/common/modes.c index 419b704a..0486b532 100644 --- a/src/common/modes.c +++ b/src/common/modes.c @@ -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) -- cgit 1.4.1