Erebot  latest
A modular IRC bot for PHP 5.3+
IrcdRatbox.php
1 <?php
2 /*
3  This file is part of Erebot, a modular IRC bot written in PHP.
4 
5  Copyright © 2010 François Poirotte
6 
7  Erebot is free software: you can redistribute it and/or modify
8  it under the terms of the GNU General Public License as published by
9  the Free Software Foundation, either version 3 of the License, or
10  (at your option) any later version.
11 
12  Erebot is distributed in the hope that it will be useful,
13  but WITHOUT ANY WARRANTY; without even the implied warranty of
14  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  GNU General Public License for more details.
16 
17  You should have received a copy of the GNU General Public License
18  along with Erebot. If not, see <http://www.gnu.org/licenses/>.
19 */
20 
21 namespace Erebot\NumericProfile;
22 
28 {
30  const RPL_WELCOME = 1;
31 
33  const RPL_YOURHOST = 2;
34 
36  const RPL_CREATED = 3;
37 
39  const RPL_MYINFO = 4;
40 
42  const RPL_ISUPPORT = 5;
43 
45  const RPL_REDIR = 10;
46 
48  const RPL_MAP = 15;
49 
51  const RPL_MAPMORE = 16;
52 
54  const RPL_MAPEND = 17;
55 
57  const RPL_SAVENICK = 43;
58 
60  const RPL_TRACELINK = 200;
61 
63  const RPL_TRACECONNECTING = 201;
64 
66  const RPL_TRACEHANDSHAKE = 202;
67 
69  const RPL_TRACEUNKNOWN = 203;
70 
72  const RPL_TRACEOPERATOR = 204;
73 
75  const RPL_TRACEUSER = 205;
76 
78  const RPL_TRACESERVER = 206;
79 
81  const RPL_TRACENEWTYPE = 208;
82 
84  const RPL_TRACECLASS = 209;
85 
87  const RPL_STATSLINKINFO = 211;
88 
90  const RPL_STATSCOMMANDS = 212;
91 
93  const RPL_STATSCLINE = 213;
94 
96  const RPL_STATSNLINE = 214;
97 
99  const RPL_STATSILINE = 215;
100 
102  const RPL_STATSKLINE = 216;
103 
105  const RPL_STATSQLINE = 217;
106 
108  const RPL_STATSYLINE = 218;
109 
111  const RPL_ENDOFSTATS = 219;
112 
114  const RPL_STATSPLINE = 220;
115 
117  const RPL_UMODEIS = 221;
118 
120  const RPL_STATSFLINE = 224;
121 
123  const RPL_STATSDLINE = 225;
124 
126  const RPL_SERVLIST = 234;
127 
129  const RPL_SERVLISTEND = 235;
130 
132  const RPL_STATSLLINE = 241;
133 
135  const RPL_STATSUPTIME = 242;
136 
138  const RPL_STATSOLINE = 243;
139 
141  const RPL_STATSHLINE = 244;
142 
144  const RPL_STATSSLINE = 245;
145 
147  const RPL_STATSXLINE = 247;
148 
150  const RPL_STATSULINE = 248;
151 
153  const RPL_STATSDEBUG = 249;
154 
156  const RPL_STATSCONN = 250;
157 
159  const RPL_LUSERCLIENT = 251;
160 
162  const RPL_LUSEROP = 252;
163 
165  const RPL_LUSERUNKNOWN = 253;
166 
168  const RPL_LUSERCHANNELS = 254;
169 
171  const RPL_LUSERME = 255;
172 
174  const RPL_ADMINME = 256;
175 
177  const RPL_ADMINLOC1 = 257;
178 
180  const RPL_ADMINLOC2 = 258;
181 
183  const RPL_ADMINEMAIL = 259;
184 
186  const RPL_TRACELOG = 261;
187 
189  const RPL_ENDOFTRACE = 262;
190 
192  const RPL_LOAD2HI = 263;
193 
195  const RPL_LOCALUSERS = 265;
196 
198  const RPL_GLOBALUSERS = 266;
199 
201  const RPL_ACCEPTLIST = 281;
202 
204  const RPL_ENDOFACCEPT = 282;
205 
207  const RPL_NONE = 300;
208 
210  const RPL_AWAY = 301;
211 
213  const RPL_USERHOST = 302;
214 
216  const RPL_ISON = 303;
217 
219  const RPL_TEXT = 304;
220 
222  const RPL_UNAWAY = 305;
223 
225  const RPL_NOWAWAY = 306;
226 
228  const RPL_WHOISUSER = 311;
229 
231  const RPL_WHOISSERVER = 312;
232 
234  const RPL_WHOISOPERATOR = 313;
235 
237  const RPL_WHOWASUSER = 314;
238 
240  const RPL_ENDOFWHO = 315;
241 
243  const RPL_WHOISCHANOP = 316;
244 
246  const RPL_WHOISIDLE = 317;
247 
249  const RPL_ENDOFWHOIS = 318;
250 
252  const RPL_WHOISCHANNELS = 319;
253 
255  const RPL_LISTSTART = 321;
256 
258  const RPL_LIST = 322;
259 
261  const RPL_LISTEND = 323;
262 
264  const RPL_CHANNELMODEIS = 324;
265 
267  const RPL_CREATIONTIME = 329;
268 
270  const RPL_WHOISLOGGEDIN = 330;
271 
273  const RPL_NOTOPIC = 331;
274 
276  const RPL_TOPIC = 332;
277 
279  const RPL_TOPICWHOTIME = 333;
280 
282  const RPL_WHOISACTUALLY = 338;
283 
285  const RPL_INVITING = 341;
286 
288  const RPL_SUMMONING = 342;
289 
291  const RPL_INVITELIST = 346;
292 
294  const RPL_ENDOFINVITELIST = 347;
295 
297  const RPL_EXCEPTLIST = 348;
298 
300  const RPL_ENDOFEXCEPTLIST = 349;
301 
303  const RPL_VERSION = 351;
304 
306  const RPL_WHOREPLY = 352;
307 
309  const RPL_NAMREPLY = 353;
310 
312  const RPL_KILLDONE = 361;
313 
315  const RPL_CLOSING = 362;
316 
318  const RPL_CLOSEEND = 363;
319 
321  const RPL_LINKS = 364;
322 
324  const RPL_ENDOFLINKS = 365;
325 
327  const RPL_ENDOFNAMES = 366;
328 
330  const RPL_BANLIST = 367;
331 
333  const RPL_ENDOFBANLIST = 368;
334 
336  const RPL_ENDOFWHOWAS = 369;
337 
339  const RPL_INFO = 371;
340 
342  const RPL_MOTD = 372;
343 
345  const RPL_INFOSTART = 373;
346 
348  const RPL_ENDOFINFO = 374;
349 
351  const RPL_MOTDSTART = 375;
352 
354  const RPL_ENDOFMOTD = 376;
355 
357  const RPL_YOUREOPER = 381;
358 
360  const RPL_REHASHING = 382;
361 
363  const RPL_MYPORTIS = 384;
364 
366  const RPL_NOTOPERANYMORE = 385;
367 
369  const RPL_RSACHALLENGE = 386;
370 
372  const RPL_TIME = 391;
373 
375  const RPL_USERSSTART = 392;
376 
378  const RPL_USERS = 393;
379 
381  const RPL_ENDOFUSERS = 394;
382 
384  const RPL_NOUSERS = 395;
385 
387  const ERR_NOSUCHNICK = 401;
388 
390  const ERR_NOSUCHSERVER = 402;
391 
393  const ERR_NOSUCHCHANNEL = 403;
394 
396  const ERR_CANNOTSENDTOCHAN = 404;
397 
399  const ERR_TOOMANYCHANNELS = 405;
400 
402  const ERR_WASNOSUCHNICK = 406;
403 
405  const ERR_TOOMANYTARGETS = 407;
406 
408  const ERR_NOORIGIN = 409;
409 
411  const ERR_INVALIDCAPCMD = 410;
412 
414  const ERR_NORECIPIENT = 411;
415 
417  const ERR_NOTEXTTOSEND = 412;
418 
420  const ERR_NOTOPLEVEL = 413;
421 
423  const ERR_WILDTOPLEVEL = 414;
424 
426  const ERR_TOOMANYMATCHES = 416;
427 
429  const ERR_UNKNOWNCOMMAND = 421;
430 
432  const ERR_NOMOTD = 422;
433 
435  const ERR_NOADMININFO = 423;
436 
438  const ERR_FILEERROR = 424;
439 
441  const ERR_NONICKNAMEGIVEN = 431;
442 
444  const ERR_ERRONEUSNICKNAME = 432;
445 
447  const ERR_NICKNAMEINUSE = 433;
448 
450  const ERR_NICKCOLLISION = 436;
451 
453  const ERR_UNAVAILRESOURCE = 437;
454 
456  const ERR_NICKTOOFAST = 438;
457 
459  const ERR_USERNOTINCHANNEL = 441;
460 
462  const ERR_NOTONCHANNEL = 442;
463 
465  const ERR_USERONCHANNEL = 443;
466 
468  const ERR_NOLOGIN = 444;
469 
471  const ERR_SUMMONDISABLED = 445;
472 
474  const ERR_USERSDISABLED = 446;
475 
477  const ERR_NOTREGISTERED = 451;
478 
480  const ERR_ACCEPTFULL = 456;
481 
483  const ERR_ACCEPTEXIST = 457;
484 
486  const ERR_ACCEPTNOT = 458;
487 
489  const ERR_NEEDMOREPARAMS = 461;
490 
492  const ERR_ALREADYREGISTRED = 462;
493 
495  const ERR_NOPERMFORHOST = 463;
496 
498  const ERR_PASSWDMISMATCH = 464;
499 
501  const ERR_YOUREBANNEDCREEP = 465;
502 
504  const ERR_YOUWILLBEBANNED = 466;
505 
507  const ERR_KEYSET = 467;
508 
510  const ERR_CHANNELISFULL = 471;
511 
513  const ERR_UNKNOWNMODE = 472;
514 
516  const ERR_INVITEONLYCHAN = 473;
517 
519  const ERR_BANNEDFROMCHAN = 474;
520 
522  const ERR_BADCHANNELKEY = 475;
523 
525  const ERR_BADCHANMASK = 476;
526 
528  const ERR_NEEDREGGEDNICK = 477;
529 
531  const ERR_BANLISTFULL = 478;
532 
534  const ERR_BADCHANNAME = 479;
535 
537  const ERR_SSLONLYCHAN = 480;
538 
540  const ERR_NOPRIVILEGES = 481;
541 
543  const ERR_CHANOPRIVSNEEDED = 482;
544 
546  const ERR_CANTKILLSERVER = 483;
547 
549  const ERR_ISCHANSERVICE = 484;
550 
552  const ERR_BANNEDNICK = 485;
553 
555  const ERR_VOICENEEDED = 489;
556 
558  const ERR_NOOPERHOST = 491;
559 
561  const ERR_UMODEUNKNOWNFLAG = 501;
562 
564  const ERR_USERSDONTMATCH = 502;
565 
567  const ERR_GHOSTEDCLIENT = 503;
568 
570  const ERR_USERNOTONSERV = 504;
571 
573  const ERR_WRONGPONG = 513;
574 
576  const ERR_HELPNOTFOUND = 524;
577 
579  const RPL_WHOISSECURE = 671;
580 
582  const RPL_MODLIST = 702;
583 
585  const RPL_ENDOFMODLIST = 703;
586 
588  const RPL_HELPSTART = 704;
589 
591  const RPL_HELPTXT = 705;
592 
594  const RPL_ENDOFHELP = 706;
595 
597  const ERR_TARGCHANGE = 707;
598 
600  const RPL_ETRACEFULL = 708;
601 
603  const RPL_ETRACE = 709;
604 
606  const RPL_KNOCK = 710;
607 
609  const RPL_KNOCKDLVR = 711;
610 
612  const ERR_TOOMANYKNOCK = 712;
613 
615  const ERR_CHANOPEN = 713;
616 
618  const ERR_KNOCKONCHAN = 714;
619 
621  const ERR_KNOCKDISABLED = 715;
622 
624  const ERR_TARGUMODEG = 716;
625 
627  const RPL_TARGNOTIFY = 717;
628 
630  const RPL_UMODEGMSG = 718;
631 
633  const RPL_OMOTDSTART = 720;
634 
636  const RPL_OMOTD = 721;
637 
639  const RPL_ENDOFOMOTD = 722;
640 
642  const ERR_NOPRIVS = 723;
643 
645  const RPL_TESTMASK = 724;
646 
648  const RPL_TESTLINE = 725;
649 
651  const RPL_NOTESTLINE = 726;
652 
654  const RPL_TESTMASKGECOS = 727;
655 
657  const RPL_MONONLINE = 730;
658 
660  const RPL_MONOFFLINE = 731;
661 
663  const RPL_MONLIST = 732;
664 
666  const RPL_ENDOFMONLIST = 733;
667 
669  const ERR_MONLISTFULL = 734;
670 
672  const RPL_RSACHALLENGE2 = 740;
673 
676 
678  const ERR_LAST_ERR_MSG = 999;
679 }
const ERR_NOSUCHCHANNEL
Used to indicate the given channel name is invalid.
Definition: IrcdRatbox.php:393
const RPL_NAMREPLY
This numeric is used in response to a NAMES command or upon joining a channel and contains the nickna...
Definition: IrcdRatbox.php:309
const ERR_UNKNOWNCOMMAND
Returned to a registered client to indicate that the command sent is unknown by the server...
Definition: IrcdRatbox.php:429
const RPL_TRACEOPERATOR
Used when tracing connections to give information on IRC operators.
Definition: IrcdRatbox.php:72
const RPL_CHANNELMODEIS
Sent in response to a MODE command or upon joining an IRC channel, containing the modes that are in e...
Definition: IrcdRatbox.php:264
const RPL_CREATED
Last time the IRC server was restarted.
Definition: IrcdRatbox.php:36
const ERR_BADCHANNELKEY
Returned when trying to JOIN a channel for which a key was set and was either not given or incorrect...
Definition: IrcdRatbox.php:522
const ERR_SUMMONDISABLED
Returned by any server which does not support the SUMMON command, either because it was not implement...
Definition: IrcdRatbox.php:471
const RPL_STATSNLINE
This numeric is used for every entry configured through N-lines (accept connection).
Definition: IrcdRatbox.php:96
const RPL_ISUPPORT
Gives information of the specific commands/options supported by the server.
Definition: IrcdRatbox.php:42
const ERR_NORECIPIENT
Used to indicate a recipient was expected for the given command.
Definition: IrcdRatbox.php:414
const RPL_ENDOFEXCEPTLIST
Marks the end of the exception list for a channel.
Definition: IrcdRatbox.php:300
const ERR_USERONCHANNEL
Returned when a client tries to invite a user to a channel they are already on.
Definition: IrcdRatbox.php:465
const RPL_REDIR
Alias for Erebot_Interface_Numerics::RPL_BOUNCE.
Definition: IrcdRatbox.php:45
const RPL_ENDOFTRACE
Alias for Erebot_Interface_Numerics::RPL_TRACEEND.
Definition: IrcdRatbox.php:189
const RPL_LUSEROP
Sent in response to a LUSERS message to indicate how many IRC operators are currently connected...
Definition: IrcdRatbox.php:162
const RPL_NOWAWAY
Sent when the client sets an AWAY message.
Definition: IrcdRatbox.php:225
Abstract class that serves as a base to create a numeric profile for an IRCd server.
Definition: Base.php:33
const RPL_MAPEND
Marks the end of the network&#39;s map.
Definition: IrcdRatbox.php:54
const ERR_UMODEUNKNOWNFLAG
Returned by the server to indicate that a MODE message was sent with a nickname parameter and that th...
Definition: IrcdRatbox.php:561
const ERR_USERSDONTMATCH
Error sent to any user trying to view or change the user mode for a user other than themselves...
Definition: IrcdRatbox.php:564
const RPL_SUMMONING
Returned by a server answering a SUMMON message to indicate that it is summoning that user...
Definition: IrcdRatbox.php:288
const RPL_ADMINLOC1
Returned in response to an ADMIN message, usually giving information on the city, state and country w...
Definition: IrcdRatbox.php:177
const RPL_STATSYLINE
This numeric is used for every entry configured through Y-lines (class).
Definition: IrcdRatbox.php:108
const ERR_NOPERMFORHOST
Returned to a client which attempts to register with a server which does not been setup to allow conn...
Definition: IrcdRatbox.php:495
const ERR_YOUWILLBEBANNED
Sent by a server to a user to inform him/her that access to the server will soon be denied...
Definition: IrcdRatbox.php:504
const ERR_BANLISTFULL
Returned when attempting to add a ban on a channel for which the banlist is already full...
Definition: IrcdRatbox.php:531
const RPL_STATSKLINE
This numeric is used for every entry configured through K-lines (ban user).
Definition: IrcdRatbox.php:102
const ERR_USERNOTINCHANNEL
Returned by the server to indicate that the target user of the command is not on the given channel...
Definition: IrcdRatbox.php:459
const ERR_BANNEDFROMCHAN
Returned when trying to JOIN a channel from which you&#39;ve been banned.
Definition: IrcdRatbox.php:519
const RPL_INVITING
Returned by the server to indicate that the attempted INVITE message was successful and is being pass...
Definition: IrcdRatbox.php:285
const RPL_TRACEUSER
Used when tracing connections to give information on (non-operator) IRC clients.
Definition: IrcdRatbox.php:75
const ERR_NOTREGISTERED
Returned by the server to indicate that the client must be registered before the server will allow it...
Definition: IrcdRatbox.php:477
const ERR_ERRONEUSNICKNAME
Returned after receiving a NICK message which contains characters which do not fall in the defined se...
Definition: IrcdRatbox.php:444
const ERR_NOLOGIN
Returned by the summon after a SUMMON command for a user was unable to be performed since they were n...
Definition: IrcdRatbox.php:468
const RPL_ISON
Reply format used by ISON to list replies to the query list.
Definition: IrcdRatbox.php:216
const RPL_LUSERME
In processing an LUSERS message, the server sends this numeric to indicate how many clients and serve...
Definition: IrcdRatbox.php:171
const RPL_SERVLISTEND
Marks the end of the list of services, sent in response to a SERVLIST message.
Definition: IrcdRatbox.php:129
const RPL_STATSLLINE
This numeric is used for every entry configured through L-lines (leaf).
Definition: IrcdRatbox.php:132
const RPL_STATSUPTIME
Reports the server uptime.
Definition: IrcdRatbox.php:135
const RPL_LUSERCHANNELS
Sent in response to a LUSERS message to indicate how many IRC channels have been formed, if any.
Definition: IrcdRatbox.php:168
const RPL_WHOWASUSER
Sent in response to a WHOWAS, giving information on the target user.
Definition: IrcdRatbox.php:237
const RPL_WHOISUSER
Sent in response to a WHOIS, giving a few information on the target user.
Definition: IrcdRatbox.php:228
const ERR_NICKCOLLISION
Returned by a server to a client when it detects a nickname collision (registered of a NICK that alre...
Definition: IrcdRatbox.php:450
const RPL_ENDOFWHOWAS
Sent in response to a WHOWAS, marks the end of the WHOWAS message processing.
Definition: IrcdRatbox.php:336
const ERR_USERSDISABLED
Returned by any server which does not support the USERS command, either because it was not implemente...
Definition: IrcdRatbox.php:474
const RPL_STATSOLINE
This numeric is used for every entry configured through O-lines (oper).
Definition: IrcdRatbox.php:138
const ERR_TOOMANYMATCHES
Returned by a server in response to a LIST or NAMES message to indicate the result contains too many ...
Definition: IrcdRatbox.php:426
const RPL_UMODEIS
To answer a query about a client&#39;s own mode, RPL_UMODEIS is sent back.
Definition: IrcdRatbox.php:117
const ERR_NOORIGIN
PING or PONG message missing the originator parameter.
Definition: IrcdRatbox.php:408
const RPL_TRACECONNECTING
Used when tracing connections which have not been fully established and are still attempting to conne...
Definition: IrcdRatbox.php:63
const RPL_TRACEHANDSHAKE
Used when tracing connections which have not been fully established and are in the process of complet...
Definition: IrcdRatbox.php:66
const RPL_USERHOST
Reply format used by USERHOST to list replies to the query list.
Definition: IrcdRatbox.php:213
const ERR_LAST_ERR_MSG
Alias for Erebot_Interface_Numerics::ERR_NUMERIC_ERR.
Definition: IrcdRatbox.php:678
const ERR_TOOMANYTARGETS
Used when several targets match the given parameters for a command.
Definition: IrcdRatbox.php:405
const RPL_ENDOFSTATS
Marks the end of the STATS report.
Definition: IrcdRatbox.php:111
const ERR_CHANNELISFULL
Returned when trying to JOIN a channel for which a limit has been set and reached.
Definition: IrcdRatbox.php:510
const ERR_NOSUCHSERVER
Used to indicate the server name given currently doesn&#39;t exist.
Definition: IrcdRatbox.php:390
const RPL_LIST
Sent in response to a LIST command, contains the actual response data.
Definition: IrcdRatbox.php:258
const RPL_STATSILINE
This numeric is used for every entry configured through I-lines (allow).
Definition: IrcdRatbox.php:99
const RPL_STATSLINKINFO
Reports statistics on a connection.
Definition: IrcdRatbox.php:87
const ERR_NOTEXTTOSEND
Sent when a command did not receive any text when it was expecting some.
Definition: IrcdRatbox.php:417
const ERR_UNKNOWNMODE
Returned when trying to set a mode which is not recognized by the server on a channel.
Definition: IrcdRatbox.php:513
const RPL_MAP
Sent as a response to a MAP command, with information on the network&#39;s map.
Definition: IrcdRatbox.php:48
const RPL_ENDOFWHO
Marks the end of the results to a WHO.
Definition: IrcdRatbox.php:240
const ERR_NOMOTD
Server&#39;s MOTD file could not be opened by the server.
Definition: IrcdRatbox.php:432
const ERR_NOTONCHANNEL
Returned by the server whenever a client tries to perform a channel affecting command for which the c...
Definition: IrcdRatbox.php:462
const ERR_CANTKILLSERVER
Any attempts to use the KILL command on a server will be refused and this error returned directly to ...
Definition: IrcdRatbox.php:546
const RPL_STATSDLINE
This numeric is used for every entry configured through D-lines (deny link).
Definition: IrcdRatbox.php:123
const RPL_WHOISSERVER
Sent in response to a WHOIS or WHOWAS, indicating the IRC server the target user was connected to...
Definition: IrcdRatbox.php:231
const RPL_WHOISOPERATOR
Sent in response to a WHOIS, indicating that the target user is an IRC operator.
Definition: IrcdRatbox.php:234
const ERR_ALREADYREGISTRED
Returned by the server to any link which tries to change part of the registered details (such as pass...
Definition: IrcdRatbox.php:492
const ERR_PASSWDMISMATCH
Returned to indicate a failed attempt at registering a connection for which a password was required a...
Definition: IrcdRatbox.php:498
const ERR_WILDTOPLEVEL
Returned when an invalid use of "PRIVMSG $<server>" or "PRIVMSG #<host>" is attempted (when the top-l...
Definition: IrcdRatbox.php:423
const RPL_REHASHING
If the REHASH option is used and an operator sends a REHASH message, an RPL_REHASHING is sent back to...
Definition: IrcdRatbox.php:360
const RPL_UNAWAY
Sent went the client removes an AWAY message.
Definition: IrcdRatbox.php:222
const RPL_INVITELIST
The numeric is sent for every entry on the invite list for a channel when the invite list has been re...
Definition: IrcdRatbox.php:291
const RPL_STATSCOMMANDS
Reports statistics on commands usage.
Definition: IrcdRatbox.php:90
const RPL_EXCEPTLIST
Sent by the server in response to a MODE #channel +e command for every entry currently in the ban exc...
Definition: IrcdRatbox.php:297
const RPL_ADMINME
Returned as the first numeric in response to an ADMIN message.
Definition: IrcdRatbox.php:174
const RPL_LISTEND
Sent in response to a LIST command, marks the end of the server&#39;s response.
Definition: IrcdRatbox.php:261
const ERR_UNAVAILRESOURCE
Returned when a resource needed to perform the given action is unavailable.
Definition: IrcdRatbox.php:453
const RPL_TRACELOG
Used to indicate that TRACE information is being logged to a file on the IRC server.
Definition: IrcdRatbox.php:186
const RPL_LISTSTART
Obsolete numeric used to mark the beginning of a reply to a LIST command.
Definition: IrcdRatbox.php:255
const ERR_NOSUCHNICK
Used to indicate the nickname parameter supplied to a command is currently unused.
Definition: IrcdRatbox.php:387
const ERR_NONICKNAMEGIVEN
Returned when a nickname parameter is expected for a command and isn&#39;t found.
Definition: IrcdRatbox.php:441
const RPL_LOAD2HI
Mostly an alias for Erebot_Interface_Numerics::RPL_TRYAGAIN, except that the text is worded slightly ...
Definition: IrcdRatbox.php:192
const ERR_NICKNAMEINUSE
Returned when a NICK message is processed that results in an attempt to change to a currently existin...
Definition: IrcdRatbox.php:447
const RPL_YOUREOPER
RPL_YOUREOPER is sent back to a client which has just successfully issued an OPER message and gained ...
Definition: IrcdRatbox.php:357
const RPL_SERVLIST
When listing services in reply to a SERVLIST message, a separate RPL_SERVLIST is sent for each servic...
Definition: IrcdRatbox.php:126
const ERR_CANNOTSENDTOCHAN
Sent by the server when attempting to send a PRIVMSG on a channel when you&#39;re not allowed to do so...
Definition: IrcdRatbox.php:396
const ERR_NOTOPLEVEL
Returned when an invalid use of "PRIVMSG $<server>" or "PRIVMSG #<host>" is attempted (when it doesn&#39;...
Definition: IrcdRatbox.php:420
const ERR_NOADMININFO
Returned by a server in response to an ADMIN message when there is an error in finding the appropriat...
Definition: IrcdRatbox.php:435
const ERR_BADCHANMASK
This numeric is sent back to you if you specify an invalid mask for a channel.
Definition: IrcdRatbox.php:525
const ERR_NOOPERHOST
If a client sends an OPER message and the server has not been configured to allow connections from th...
Definition: IrcdRatbox.php:558
const RPL_ENDOFINVITELIST
Marks the end of the invite list.
Definition: IrcdRatbox.php:294
const ERR_WASNOSUCHNICK
Returned by WHOWAS to indicate there is no history information for that nickname. ...
Definition: IrcdRatbox.php:402
const RPL_TRACEUNKNOWN
Used when tracing connections which have not been fully established and are unknown.
Definition: IrcdRatbox.php:69
const RPL_TRACESERVER
Used when tracing connections to give information on IRC servers.
Definition: IrcdRatbox.php:78
const RPL_NONE
Dummy reply number. Not used.
Definition: IrcdRatbox.php:207
const RPL_STATSHLINE
This numeric is used for every entry configured through H-lines (hub).
Definition: IrcdRatbox.php:141
const RPL_TRACELINK
RPL_TRACELINK is sent by any server which handles a TRACE message and has to pass it on to another se...
Definition: IrcdRatbox.php:60
const RPL_WHOISCHANNELS
Sent in response to a WHOIS, listing the public channels the target user is on.
Definition: IrcdRatbox.php:252
const ERR_FILEERROR
Generic error message used to report a failed file operation during the processing of a message...
Definition: IrcdRatbox.php:438
const RPL_WHOISCHANOP
Redundant and not needed but reserved.
Definition: IrcdRatbox.php:243
const RPL_WELCOME
First numeric sent to a client after its connection (welcome message).
Definition: IrcdRatbox.php:30
const RPL_ENDOFWHOIS
The RPL_ENDOFWHOIS reply is used to mark the end of processing a WHOIS message.
Definition: IrcdRatbox.php:249
const ERR_NOPRIVILEGES
Any command requiring operator privileges to operate will return this error to indicate the attempt w...
Definition: IrcdRatbox.php:540
const RPL_NOTOPIC
Sent when joining a channel or issuing a TOPIC command and no topic has been set yet.
Definition: IrcdRatbox.php:273
const RPL_LUSERCLIENT
In processing an LUSERS message, the server sends this numeric to indicate how many clients and serve...
Definition: IrcdRatbox.php:159
Numeric profile for ircd-ratbox-based IRC servers.
Definition: IrcdRatbox.php:27
const RPL_LUSERUNKNOWN
Sent in response to a LUSERS message to indicate how many unknown connections there are...
Definition: IrcdRatbox.php:165
const RPL_KILLDONE
Unused numeric.
Definition: IrcdRatbox.php:312
const RPL_TOPIC
Sent when joining a channel or issuing a TOPIC command; contains the current topic.
Definition: IrcdRatbox.php:276
const RPL_ADMINLOC2
Returned in response to an ADMIN message, usually giving information on the institution hosting the s...
Definition: IrcdRatbox.php:180
const RPL_MAPMORE
Sent as a response to a MAP command, to indicate that the network contains more servers than what was...
Definition: IrcdRatbox.php:51
const ERR_INVITEONLYCHAN
Returned when trying to JOIN a channel which requires an invitation and you&#39;ve not been invited...
Definition: IrcdRatbox.php:516
const RPL_ENDOFLINKS
Marks the end of the links for this server.
Definition: IrcdRatbox.php:324
const RPL_AWAY
RPL_AWAY is sent to any client sending a PRIVMSG to a client which is away.
Definition: IrcdRatbox.php:210
const RPL_LINKS
Sent in response to a LINKS command for every server currently linked to this one that matches a give...
Definition: IrcdRatbox.php:321
const ERR_NEEDMOREPARAMS
Returned by the server by numerous commands to indicate to the client that it didn&#39;t supply enough pa...
Definition: IrcdRatbox.php:489
const RPL_TIME
When replying to the TIME message, a server MUST send the reply using the RPL_TIME format below...
Definition: IrcdRatbox.php:372
const ERR_KEYSET
Sent when attempting to set a key for a channel which already has one.
Definition: IrcdRatbox.php:507
const RPL_WHOISIDLE
Sent in response to a WHOIS, indicating how much time the target user has spent idle.
Definition: IrcdRatbox.php:246
const RPL_VERSION
Reply by the server showing its version details.
Definition: IrcdRatbox.php:303
const RPL_TRACECLASS
Used when tracing connections to give information on a class of connections.
Definition: IrcdRatbox.php:84
const ERR_CHANOPRIVSNEEDED
Any command requiring &#39;chanop&#39; privileges (such as MODE messages) will return this error if the clien...
Definition: IrcdRatbox.php:543
const RPL_WHOREPLY
Sent back for every user that matches the criteria for the current WHO command.
Definition: IrcdRatbox.php:306
const ERR_TOOMANYCHANNELS
Sent to a user when they have joined the maximum number of allowed channels and they try to join anot...
Definition: IrcdRatbox.php:399
const RPL_STATSQLINE
This numeric is used for every entry configured through Q-lines (ban nick).
Definition: IrcdRatbox.php:105
const RPL_MYINFO
Supported user and channel modes.
Definition: IrcdRatbox.php:39
const ERR_YOUREBANNEDCREEP
Returned after an attempt to connect and register yourself with a server which has been setup to expl...
Definition: IrcdRatbox.php:501
const RPL_YOURHOST
Gives the name/version of the server we&#39;re connected to.
Definition: IrcdRatbox.php:33
const RPL_ADMINEMAIL
Returned as the last numeric in response to an ADMIN message, giving an email where the server&#39;s admi...
Definition: IrcdRatbox.php:183
const RPL_TRACENEWTYPE
RPL_TRACENEWTYPE is to be used for any connection which does not fit in the other categories but is b...
Definition: IrcdRatbox.php:81
const RPL_STATSCLINE
This numeric is used for every entry configured through C-lines (connect).
Definition: IrcdRatbox.php:93