Committer  : klmitch
CVSROOT    : /cvsroot/undernet-ircu
Module     : ircu2.10
Commit time: 2008-03-20 18:59:09 UTC

Modified files:
     ChangeLog include/client.h

Log message:

Author: Kev <[EMAIL PROTECTED]>
Log message:

Add +O to the list of supported usermodes.  (Some clients have been known
to complain if they see it otherwise...)

---------------------- diff included ----------------------
Index: ircu2.10/ChangeLog
diff -u ircu2.10/ChangeLog:1.851 ircu2.10/ChangeLog:1.852
--- ircu2.10/ChangeLog:1.851    Thu Mar 20 11:22:16 2008
+++ ircu2.10/ChangeLog  Thu Mar 20 11:58:58 2008
@@ -1,5 +1,11 @@
 2008-03-20  Kevin L. Mitchell  <[EMAIL PROTECTED]>
 
+       * include/client.h (infousermodes): add +O to the list of
+       supported usermodes--some clients complain if they see it
+       otherwise
+
+2008-03-20  Kevin L. Mitchell  <[EMAIL PROTECTED]>
+
        * ircd/ircd_features.c: update CHANMODES ISUPPORT setting to
        include 'R' channel mode
 
Index: ircu2.10/include/client.h
diff -u ircu2.10/include/client.h:1.54 ircu2.10/include/client.h:1.55
--- ircu2.10/include/client.h:1.54      Thu Mar 20 10:45:30 2008
+++ ircu2.10/include/client.h   Thu Mar 20 11:58:59 2008
@@ -19,7 +19,7 @@
  */
 /** @file
  * @brief Structures and functions for handling local clients.
- * @version $Id: client.h,v 1.54 2008/03/20 17:45:30 klmitch Exp $
+ * @version $Id: client.h,v 1.55 2008/03/20 18:58:59 klmitch Exp $
  */
 #ifndef INCLUDED_client_h
 #define INCLUDED_client_h
@@ -69,7 +69,7 @@
  */
 
 /** String containing valid user modes, in no particular order. */
-#define infousermodes "dioswkgx"
+#define infousermodes "dioOswkgx"
 
 /** Operator privileges. */
 enum Priv
----------------------- End of diff -----------------------
_______________________________________________
Patches mailing list
[email protected]
http://undernet.sbg.org/mailman/listinfo/patches

Reply via email to