diff options
| author | 2008-07-13 19:24:38 +0000 | |
|---|---|---|
| committer | 2008-07-13 19:24:38 +0000 | |
| commit | 0579cdd300433f232b05aef41e281ea7d0a9bd79 (patch) | |
| tree | 1cb6c7393bb1a1578c6515c44cc2c538cd3ee8d4 /include | |
| parent | Convert a bunch of crap (diff) | |
| download | inspircd++-0579cdd300433f232b05aef41e281ea7d0a9bd79.tar.gz inspircd++-0579cdd300433f232b05aef41e281ea7d0a9bd79.tar.bz2 inspircd++-0579cdd300433f232b05aef41e281ea7d0a9bd79.zip | |
Convert, convert, convert
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10009 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
| -rw-r--r-- | include/numerics.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/numerics.h b/include/numerics.h index 446966bbb..79d6fe7dc 100644 --- a/include/numerics.h +++ b/include/numerics.h @@ -33,17 +33,28 @@ enum Numerics RPL_YOURUUID = 042, // taken from ircnet + RPL_RULES = 232, + + RPL_RULESTART = 308, + RPL_RULESEND = 309, RPL_TOPIC = 332, RPL_TOPICTIME = 333, RPL_NAMREPLY = 353, RPL_ENDOFNAMES = 366, + RPL_MOTD = 372, + RPL_MOTDSTART = 375, + RPL_ENDOFMOTD = 376, + + RPL_YOURDISPLAYEDHOST = 396, // from charybdis/etc, common convention /* * Error range of numerics. */ ERR_NOSUCHNICK = 401, ERR_TOOMANYCHANNELS = 405, + ERR_NOMOTD = 422, + ERR_NORULES = 434, ERR_USERNOTINCHANNEL = 441, ERR_BADCHANNELKEY = 475, ERR_INVITEONLYCHAN = 473, |
