]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/supported.c
Add is_halfop() and is_owner() and start using them in the new functions.
[irc/rqf/shadowircd.git] / src / supported.c
index f34562e3fab339df8d3454c5d0a47abb16455c92..b892b50dd89e88488b0d9a70f41115912c2bd32a 100644 (file)
@@ -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");
 }