]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Sorted channel modes alphabetically.
authorAlexander Barton <alex@barton.de>
Thu, 15 Jun 2006 20:28:15 +0000 (20:28 +0000)
committerAlexander Barton <alex@barton.de>
Thu, 15 Jun 2006 20:28:15 +0000 (20:28 +0000)
src/ngircd/defines.h

index d314f1a969bef7c3d2676ef7a97559a7155b033f..5f98e806b806754f9abc0b70ae317b757d2bdf09 100644 (file)
@@ -8,7 +8,7 @@
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
  *
- * $Id: defines.h,v 1.57 2005/09/02 12:50:25 alex Exp $
+ * $Id: defines.h,v 1.58 2006/06/15 20:28:15 alex Exp $
  */
 
 
@@ -95,7 +95,7 @@
                                           in seconds. */
 
 #define USERMODES "aios"               /* Supported user modes. */
-#define CHANMODES "biklImnoPstv"       /* Supported channel modes. */
+#define CHANMODES "biIklmnoPstv"       /* Supported channel modes. */
 
 #define CONNECTED true                 /* Internal status codes. */
 #define DISCONNECTED false