mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-26 07:16:53 +00:00
Sorted channel modes alphabetically.
This commit is contained in:
parent
581f5479a2
commit
e9e1fa459b
@ -8,7 +8,7 @@
|
|||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
* Please read the file COPYING, README and AUTHORS for more information.
|
* 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. */
|
in seconds. */
|
||||||
|
|
||||||
#define USERMODES "aios" /* Supported user modes. */
|
#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 CONNECTED true /* Internal status codes. */
|
||||||
#define DISCONNECTED false
|
#define DISCONNECTED false
|
||||||
|
Loading…
Reference in New Issue
Block a user