diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-04-04 14:25:07 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-04-04 14:25:07 +0000 |
commit | ce2c4d02c824552076bff61daee7824c46edc46d (patch) | |
tree | ef3a304109e7f660048ab716121c6023fe69d793 /include/solidircd.h | |
parent | d31359dcdc37be9797e50cdf1a6850c1f5ef0119 (diff) |
BUILD : 1.7.8 (656) BUGS : 331 NOTES : (1) Updated de.l (2) mydbgen will now be installed correctly (3) added support for cmodes +SN to solidircd
git-svn-id: svn://svn.anope.org/anope/trunk@656 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@504 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/solidircd.h')
-rw-r--r-- | include/solidircd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/solidircd.h b/include/solidircd.h index 94386798a..972ec73da 100644 --- a/include/solidircd.h +++ b/include/solidircd.h @@ -61,6 +61,7 @@ #define CMODE_M 0x00000800 /* Non-regged nicks can't send messages */ #define CMODE_j 0x00001000 /* join throttle */ #define CMODE_S 0x00002000 /* SSL only */ +#define CMODE_N 0x00004000 /* No Nickname change */ #define CMODE_O 0x00008000 /* Only opers can join */ |