summaryrefslogtreecommitdiff
path: root/include/numeric.h
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-05-04 21:17:10 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-05-04 21:17:10 +0000
commit113013274fb3b4ff32b442729e0ebb47aa747138 (patch)
tree56c5d466bd5c79f6f0e0eee39795761d7ef9e5a6 /include/numeric.h
parent59c851e2f4bb85fb1b00f59903950703ac3c48bd (diff)
- Implemented channel mode +c. Known from other ircds, this mode basically
prevents users from sending messages including control codes to a channel that has this mode set git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@1938 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'include/numeric.h')
-rw-r--r--include/numeric.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/numeric.h b/include/numeric.h
index fb5da3a..923c91c 100644
--- a/include/numeric.h
+++ b/include/numeric.h
@@ -180,6 +180,7 @@ extern const char *form_str(unsigned int);
#define ERR_TOOMANYCHANNELS 405
#define ERR_WASNOSUCHNICK 406
#define ERR_TOOMANYTARGETS 407
+#define ERR_NOCTRLSONCHAN 408
#define ERR_NOORIGIN 409
#define ERR_INVALIDCAPCMD 410