From: Alexander Barton Date: Thu, 15 Jun 2006 20:28:15 +0000 (+0000) Subject: Sorted channel modes alphabetically. X-Git-Tag: rel-0-10-0-pre1~22 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=e9e1fa459b2fe8575deed8a195d889f5c94d37b0 Sorted channel modes alphabetically. --- 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