From 0a304f3813921b471db6ea898059e140a2ca1d0f Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Tue, 19 Jan 2010 01:47:21 -0600 Subject: [PATCH] supported: Add CLIENTVER=3.0 to indicate presence of 3.0 core capabilities (such as CAP, extended WHO, etc) as requested by LifeIsPain. --- src/supported.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/supported.c b/src/supported.c index f34562e..b892b50 100644 --- a/src/supported.c +++ b/src/supported.c @@ -325,4 +325,5 @@ init_isupport(void) add_isupport("TARGMAX", isupport_targmax, NULL); add_isupport("EXTBAN", isupport_extban, NULL); add_isupport("WHOX", isupport_string, ""); + add_isupport("CLIENTVER", isupport_string, "3.0"); }