about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2006-06-15 20:28:15 +0000
committerAlexander Barton <alex@barton.de>2006-06-15 20:28:15 +0000
commite9e1fa459b2fe8575deed8a195d889f5c94d37b0 (patch)
treef5f4c158f3612df131265b6553035137dcc41a38 /src
parent581f5479a27eaee454b5e17c58dc8cb700a67a62 (diff)
downloadngircd-e9e1fa459b2fe8575deed8a195d889f5c94d37b0.tar.gz
ngircd-e9e1fa459b2fe8575deed8a195d889f5c94d37b0.zip
Sorted channel modes alphabetically.
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/defines.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ngircd/defines.h b/src/ngircd/defines.h
index d314f1a9..5f98e806 100644
--- a/src/ngircd/defines.h
+++ b/src/ngircd/defines.h
@@ -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