commit 2571400e2e95bf2b66f6f6bef25f8adaa3c6bc95 parent 0218175abb3dcfc364e30db1fecf879d115435af Author: Antoine Amarilli <a3nm@a3nm.net> Date: Sat, 28 Jul 2012 00:16:43 +0200 better comment Diffstat:
irctk.c | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/irctk.c b/irctk.c @@ -34,7 +34,8 @@ enum track {NO, YES, UNIQUE}; #define INITIAL_CHAN_ALLOC 2 -#define ERR_BADCHANNAME 479 // hybrid +// non-standard error for the hybrid ircd +#define ERR_BADCHANNAME 479 #define max(a, b) ((b) > (a) ? (b) : (a))