Changeset 803 for trunk/ithildin/modules/ircd/send.h
- Timestamp:
- 05/31/07 15:15:23 (5 years ago)
- File:
-
- 1 edited
-
trunk/ithildin/modules/ircd/send.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ithildin/modules/ircd/send.h
r787 r803 177 177 #define RPL_LOADTOOHIGH 263 178 178 179 #define RPL_COMMANDSYNTAX 334 180 #define RPL_BANLIST 367 181 #define RPL_ENDOFBANLIST 368 182 179 183 #define ERR_NOSUCHNICK 401 180 184 #define ERR_NOSUCHSERVER 402 181 185 #define ERR_NOSUCHCHANNEL 403 186 #define ERR_CANNOTSENDTOCHAN 404 182 187 #define ERR_TOOMANYTARGETS 407 183 188 #define ERR_UNKNOWNCOMMAND 421 184 189 #define ERR_ERRONEOUSNICKNAME 432 190 #define ERR_BANONCHAN 435 191 #define ERR_BANNICKCHANGE 437 185 192 #define ERR_USERNOTINCHANNEL 441 186 193 #define ERR_NOTONCHANNEL 442 … … 189 196 #define ERR_ALREADYREGISTERED 462 190 197 #define ERR_PASSWDMISMATCH 464 198 #define ERR_CHANNELISFULL 471 199 #define ERR_BANNEDFROMCHAN 474 200 #define ERR_BADCHANNELKEY 475 201 #define ERR_BANLISTFULL 478 191 202 #define ERR_BADCHANNAME 479 192 203 #define ERR_NOPRIVILEGES 481 204 #define ERR_CHANOPRIVSNEEDED 482 193 205 #define ERR_CHANBANREASON 485 194 206
Note: See TracChangeset
for help on using the changeset viewer.
