Author: Kev <klmitch@mit.edu>
authorKevin L. Mitchell <klmitch@mit.edu>
Wed, 27 Jun 2001 14:24:47 +0000 (14:24 +0000)
committerKevin L. Mitchell <klmitch@mit.edu>
Wed, 27 Jun 2001 14:24:47 +0000 (14:24 +0000)
Log message:

More forward-ports from pl15

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@519 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

ChangeLog
include/supported.h

index 97010cff7363ce67f0f1f89b3ce6948beaed6216..ab8c6fe1b661490c8fb800cc8ea552afa724f997 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-06-27  Kevin L. Mitchell  <klmitch@mit.edu>
+
+       * include/supported.h: forward-port from pl15
+
 2001-06-25  Kevin L. Mitchell  <klmitch@mit.edu>
 
        * ircd/whocmds.c: include ircd_policy.h and implement
index 5fbde13b91798a538612e48a8cd2428a4cf55099..c97d12689878f032bab470d29850e1371e211a4f 100644 (file)
@@ -37,7 +37,6 @@
                 " USERIP"\
                 " CPRIVMSG"\
                 " CNOTICE"\
-                " MAP" \
                 " SILENCE=%i" \
                 " MODES=%i" \
                 " MAXCHANNELS=%i" \
                 " TOPICLEN=%i" \
                 " KICKLEN=%i" \
                 " CHANTYPES=%s" \
-                " PREFIX=%s"
-                 
+                " PREFIX=%s" \
+                " CHANMODES=%s" \
+                " CHARSET=%s"
+
 #define FEATURESVALUES feature_int(FEAT_MAXSILES), MAXMODEPARAMS, \
                       feature_int(FEAT_MAXCHANNELSPERUSER), \
                       feature_int(FEAT_MAXBANS), NICKLEN, TOPICLEN, \
-                      TOPICLEN, "+#&", "@+"
+                      TOPICLEN, "+#&", "(ov)@+", "b,k,l,imnpst", "rfc1459"
 
 #endif /* INCLUDED_supported_h */