summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-07-13 19:05:31 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-07-13 19:05:31 +0000
commit4f7d99c193420035b8b75d075dd458df535d5bda (patch)
treee85c44d35e1981af4bde298459d16f6cda1a9d24 /include
parent95538518b3d672ffd9ad46a91293a8b2d4b35220 (diff)
Finish channels.cpp conversion to numerics list
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10007 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r--include/numerics.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/numerics.h b/include/numerics.h
index 6a587a5b3..f78cd60d0 100644
--- a/include/numerics.h
+++ b/include/numerics.h
@@ -28,14 +28,19 @@ enum Numerics
*/
RPL_TOPIC = 332,
RPL_TOPICTIME = 333,
+ RPL_NAMREPLY = 353,
+ RPL_ENDOFNAMES = 366,
/*
* Error range of numerics.
*/
+ ERR_NOSUCHNICK = 401,
ERR_TOOMANYCHANNELS = 405,
+ ERR_USERNOTINCHANNEL = 441,
ERR_BADCHANNELKEY = 475,
ERR_INVITEONLYCHAN = 473,
ERR_CHANNELISFULL = 471,
- ERR_BANNEDFROMCHAN = 474
+ ERR_BANNEDFROMCHAN = 474,
+ ERR_CHANOPRIVSNEEDED = 482
};