Erebot  latest
A modular IRC bot for PHP 5.3+
numerics.php
1 <?php
2 /*
3  This file is part of Erebot.
4 
5  Erebot is free software: you can redistribute it and/or modify
6  it under the terms of the GNU General Public License as published by
7  the Free Software Foundation, either version 3 of the License, or
8  (at your option) any later version.
9 
10  Erebot is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  GNU General Public License for more details.
14 
15  You should have received a copy of the GNU General Public License
16  along with Erebot. If not, see <http://www.gnu.org/licenses/>.
17 */
18 
19 namespace Erebot\Interfaces;
20 
32 interface Numerics
33 {
37  const ERR_ACCEPTEXIST = NULL;
38 
42  const ERR_ACCEPTFULL = NULL;
43 
47  const ERR_ACCEPTNOT = NULL;
48 
52  const ERR_ADMONLY = NULL;
53 
65  const ERR_ALLMUSTSSL = NULL;
66 
68  const ERR_ALREADYREGISTERED = NULL;
69 
78  const ERR_ALREADYREGISTRED = NULL;
79 
83  const ERR_ATTACKDENY = NULL;
84 
92  const ERR_BADCHANMASK = NULL;
93 
97  const ERR_BADCHANNAME = NULL;
98 
106  const ERR_BADCHANNELKEY = NULL;
107 
111  const ERR_BADEXPIRE = NULL;
112 
116  const ERR_BADFEATVALUE = NULL;
117 
121  const ERR_BADLOGSYS = NULL;
122 
126  const ERR_BADLOGTYPE = NULL;
127 
131  const ERR_BADLOGVALUE = NULL;
132 
140  const ERR_BADMASK = NULL;
141 
145  const ERR_BADPING = NULL;
146 
154  const ERR_BANLISTFULL = NULL;
155 
163  const ERR_BANNEDFROMCHAN = NULL;
164 
168  const ERR_BANNEDNICK = NULL;
169 
177  const ERR_BANNICKCHANGE = NULL;
178 
182  const ERR_BANONCHAN = NULL;
183 
188 
192  const ERR_CANNOTDOCOMMAND = NULL;
193 
197  const ERR_CANNOTKNOCK = NULL;
198 
213  const ERR_CANNOTSENDTOCHAN = NULL;
214 
216  const ERR_CANTCHANGENICK = NULL;
217 
221  const ERR_CANTJOINOPERSONLY = NULL;
222 
231  const ERR_CANTKILLSERVER = NULL;
232 
240  const ERR_CANTLOADMODULE = NULL;
241 
258  const ERR_CANTSENDTOUSER = NULL;
259 
267  const ERR_CANTUNLOADMODULE = NULL;
268 
272  const ERR_CHANBANREASON = NULL;
273 
281  const ERR_CHANNELISFULL = NULL;
282 
286  const ERR_CHANOPEN = NULL;
287 
289  const ERR_CHANOPPRIVSNEEDED = NULL;
290 
300  const ERR_CHANOPRIVSNEEDED = NULL;
301 
305  const ERR_CHANOWNPRIVNEEDED = NULL;
306 
310  const ERR_CHANSECURED = NULL;
311 
322  const ERR_DELAYREJOIN = NULL;
323 
327  const ERR_DESYNC = NULL;
328 
332  const ERR_DISABLED = NULL;
333 
337  const ERR_DONTCHEAT = NULL;
338 
342  const ERR_ERRONEOUSNICKNAME = NULL;
343 
351  const ERR_ERRONEUSNICKNAME = NULL;
352 
356  const ERR_EXEMPTLISTFULL = NULL;
357 
365  const ERR_FILEERROR = NULL;
366 
370  const ERR_GHOSTEDCLIENT = NULL;
371 
375  const ERR_HELPNOTFOUND = NULL;
376 
380  const ERR_HOSTILENAME = NULL;
381 
385  const ERR_HTMDISABLED = NULL;
386 
390  const ERR_INPUTTOOLONG = NULL;
391 
395  const ERR_INVALIDCAPCMD = NULL;
396 
408 
412  const ERR_INVALIDKEY = NULL;
413 
417  const ERR_INVALIDUSERNAME = NULL;
418 
426  const ERR_INVITEONLYCHAN = NULL;
427 
431  const ERR_ISCHANSERVICE = NULL;
432 
436  const ERR_ISOPERLCHAN = NULL;
437 
445  const ERR_KEYSET = NULL;
446 
448  const ERR_KICKNOREJOIN = NULL;
449 
453  const ERR_KILLDENY = NULL;
454 
458  const ERR_KNOCKDISABLED = NULL;
459 
463  const ERR_KNOCKONCHAN = NULL;
464 
466  const ERR_LAST_ERR_MSG = NULL;
467 
471  const ERR_LASTERROR = NULL;
472 
476  const ERR_LINKCHANNEL = NULL;
477 
481  const ERR_LINKFAIL = NULL;
482 
486  const ERR_LINKSET = NULL;
487 
494  const ERR_LISTSYNTAX = NULL;
495 
499  const ERR_LONGMASK = NULL;
500 
504  const ERR_MASKTOOWIDE = NULL;
505 
509  const ERR_MONLISTFULL = NULL;
510 
530  const ERR_MSGSERVICES = NULL;
531 
535  const ERR_NCHANGETOOFAST = NULL;
536 
545  const ERR_NEEDMOREPARAMS = NULL;
546 
550  const ERR_NEEDPONG = NULL;
551 
560  const ERR_NEEDREGGEDNICK = NULL;
561 
570  const ERR_NICKCOLLISION = NULL;
571 
580  const ERR_NICKNAMEINUSE = NULL;
581 
585  const ERR_NICKTOOFAST = NULL;
586 
595  const ERR_NOADMININFO = NULL;
596 
604  const ERR_NOCHANMODES = NULL;
605 
609  const ERR_NOCOLORSONCHAN = NULL;
610 
614  const ERR_NOCTCP = NULL;
615 
619  const ERR_NOCTCPALLOWED = NULL;
620 
626  const ERR_NOCTRLSONCHAN = NULL;
627 
631  const ERR_NOFEATURE = NULL;
632 
636  const ERR_NOHIDING = NULL;
637 
641  const ERR_NOINVITE = NULL;
642 
651  const ERR_NOLOGIN = NULL;
652 
656  const ERR_NOMANAGER = NULL;
657 
664  const ERR_NOMOTD = NULL;
665 
669  const ERR_NONICKCHANGE = NULL;
670 
678  const ERR_NONICKNAMEGIVEN = NULL;
679 
686  const ERR_NONONREG = NULL;
687 
697  const ERR_NOOPERHOST = NULL;
698 
702  const ERR_NOOPERMOTD = NULL;
703 
710  const ERR_NOORIGIN = NULL;
711 
721  const ERR_NOPERMFORHOST = NULL;
722 
731  const ERR_NOPRIVILEGES = NULL;
732 
736  const ERR_NOPRIVS = NULL;
737 
745  const ERR_NORECIPIENT = NULL;
746 
754  const ERR_NORULES = NULL;
755 
757  const ERR_NOSERVICEHOST = NULL;
758 
767  const ERR_NOSHAREDCHAN = NULL;
768 
772  const ERR_NOSSL = NULL;
773 
781  const ERR_NOSUCHCHANNEL = NULL;
782 
786  const ERR_NOSUCHGLINE = NULL;
787 
791  const ERR_NOSUCHJUPE = NULL;
792 
800  const ERR_NOSUCHNICK = NULL;
801 
809  const ERR_NOSUCHSERVER = NULL;
810 
818  const ERR_NOSUCHSERVICE = NULL;
819 
821  const ERR_NOSWEAR = NULL;
822 
830  const ERR_NOTEXTTOSEND = NULL;
831 
835  const ERR_NOTFORHALFOPS = NULL;
836 
840  const ERR_NOTFORUSERS = NULL;
841 
845  const ERR_NOTLOWEROPLEVEL = NULL;
846 
850  const ERR_NOTMANAGER = NULL;
851 
860  const ERR_NOTONCHANNEL = NULL;
861 
870  const ERR_NOTOPLEVEL = NULL;
871 
880  const ERR_NOTREGISTERED = NULL;
881 
885  const ERR_NOTSSLCLIENT = NULL;
886 
888  const ERR_NUMERICERR = NULL;
889 
907  const ERR_NUMERIC_ERR = NULL;
908 
915 
919  const ERR_OPERONLY = NULL; // UnrealIRCd
920 
924  const ERR_OPERONLYCHAN = NULL;
925 
929  const ERR_OPERSPVERIFY = NULL;
930 
936  const ERR_OWNMODE = NULL;
937 
946  const ERR_PASSWDMISMATCH = NULL;
947 
951  const ERR_QUARANTINED = NULL;
952 
956  const ERR_QUERYTOOLONG = NULL;
957 
965  const ERR_RESTRICTED = NULL;
966 
970  const ERR_SECUREONLYCHAN = NULL;
971 
975  const ERR_SERVERONLY = NULL;
976 
980  const ERR_SERVICECONFUSED = NULL;
981 
985  const ERR_SERVICENAMEINUSE = NULL;
986 
995  const ERR_SERVICESDOWN = NULL;
996 
1005  const ERR_SILELISTFULL = NULL;
1006 
1010  const ERR_SSLCLIENTSONLY = NULL;
1011 
1015  const ERR_SSLONLYCHAN = NULL;
1016 
1018  const ERR_STARTTLS = NULL;
1019 
1034  const ERR_STARTTLSFAIL = NULL;
1035 
1039  const ERR_STATSKLINE = NULL;
1040 
1049  const ERR_SUMMONDISABLED = NULL;
1050 
1054  const ERR_TARGCHANGE = NULL;
1055 
1056  // Misspelled in Bahamut.
1058  const ERR_TARGETTOFAST = NULL;
1059 
1063  const ERR_TARGETTOOFAST = NULL;
1064 
1068  const ERR_TARGUMODEG = NULL;
1069 
1078  const ERR_TOOMANYAWAY = NULL;
1079 
1088  const ERR_TOOMANYCHANNELS = NULL;
1089 
1098  const ERR_TOOMANYDCC = NULL;
1099 
1103  const ERR_TOOMANYJOINS = NULL;
1104 
1108  const ERR_TOOMANYKNOCK = NULL;
1109 
1118  const ERR_TOOMANYMATCHES = NULL;
1119 
1143  const ERR_TOOMANYTARGETS = NULL;
1144 
1148  const ERR_TOOMANYUSERS = NULL;
1149 
1158  const ERR_TOOMANYWATCH = NULL;
1159 
1168  const ERR_UMODEUNKNOWNFLAG = NULL;
1169 
1185  const ERR_UNAVAILRESOURCE = NULL;
1186 
1196 
1200  const ERR_UNIQOPRIVSNEEDED = NULL;
1201 
1205  const ERR_UNKNOWNCAPCMD = NULL;
1206 
1214  const ERR_UNKNOWNCOMMAND = NULL;
1215 
1225  const ERR_UNKNOWNMODE = NULL;
1226 
1234  const ERR_UNKNOWNSNOMASK = NULL;
1235 
1239  const ERR_UPASSNOTSET = NULL;
1240 
1244  const ERR_UPASS_SAME_APASS = NULL;
1245 
1249  const ERR_UPASSSET = NULL;
1250 
1258  const ERR_USERNOTINCHANNEL = NULL;
1259 
1263  const ERR_USERNOTONSERV = NULL;
1264 
1272  const ERR_USERONCHANNEL = NULL;
1273 
1282  const ERR_USERSDISABLED = NULL;
1283 
1291  const ERR_USERSDONTMATCH = NULL;
1292 
1296  const ERR_VOICENEEDED = NULL;
1297 
1305  const ERR_WASNOSUCHNICK = NULL;
1306 
1310  const ERR_WHOLIMEXCEED = NULL;
1311 
1315  const ERR_WHOSYNTAX = NULL;
1316 
1325  const ERR_WILDTOPLEVEL = NULL;
1326 
1337  const ERR_WORDFILTERED = NULL;
1338 
1342  const ERR_WRONGPONG = NULL;
1343 
1352  const ERR_YOUREBANNEDCREEP = NULL;
1353 
1365  const ERR_YOUWILLBEBANNED = NULL;
1366 
1370  const RPL_ACCEPTLIST = NULL;
1371 
1384  const RPL_ADMINEMAIL = NULL;
1385 
1394  const RPL_ADMINLOC1 = NULL;
1395 
1404  const RPL_ADMINLOC2 = NULL;
1405 
1413  const RPL_ADMINME = NULL;
1414 
1418  const RPL_ALIST = NULL;
1419 
1423  const RPL_APASSWARN_CLEAR = NULL;
1424 
1428  const RPL_APASSWARN_SECRET = NULL;
1429 
1433  const RPL_APASSWARN_SET = NULL;
1434 
1446  const RPL_AWAY = NULL;
1447 
1451  const RPL_BANLIST = NULL;
1452 
1466  const RPL_BOUNCE = NULL;
1467 
1469  const RPL_CHANNELCREATED = NULL;
1470 
1479  const RPL_CHANNELMODEIS = NULL;
1480 
1484  const RPL_CLEARWATCH = NULL;
1485 
1491  const RPL_CLOSEEND = NULL;
1492 
1498  const RPL_CLOSING = NULL;
1499 
1508  const RPL_COMMANDS = NULL;
1509 
1517  const RPL_COMMANDSEND = NULL;
1518 
1522  const RPL_COMMANDSYNTAX = NULL;
1523 
1530  const RPL_CREATED = NULL;
1531 
1537  const RPL_CREATIONTIME = NULL;
1538 
1544  const RPL_DCCINFO = NULL;
1545 
1554  const RPL_DCCLIST = NULL;
1555 
1568  const RPL_DCCSTATUS = NULL;
1569 
1573  const RPL_DELNAMREPLY = NULL;
1574 
1578  const RPL_DUMPING = NULL;
1579 
1583  const RPL_DUMPRPL = NULL;
1584 
1586  const RPL_ENDMAP = NULL;
1587 
1591  const RPL_ENDOFACCEPT = NULL;
1592 
1596  const RPL_ENDOFALIST = NULL;
1597 
1601  const RPL_ENDOFBANLIST = NULL;
1602 
1610  const RPL_ENDOFDCCLIST = NULL;
1611 
1618  const RPL_ENDOFEXCEPTLIST = NULL;
1619 
1621  const RPL_ENDOFEXEMPTLIST = NULL;
1622 
1624  const RPL_ENDOFEXLIST = NULL;
1625 
1632  const RPL_ENDOFGLIST = NULL;
1633 
1637  const RPL_ENDOFHELP = NULL;
1638 
1642  const RPL_ENDOFINFO = NULL;
1643 
1645  const RPL_ENDOFINVEXLIST = NULL;
1646 
1659  const RPL_ENDOFINVITELIST = NULL;
1660 
1664  const RPL_ENDOFIRCOPS = NULL;
1665 
1672  const RPL_ENDOFJUPELIST = NULL;
1673 
1680  const RPL_ENDOFLINKS = NULL;
1681 
1685  const RPL_ENDOFMODLIST = NULL;
1686 
1690  const RPL_ENDOFMONLIST = NULL;
1691 
1695  const RPL_ENDOFMOTD = NULL;
1696 
1700  const RPL_ENDOFNAMES = NULL;
1701 
1705  const RPL_ENDOFOMOTD = NULL;
1706 
1710  const RPL_ENDOFOPERMOTD = NULL;
1711 
1715  const RPL_ENDOFQLIST = NULL;
1716 
1720  const RPL_ENDOFREOPLIST = NULL;
1721 
1726 
1733  const RPL_ENDOFRULES = NULL;
1734 
1736  const RPL_ENDOFSERVICES = NULL;
1737 
1741  const RPL_ENDOFSETTINGS = NULL;
1742 
1749  const RPL_ENDOFSILELIST = NULL;
1750 
1757  const RPL_ENDOFSTATS = NULL;
1758 
1760  const RPL_ENDOFTRACE = NULL;
1761 
1765  const RPL_ENDOFUSERS = NULL;
1766 
1773  const RPL_ENDOFWATCHLIST = NULL;
1774 
1781  const RPL_ENDOFWHO = NULL;
1782 
1790  const RPL_ENDOFWHOIS = NULL;
1791 
1799  const RPL_ENDOFWHOWAS = NULL;
1800 
1804  const RPL_EODUMP = NULL;
1805 
1809  const RPL_ETRACE = NULL;
1810 
1814  const RPL_ETRACEEND = NULL;
1815 
1819  const RPL_ETRACEFULL = NULL;
1820 
1824  const RPL_ETRACE_FULL = NULL;
1825 
1835  const RPL_EXCEPTLIST = NULL;
1836 
1838  const RPL_EXEMPTLIST = NULL;
1839 
1841  const RPL_EXLIST = NULL;
1842 
1846  const RPL_FEATURE = NULL;
1847 
1856  const RPL_GLIST = NULL;
1857 
1871  const RPL_GLOBALUSERS = NULL;
1872 
1876  const RPL_GONEAWAY = NULL;
1877 
1881  const RPL_HELLO = NULL;
1882 
1886  const RPL_HELPFWD = NULL;
1887 
1891  const RPL_HELPHDR = NULL;
1892 
1896  const RPL_HELPHLP = NULL;
1897 
1901  const RPL_HELPIGN = NULL;
1902 
1906  const RPL_HELPOP = NULL;
1907 
1911  const RPL_HELPSTART = NULL;
1912 
1916  const RPL_HELPTLR = NULL;
1917 
1921  const RPL_HELPTXT = NULL;
1922 
1926  const RPL_HOSTHIDDEN = NULL;
1927 
1931  const RPL_INFO = NULL;
1932 
1938  const RPL_INFOSTART = NULL;
1939 
1941  const RPL_INVEXLIST = NULL;
1942 
1952  const RPL_INVITELIST = NULL;
1953 
1962  const RPL_INVITING = NULL;
1963 
1967  const RPL_IRCOPS = NULL;
1968 
1972  const RPL_ISCAPTURED = NULL;
1973 
1981  const RPL_ISON = NULL;
1982 
1986  const RPL_ISSUEDINVITE = NULL;
1987 
1991  const RPL_ISUNCAPTURED = NULL;
1992 
2004  const RPL_ISUPPORT = NULL;
2005 
2013  const RPL_JUPELIST = NULL;
2014 
2016  const RPL_KILLDONE = NULL;
2017 
2021  const RPL_KNOCK = NULL;
2022 
2026  const RPL_KNOCKDLVR = NULL;
2027 
2037  const RPL_LINKS = NULL;
2038 
2046  const RPL_LIST = NULL;
2047 
2060  const RPL_LISTEND = NULL;
2061 
2067  const RPL_LISTSTART = NULL;
2068 
2072  const RPL_LISTSYNTAX = NULL;
2073 
2077  const RPL_LISTUSAGE = NULL;
2078 
2093  const RPL_LOAD2HI = NULL;
2094 
2102  const RPL_LOADEDMODULE = NULL;
2103 
2117  const RPL_LOCALUSERS = NULL;
2118 
2125  const RPL_LOGOFF = NULL;
2126 
2133  const RPL_LOGON = NULL;
2134 
2142  const RPL_LUSERCHANNELS = NULL;
2143 
2152  const RPL_LUSERCLIENT = NULL;
2153 
2162  const RPL_LUSERME = NULL;
2163 
2172  const RPL_LUSEROP = NULL;
2173 
2181  const RPL_LUSERUNKNOWN = NULL;
2182 
2192  const RPL_MAP = NULL;
2193 
2200  const RPL_MAPEND = NULL;
2201 
2212  const RPL_MAPMORE = NULL;
2213 
2217  const RPL_MAPSTART = NULL;
2218 
2237  const RPL_MAPUSERS = NULL;
2238 
2242  const RPL_MODLIST = NULL;
2243 
2247  const RPL_MONLIST = NULL;
2248 
2252  const RPL_MONOFFLINE = NULL;
2253 
2257  const RPL_MONONLINE = NULL;
2258 
2262  const RPL_MOTD = NULL;
2263 
2267  const RPL_MOTDSTART = NULL;
2268 
2275  const RPL_MYINFO = NULL;
2276 
2282  const RPL_MYPORTIS = NULL;
2283 
2285  const RPL_NAMEREPLY = NULL;
2286 
2295  const RPL_NAMREPLY = NULL;
2296 
2300  const RPL_NMODEIS = NULL;
2301 
2303  const RPL_NONE = NULL;
2304 
2308  const RPL_NOTAWAY = NULL;
2309 
2313  const RPL_NOTESTLINE = NULL;
2314 
2318  const RPL_NOTOPERANYMORE = NULL;
2319 
2328  const RPL_NOTOPIC = NULL;
2329 
2331  const RPL_NOTOPICSET = NULL;
2332 
2336  const RPL_NOUSERS = NULL;
2337 
2344  const RPL_NOWAWAY = NULL;
2345 
2349  const RPL_NOWISAWAY = NULL;
2350 
2358  const RPL_NOWOFF = NULL;
2359 
2367  const RPL_NOWON = NULL;
2368 
2372  const RPL_OMOTD = NULL;
2373 
2377  const RPL_OMOTDSTART = NULL;
2378 
2382  const RPL_OPERMOTD = NULL;
2383 
2387  const RPL_OPERMOTDSTART = NULL;
2388 
2392  const RPL_PRIVS = NULL;
2393 
2397  const RPL_PROTOCTL = NULL;
2398 
2402  const RPL_QLIST = NULL;
2403 
2407  const RPL_REAWAY = NULL;
2408 
2410  const RPL_REDIR = NULL;
2411 
2420  const RPL_REHASHING = NULL;
2421 
2425  const RPL_REMOTEISUPPORT = NULL;
2426 
2430  const RPL_REOPLIST = NULL;
2431 
2435  const RPL_RSACHALLENGE = NULL;
2436 
2440  const RPL_RSACHALLENGE2 = NULL;
2441 
2449  const RPL_RULES = NULL;
2450 
2452  const RPL_RULESEND = NULL;
2453 
2455  const RPL_RULESSTART = NULL;
2456 
2463  const RPL_RULESTART = NULL;
2464 
2469  const RPL_RWHOREPLY = NULL;
2470 
2474  const RPL_SAVENICK = NULL;
2475 
2477  const RPL_SERVERCREATED = NULL;
2478 
2480  const RPL_SERVERVERSION = NULL;
2481 
2483  const RPL_SERVICE = NULL;
2484 
2486  const RPL_SERVICEINFO = NULL;
2487 
2495  const RPL_SERVLIST = NULL;
2496 
2504  const RPL_SERVLISTEND = NULL;
2505 
2509  const RPL_SETTINGS = NULL;
2510 
2519  const RPL_SILELIST = NULL;
2520 
2524  const RPL_SNOMASK = NULL;
2525 
2529  const RPL_SNOMASKIS = NULL;
2530 
2534  const RPL_SPAMCMDFWD = NULL;
2535 
2539  const RPL_SQLINE = NULL;
2540 
2544  const RPL_SQLINE_NICK = NULL;
2545 
2547  const RPL_STARTTLS = NULL;
2548 
2563  const RPL_STARTTLSOK = NULL;
2564 
2568  const RPL_STATSALINE = NULL;
2569 
2573  const RPL_STATSBANVER = NULL;
2574 
2584  const RPL_STATSBLINE = NULL;
2585 
2595  const RPL_STATSCLINE = NULL;
2596 
2602  const RPL_STATSCLONE = NULL;
2603 
2610  const RPL_STATSCOMMANDS = NULL;
2611 
2618  const RPL_STATSCONN = NULL;
2619 
2623  const RPL_STATSCOUNT = NULL;
2624 
2628  const RPL_STATSDEBUG = NULL;
2629 
2633  const RPL_STATSDEFINE = NULL;
2634 
2644  const RPL_STATSDLINE = NULL;
2645 
2649  const RPL_STATSELINE = NULL;
2650 
2654  const RPL_STATSENGINE = NULL;
2655 
2659  const RPL_STATSEXCEPTTKL = NULL;
2660 
2664  const RPL_STATSFLINE = NULL; // UltimateIRCd
2665 
2669  const RPL_STATSGLINE = NULL;
2670 
2674  const RPL_STATSHELP = NULL;
2675 
2685  const RPL_STATSHLINE = NULL;
2686 
2690  const RPL_STATSIAUTH = NULL;
2691 
2701  const RPL_STATSILINE = NULL;
2702 
2706  const RPL_STATSJLINE = NULL;
2707 
2717  const RPL_STATSKLINE = NULL;
2718 
2736  const RPL_STATSLINKINFO = NULL;
2737 
2747  const RPL_STATSLLINE = NULL;
2748 
2758  const RPL_STATSNLINE = NULL;
2759 
2763  const RPL_STATSOLDNLINE = NULL;
2764 
2774  const RPL_STATSOLINE = NULL;
2775 
2781  const RPL_STATSPING = NULL;
2782 
2786  const RPL_STATSPLINE = NULL;
2787 
2797  const RPL_STATSQLINE = NULL;
2798 
2802  const RPL_STATSRLINE = NULL;
2803 
2807  const RPL_STATSSLINE = NULL;
2808 
2812  const RPL_STATSSPAMF = NULL;
2813 
2817  const RPL_STATSTLINE = NULL;
2818 
2822  const RPL_STATSULINE = NULL;
2823 
2830  const RPL_STATSUPTIME = NULL;
2831 
2835  const RPL_STATSVERBOSE = NULL;
2836 
2852  const RPL_STATSVLINE = NULL;
2853 
2857  const RPL_STATSXLINE = NULL;
2858 
2868  const RPL_STATSYLINE = NULL;
2869 
2873  const RPL_STATSZLINE = NULL;
2874 
2882  const RPL_SUMMONING = NULL;
2883 
2892  const RPL_SYNTAX = NULL;
2893 
2897  const RPL_TARGNOTIFY = NULL;
2898 
2902  const RPL_TARGUMODEG = NULL;
2903 
2907  const RPL_TESTLINE = NULL;
2908 
2912  const RPL_TESTMASK = NULL;
2913 
2917  const RPL_TESTMASKGECOS = NULL;
2918 
2922  const RPL_TEXT = NULL;
2923 
2936  const RPL_TIME = NULL;
2937 
2946  const RPL_TOPIC = NULL;
2947 
2949  const RPL_TOPICTIME = NULL;
2950 
2956  const RPL_TOPICWHOTIME = NULL;
2957 
2961  const RPL_TOPIC_WHO_TIME = NULL;
2962 
2966  const RPL_TRACECAPTURED = NULL;
2967 
2975  const RPL_TRACECLASS = NULL;
2976 
2984  const RPL_TRACECONNECTING = NULL;
2985 
2993  const RPL_TRACEEND = NULL;
2994 
3003  const RPL_TRACEHANDSHAKE = NULL;
3004 
3013  const RPL_TRACELINK = NULL;
3014 
3022  const RPL_TRACELOG = NULL;
3023 
3032  const RPL_TRACENEWTYPE = NULL;
3033 
3041  const RPL_TRACEOPERATOR = NULL;
3042 
3047  const RPL_TRACERECONNECT = NULL;
3048 
3056  const RPL_TRACESERVER = NULL;
3057 
3065  const RPL_TRACESERVICE = NULL;
3066 
3074  const RPL_TRACEUNKNOWN = NULL;
3075 
3083  const RPL_TRACEUSER = NULL;
3084 
3097  const RPL_TRYAGAIN = NULL;
3098 
3102  const RPL_UMODEGMSG = NULL;
3103 
3111  const RPL_UMODEIS = NULL;
3112 
3119  const RPL_UNAWAY = NULL;
3120 
3128  const RPL_UNIQOPIS = NULL;
3129 
3137  const RPL_UNLOADEDMODULE = NULL;
3138 
3155  const RPL_USERHOST = NULL;
3156 
3160  const RPL_USERIP = NULL;
3161 
3165  const RPL_USERS = NULL;
3166 
3170  const RPL_USERSSTART = NULL;
3171 
3175  const RPL_USINGSSL = NULL;
3176 
3191  const RPL_VERSION = NULL;
3192 
3200  const RPL_WATCHLIST = NULL;
3201 
3209  const RPL_WATCHOFF = NULL;
3210 
3218  const RPL_WATCHSTAT = NULL;
3219 
3227  const RPL_WELCOME = NULL;
3228 
3232  const RPL_WHOHOST = NULL;
3233 
3237  const RPL_WHOISACCOUNT = NULL;
3238 
3242  const RPL_WHOISACTUALLY = NULL;
3243 
3247  const RPL_WHOISADMIN = NULL;
3248 
3252  const RPL_WHOISBOT = NULL;
3253 
3271  const RPL_WHOISCHANNELS = NULL;
3272 
3277  const RPL_WHOISCHANOP = NULL;
3278 
3282  const RPL_WHOISHELPOP = NULL;
3283 
3287  const RPL_WHOISHOST = NULL;
3288 
3296  const RPL_WHOISIDLE = NULL;
3297 
3301  const RPL_WHOISLOGGEDIN = NULL;
3302 
3306  const RPL_WHOISMODES = NULL;
3307 
3315  const RPL_WHOISOPERATOR = NULL;
3316 
3320  const RPL_WHOISREGNICK = NULL;
3321 
3325  const RPL_WHOISSADMIN = NULL;
3326 
3330  const RPL_WHOISSECURE = NULL;
3331 
3340  const RPL_WHOISSERVER = NULL;
3341 
3345  const RPL_WHOISSERVICES = NULL;
3346 
3350  const RPL_WHOISSPECIAL = NULL;
3351 
3355  const RPL_WHOISSVCMSG = NULL;
3356 
3363  const RPL_WHOISTEXT = NULL;
3364 
3376  const RPL_WHOISUSER = NULL;
3377 
3385  const RPL_WHOREPLY = NULL;
3386 
3390  const RPL_WHOSPCRPL = NULL;
3391 
3399  const RPL_WHOWASUSER = NULL;
3400 
3402  const RPL_YOUAREOPER = NULL;
3403 
3411 
3420  const RPL_YOUREOPER = NULL;
3421 
3429  const RPL_YOURESERVICE = NULL;
3430 
3437  const RPL_YOURHOST = NULL;
3438 
3440  const RPL_YOURHOSTIS = NULL;
3441 
3450  const RPL_YOURID = NULL;
3451 
3453  const RPL_YOURUUID = NULL;
3454 }
3455 
const RPL_COMMANDSEND
Sent in response to a COMMANDS command, marks the end of the server&#39;s response.
Definition: numerics.php:1517
const ERR_BADMASK
Returned when an invalid mask was passed to "PRIVMSG $<server>" or "PRIVMSG #<host>".
Definition: numerics.php:140
const RPL_STATSYLINE
This numeric is used for every entry configured through Y-lines (class).
Definition: numerics.php:2868
const RPL_CHANNELCREATED
Alias for Erebot_Interface_Numerics::RPL_CREATIONTIME.
Definition: numerics.php:1469
const RPL_STATSCOMMANDS
Reports statistics on commands usage.
Definition: numerics.php:2610
const ERR_FILEERROR
Generic error message used to report a failed file operation during the processing of a message...
Definition: numerics.php:365
const RPL_STATSUPTIME
Reports the server uptime.
Definition: numerics.php:2830
const ERR_CANTKILLSERVER
Any attempts to use the KILL command on a server will be refused and this error returned directly to ...
Definition: numerics.php:231
const ERR_NOORIGIN
PING or PONG message missing the originator parameter.
Definition: numerics.php:710
const RPL_UNAWAY
Sent went the client removes an AWAY message.
Definition: numerics.php:3119
const ERR_WORDFILTERED
Returned when a message has been blocked because it contained a censored word.
Definition: numerics.php:1337
const RPL_CHANNELMODEIS
Sent in response to a MODE command or upon joining an IRC channel, containing the modes that are in e...
Definition: numerics.php:1479
const RPL_ENDOFEXEMPTLIST
Alias for Erebot_Interface_Numerics::RPL_ENDOFEXCEPTLIST.
Definition: numerics.php:1621
const RPL_STATSNLINE
This numeric is used for every entry configured through N-lines (accept connection).
Definition: numerics.php:2758
const RPL_DCCINFO
This numeric is sent as a reply to several commands dealing with the DCCALLOW list.
Definition: numerics.php:1544
const ERR_NOSHAREDCHAN
Returned to a user trying to send a message to a person they share no common channel with and user mo...
Definition: numerics.php:767
const ERR_TARGETTOFAST
Alias for Erebot_Interface_Numerics::ERR_TARGETTOOFAST.
Definition: numerics.php:1058
const RPL_STATSCLINE
This numeric is used for every entry configured through C-lines (connect).
Definition: numerics.php:2595
const RPL_YOURHOST
Gives the name/version of the server we&#39;re connected to.
Definition: numerics.php:3437
const RPL_LUSERUNKNOWN
Sent in response to a LUSERS message to indicate how many unknown connections there are...
Definition: numerics.php:2181
const RPL_ENDOFEXLIST
Alias for Erebot_Interface_Numerics::RPL_ENDOFEXCEPTLIST.
Definition: numerics.php:1624
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: numerics.php:3013
const ERR_YOUWILLBEBANNED
Sent by a server to a user to inform him/her that access to the server will soon be denied...
Definition: numerics.php:1365
const ERR_NEEDMOREPARAMS
Returned by the server by numerous commands to indicate to the client that it didn&#39;t supply enough pa...
Definition: numerics.php:545
const RPL_REDIR
Alias for Erebot_Interface_Numerics::RPL_BOUNCE.
Definition: numerics.php:2410
const ERR_PASSWDMISMATCH
Returned to indicate a failed attempt at registering a connection for which a password was required a...
Definition: numerics.php:946
const RPL_LUSERCHANNELS
Sent in response to a LUSERS message to indicate how many IRC channels have been formed, if any.
Definition: numerics.php:2142
const ERR_NICKCOLLISION
Returned by a server to a client when it detects a nickname collision (registered of a NICK that alre...
Definition: numerics.php:570
const ERR_NORECIPIENT
Used to indicate a recipient was expected for the given command.
Definition: numerics.php:745
const RPL_STATSVLINE
This numeric is used for every entry configured through V-lines (deny version).
Definition: numerics.php:2852
const RPL_MAPUSERS
Gives statistics about certain metrics collected by the IRC server, like the number of users currentl...
Definition: numerics.php:2237
const ERR_TOOMANYTARGETS
Used when several targets match the given parameters for a command.
Definition: numerics.php:1143
const ERR_TOOMANYMATCHES
Returned by a server in response to a LIST or NAMES message to indicate the result contains too many ...
Definition: numerics.php:1118
const RPL_BOUNCE
Sent during connection to point the connecting user to another server that may be used to reduce lag...
Definition: numerics.php:1466
const ERR_TOOMANYAWAY
This numeric is sent by the IRC server when two many AWAY commands have been issued by the user in a ...
Definition: numerics.php:1078
const RPL_YOUAREOPER
Alias for Erebot_Interface_Numerics::RPL_YOUREOPER.
Definition: numerics.php:3402
const ERR_UNAVAILRESOURCE
Returned when a resource needed to perform the given action is unavailable.
Definition: numerics.php:1185
const RPL_YOUREOPER
RPL_YOUREOPER is sent back to a client which has just successfully issued an OPER message and gained ...
Definition: numerics.php:3420
const RPL_ENDOFSTATS
Marks the end of the STATS report.
Definition: numerics.php:1757
const RPL_LISTSTART
Obsolete numeric used to mark the beginning of a reply to a LIST command.
Definition: numerics.php:2067
const RPL_ADMINLOC1
Returned in response to an ADMIN message, usually giving information on the city, state and country w...
Definition: numerics.php:1394
const ERR_BANLISTFULL
Returned when attempting to add a ban on a channel for which the banlist is already full...
Definition: numerics.php:154
const RPL_SERVICEINFO
Unused numeric.
Definition: numerics.php:2486
const ERR_CANTLOADMODULE
Returned when the server could not load a module.
Definition: numerics.php:240
const ERR_NOTONCHANNEL
Returned by the server whenever a client tries to perform a channel affecting command for which the c...
Definition: numerics.php:860
const RPL_MAPMORE
Sent as a response to a MAP command, to indicate that the network contains more servers than what was...
Definition: numerics.php:2212
const ERR_NOPRIVILEGES
Any command requiring operator privileges to operate will return this error to indicate the attempt w...
Definition: numerics.php:731
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: numerics.php:213
const RPL_MAPEND
Marks the end of the network&#39;s map.
Definition: numerics.php:2200
const RPL_ENDOFGLIST
Marks the end of the G-line list.
Definition: numerics.php:1632
const RPL_ENDOFWHOIS
The RPL_ENDOFWHOIS reply is used to mark the end of processing a WHOIS message.
Definition: numerics.php:1790
const ERR_NOOPERHOST
If a client sends an OPER message and the server has not been configured to allow connections from th...
Definition: numerics.php:697
const ERR_USERSDONTMATCH
Error sent to any user trying to view or change the user mode for a user other than themselves...
Definition: numerics.php:1291
const ERR_TOOMANYCHANNELS
Sent to a user when they have joined the maximum number of allowed channels and they try to join anot...
Definition: numerics.php:1088
const RPL_ENDOFLINKS
Marks the end of the links for this server.
Definition: numerics.php:1680
const ERR_KEYSET
Sent when attempting to set a key for a channel which already has one.
Definition: numerics.php:445
const ERR_NOTOPLEVEL
Returned when an invalid use of "PRIVMSG $<server>" or "PRIVMSG #<host>" is attempted (when it doesn&#39;...
Definition: numerics.php:870
const RPL_RULES
This numeric is sent to you for every rule in use on this server.
Definition: numerics.php:2449
const RPL_ENDMAP
Alias for Erebot_Interface_Numerics::RPL_MAPEND.
Definition: numerics.php:1586
const RPL_RWHOREPLY
Reply to a R(egexp) WHO command.
Definition: numerics.php:2469
const RPL_STATSLLINE
This numeric is used for every entry configured through L-lines (leaf).
Definition: numerics.php:2747
const RPL_LOADEDMODULE
Returned after a module was successfully loaded.
Definition: numerics.php:2102
const RPL_ENDOFTRACE
Alias for Erebot_Interface_Numerics::RPL_TRACEEND.
Definition: numerics.php:1760
const RPL_YOURHOSTIS
Alias for Erebot_Interface_Numerics::RPL_YOURHOST.
Definition: numerics.php:3440
const RPL_STATSBLINE
This numeric is used for every entry configured through B-lines (bounces).
Definition: numerics.php:2584
const ERR_CHANNELISFULL
Returned when trying to JOIN a channel for which a limit has been set and reached.
Definition: numerics.php:281
const RPL_NOWAWAY
Sent when the client sets an AWAY message.
Definition: numerics.php:2344
const RPL_EXCEPTLIST
Sent by the server in response to a MODE #channel +e command for every entry currently in the ban exc...
Definition: numerics.php:1835
const RPL_WATCHOFF
Sent by the server after it receives a request to remove someone from the watch list.
Definition: numerics.php:3209
const RPL_ENDOFSERVICES
Unused numeric.
Definition: numerics.php:1736
const RPL_NOWON
Sent after a nick has been added to your watch list and that person is currently online.
Definition: numerics.php:2367
const RPL_GLIST
This numeric is used to display information about an entry in the G-line list.
Definition: numerics.php:1856
const ERR_USERONCHANNEL
Returned when a client tries to invite a user to a channel they are already on.
Definition: numerics.php:1272
const RPL_TRACECLASS
Used when tracing connections to give information on a class of connections.
Definition: numerics.php:2975
const RPL_YOURUUID
Alias for Erebot_Interface_Numerics::RPL_YOURID.
Definition: numerics.php:3453
const RPL_ENDOFRULES
Marks the end of the server rules.
Definition: numerics.php:1733
const RPL_WHOREPLY
Sent back for every user that matches the criteria for the current WHO command.
Definition: numerics.php:3385
const RPL_ADMINME
Returned as the first numeric in response to an ADMIN message.
Definition: numerics.php:1413
const RPL_REHASHING
If the REHASH option is used and an operator sends a REHASH message, an RPL_REHASHING is sent back to...
Definition: numerics.php:2420
const ERR_BADCHANMASK
This numeric is sent back to you if you specify an invalid mask for a channel.
Definition: numerics.php:92
const ERR_NOSUCHSERVICE
Returned to a client which is attempting to send a SQUERY to a service which does not exist...
Definition: numerics.php:818
const RPL_WHOISCHANNELS
Sent in response to a WHOIS, listing the public channels the target user is on.
Definition: numerics.php:3271
A fake interface that contains information about all IRC numerics supported by Erebot.
Definition: numerics.php:32
const ERR_ALREADYREGISTERED
Alias for Erebot_Interface_Numerics::ERR_ALREADYREGISTRED.
Definition: numerics.php:68
const ERR_RESTRICTED
Sent by the server to a user upon connection to indicate the restricted nature of the connection (use...
Definition: numerics.php:965
const RPL_TRACECONNECTING
Used when tracing connections which have not been fully established and are still attempting to conne...
Definition: numerics.php:2984
const ERR_NICKNAMEINUSE
Returned when a NICK message is processed that results in an attempt to change to a currently existin...
Definition: numerics.php:580
const ERR_UNKNOWNMODE
Returned when trying to set a mode which is not recognized by the server on a channel.
Definition: numerics.php:1225
const RPL_ENDOFINVITELIST
Marks the end of the invite list.
Definition: numerics.php:1659
const ERR_NOTEXTTOSEND
Sent when a command did not receive any text when it was expecting some.
Definition: numerics.php:830
const ERR_YOUREBANNEDCREEP
Returned after an attempt to connect and register yourself with a server which has been setup to expl...
Definition: numerics.php:1352
const ERR_CHANOPPRIVSNEEDED
Alias for Erebot_Interface_Numerics::ERR_CHANOPRIVSNEEDED.
Definition: numerics.php:289
const ERR_NOADMININFO
Returned by a server in response to an ADMIN message when there is an error in finding the appropriat...
Definition: numerics.php:595
const RPL_CREATED
Last time the IRC server was restarted.
Definition: numerics.php:1530
const RPL_SERVERCREATED
Alias for Erebot_Interface_Numerics::RPL_CREATED.
Definition: numerics.php:2477
const ERR_MSGSERVICES
Returned to a user trying to send a message to a service without specifying the proper hostname (ie...
Definition: numerics.php:530
const ERR_INVITEONLYCHAN
Returned when trying to JOIN a channel which requires an invitation and you&#39;ve not been invited...
Definition: numerics.php:426
const ERR_CANTUNLOADMODULE
Returned when the server failed to unload a module.
Definition: numerics.php:267
const ERR_TOOMANYWATCH
The server will send this numeric back to you if you try to add someone to your watch list and the li...
Definition: numerics.php:1158
const RPL_WHOISCHANOP
Redundant and not needed but reserved.
Definition: numerics.php:3277
const RPL_TRACERECONNECT
Unused numeric.
Definition: numerics.php:3047
const RPL_ISON
Reply format used by ISON to list replies to the query list.
Definition: numerics.php:1981
const ERR_BANNEDFROMCHAN
Returned when trying to JOIN a channel from which you&#39;ve been banned.
Definition: numerics.php:163
const RPL_LOGON
Sent when someone on your watch list logs online.
Definition: numerics.php:2133
const RPL_VERSION
Reply by the server showing its version details.
Definition: numerics.php:3191
const RPL_STATSHLINE
This numeric is used for every entry configured through H-lines (hub).
Definition: numerics.php:2685
const RPL_SUMMONING
Returned by a server answering a SUMMON message to indicate that it is summoning that user...
Definition: numerics.php:2882
const RPL_LINKS
Sent in response to a LINKS command for every server currently linked to this one that matches a give...
Definition: numerics.php:2037
const RPL_TRACESERVICE
Used when tracing connections to give information on IRC services.
Definition: numerics.php:3065
const RPL_SERVERVERSION
Alias for Erebot_Interface_Numerics::RPL_MYINFO.
Definition: numerics.php:2480
const RPL_WHOISOPERATOR
Sent in response to a WHOIS, indicating that the target user is an IRC operator.
Definition: numerics.php:3315
const RPL_LOAD2HI
Mostly an alias for Erebot_Interface_Numerics::RPL_TRYAGAIN, except that the text is worded slightly ...
Definition: numerics.php:2093
const RPL_SERVLIST
When listing services in reply to a SERVLIST message, a separate RPL_SERVLIST is sent for each servic...
Definition: numerics.php:2495
const RPL_ENDOFWATCHLIST
Marks the end of a WATCH command.
Definition: numerics.php:1773
const RPL_TOPIC
Sent when joining a channel or issuing a TOPIC command; contains the current topic.
Definition: numerics.php:2946
const ERR_CANTSENDTOUSER
Returned when a module on the IRC server prevents you from sending a message to some user...
Definition: numerics.php:258
const ERR_ERRONEUSNICKNAME
Returned after receiving a NICK message which contains characters which do not fall in the defined se...
Definition: numerics.php:351
const RPL_STATSQLINE
This numeric is used for every entry configured through Q-lines (ban nick).
Definition: numerics.php:2797
const RPL_UNLOADEDMODULE
Returned after a module was successfully unloaded.
Definition: numerics.php:3137
const ERR_CANTCHANGENICK
Alias for Erebot_Interface_Numerics::ERR_NONICKCHANGE.
Definition: numerics.php:216
const ERR_BADCHANNELKEY
Returned when trying to JOIN a channel for which a key was set and was either not given or incorrect...
Definition: numerics.php:106
const RPL_STATSLINKINFO
Reports statistics on a connection.
Definition: numerics.php:2736
const RPL_UNIQOPIS
This numeric is used to indicate the creator of a local IRC channel.
Definition: numerics.php:3128
const RPL_NAMEREPLY
Alias for Erebot_Interface_Numerics::RPL_NAMREPLY.
Definition: numerics.php:2285
const RPL_TRYAGAIN
When a server drops a command without processing it, it MUST use the reply RPL_TRYAGAIN to inform the...
Definition: numerics.php:3097
const RPL_NOTOPICSET
Alias for Erebot_Interface_Numerics::RPL_NOTOPIC.
Definition: numerics.php:2331
const ERR_UNKNOWNCOMMAND
Returned to a registered client to indicate that the command sent is unknown by the server...
Definition: numerics.php:1214
const RPL_ENDOFEXCEPTLIST
Marks the end of the exception list for a channel.
Definition: numerics.php:1618
const RPL_LUSERME
In processing an LUSERS message, the server sends this numeric to indicate how many clients and serve...
Definition: numerics.php:2162
const RPL_WHOWASUSER
Sent in response to a WHOWAS, giving information on the target user.
Definition: numerics.php:3399
const RPL_LOGOFF
Sent when someone on your watch list logs offline.
Definition: numerics.php:2125
const RPL_WHOISIDLE
Sent in response to a WHOIS, indicating how much time the target user has spent idle.
Definition: numerics.php:3296
const RPL_EXLIST
Alias for Erebot_Interface_Numerics::RPL_EXCEPTLIST.
Definition: numerics.php:1841
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: numerics.php:1952
const RPL_NONE
Dummy reply number. Not used.
Definition: numerics.php:2303
const RPL_INVITING
Returned by the server to indicate that the attempted INVITE message was successful and is being pass...
Definition: numerics.php:1962
const RPL_TRACELOG
Used to indicate that TRACE information is being logged to a file on the IRC server.
Definition: numerics.php:3022
const RPL_USERHOST
Reply format used by USERHOST to list replies to the query list.
Definition: numerics.php:3155
const ERR_UNIQOPPRIVSNEEDED
Any MODE requiring "channel creator" privileges will return this error if the client making the attem...
Definition: numerics.php:1195
const ERR_INVALIDCAPSUBCOMMAND
Returned when an invalid subcommand is used with the CAP command.
Definition: numerics.php:407
const RPL_TRACEOPERATOR
Used when tracing connections to give information on IRC operators.
Definition: numerics.php:3041
const RPL_SILELIST
This numeric is sent in reply to a SILENCE command with no argument for each entry in your silence li...
Definition: numerics.php:2519
const ERR_NOPERMFORHOST
Returned to a client which attempts to register with a server which does not been setup to allow conn...
Definition: numerics.php:721
const RPL_RULESSTART
Alias for Erebot_Interface_Numerics::RPL_RULESTART.
Definition: numerics.php:2455
const RPL_WATCHLIST
This numeric is sent back for every entry in your watch list when the WATCH s or WATCH S command is u...
Definition: numerics.php:3200
const RPL_STARTTLS
Alias for Erebot_Interface_Numerics::RPL_STARTTLSOK.
Definition: numerics.php:2547
const RPL_KILLDONE
Unused numeric.
Definition: numerics.php:2016
const ERR_NUMERICERR
Alias for Erebot_Interface_Numerics::ERR_NUMERIC_ERR.
Definition: numerics.php:888
const ERR_NONICKNAMEGIVEN
Returned when a nickname parameter is expected for a command and isn&#39;t found.
Definition: numerics.php:678
const RPL_COMMANDS
Sent in response to a COMMANDS command, one RPL_COMMAND is returned for each extra command supported ...
Definition: numerics.php:1508
const RPL_ENDOFDCCLIST
Marks the end of either the DCCALLOW HELP command or the DCCALLOW LIST command.
Definition: numerics.php:1610
const RPL_JUPELIST
This numeric is used to display information about an entry in the JUPE list.
Definition: numerics.php:2013
const ERR_NOSUCHCHANNEL
Used to indicate the given channel name is invalid.
Definition: numerics.php:781
const RPL_LISTEND
Sent in response to a LIST command, marks the end of the server&#39;s response.
Definition: numerics.php:2060
const ERR_WILDTOPLEVEL
Returned when an invalid use of "PRIVMSG $<server>" or "PRIVMSG #<host>" is attempted (when the top-l...
Definition: numerics.php:1325
const ERR_TOOMANYDCC
This numeric is sent to you if you try to add someone to your DCC allow list and the list is already ...
Definition: numerics.php:1098
const RPL_TRACEHANDSHAKE
Used when tracing connections which have not been fully established and are in the process of complet...
Definition: numerics.php:3003
const RPL_RULESTART
Marks the start of the server rules.
Definition: numerics.php:2463
const RPL_STATSILINE
This numeric is used for every entry configured through I-lines (allow).
Definition: numerics.php:2701
const RPL_ISUPPORT
Gives information of the specific commands/options supported by the server.
Definition: numerics.php:2004
const RPL_DCCLIST
This numeric is sent in response to a DCCALLOW LIST command for every person that is currently presen...
Definition: numerics.php:1554
const RPL_STARTTLSOK
Returned to a client after a STARTTLS command to indicate that the server is ready to proceed with da...
Definition: numerics.php:2563
const RPL_TIME
When replying to the TIME message, a server MUST send the reply using the RPL_TIME format below...
Definition: numerics.php:2936
const RPL_TRACEUSER
Used when tracing connections to give information on (non-operator) IRC clients.
Definition: numerics.php:3083
const ERR_SILELISTFULL
This error is sent back when you try to add someone to your silence list and the list is already full...
Definition: numerics.php:1005
const ERR_NOSWEAR
Alias for Erebot_Interface_Numerics::ERR_WORDFILTERED.
Definition: numerics.php:821
const RPL_ENDOFJUPELIST
Marks the end of the JUPE list.
Definition: numerics.php:1672
const RPL_TRACEUNKNOWN
Used when tracing connections which have not been fully established and are unknown.
Definition: numerics.php:3074
const ERR_NORULES
Sent to indicate that the server does not have any rules defined.
Definition: numerics.php:754
const RPL_ENDOFWHO
Marks the end of the results to a WHO.
Definition: numerics.php:1781
const RPL_MYINFO
Supported user and channel modes.
Definition: numerics.php:2275
const RPL_DCCSTATUS
This numeric is sent back to you after every command to add or remove some user from your DCC allow l...
Definition: numerics.php:1568
const ERR_ALREADYREGISTRED
Returned by the server to any link which tries to change part of the registered details (such as pass...
Definition: numerics.php:78
const RPL_ENDOFINVEXLIST
Alias for Erebot_Interface_Numerics::RPL_ENDOFINVITELIST.
Definition: numerics.php:1645
const RPL_ADMINEMAIL
Returned as the last numeric in response to an ADMIN message, giving an email where the server&#39;s admi...
Definition: numerics.php:1384
const RPL_LIST
Sent in response to a LIST command, contains the actual response data.
Definition: numerics.php:2046
const ERR_STARTTLS
Alias for Erebot_Interface_Numerics::ERR_STARTTLSFAIL.
Definition: numerics.php:1018
const ERR_LAST_ERR_MSG
Alias for Erebot_Interface_Numerics::ERR_NUMERIC_ERR.
Definition: numerics.php:466
const ERR_NOMOTD
Server&#39;s MOTD file could not be opened by the server.
Definition: numerics.php:664
const RPL_MAP
Sent as a response to a MAP command, with information on the network&#39;s map.
Definition: numerics.php:2192
const RPL_WHOISSERVER
Sent in response to a WHOIS or WHOWAS, indicating the IRC server the target user was connected to...
Definition: numerics.php:3340
const ERR_SUMMONDISABLED
Returned by any server which does not support the SUMMON command, either because it was not implement...
Definition: numerics.php:1049
const ERR_DELAYREJOIN
Returned to someone who tries to rejoin a channel right after being kicked while a delay is required...
Definition: numerics.php:322
const RPL_EXEMPTLIST
Alias for Erebot_Interface_Numerics::RPL_EXCEPTLIST.
Definition: numerics.php:1838
const RPL_WELCOME
First numeric sent to a client after its connection (welcome message).
Definition: numerics.php:3227
const ERR_NOSUCHSERVER
Used to indicate the server name given currently doesn&#39;t exist.
Definition: numerics.php:809
const ERR_KICKNOREJOIN
Alias for Erebot_Interface_Numerics::ERR_DELAYREJOIN.
Definition: numerics.php:448
const RPL_YOURDISPLAYEDHOST
Returned by InspIRCd when a VHOST is used.
Definition: numerics.php:3410
const RPL_RULESEND
Alias for Erebot_Interface_Numerics::RPL_ENDOFRULES.
Definition: numerics.php:2452
const RPL_NAMREPLY
This numeric is used in response to a NAMES command or upon joining a channel and contains the nickna...
Definition: numerics.php:2295
const RPL_STATSOLINE
This numeric is used for every entry configured through O-lines (oper).
Definition: numerics.php:2774
const ERR_USERSDISABLED
Returned by any server which does not support the USERS command, either because it was not implemente...
Definition: numerics.php:1282
const RPL_YOURESERVICE
Sent by the server to a service upon successful registration.
Definition: numerics.php:3429
const ERR_NUMERIC_ERR
Sent when an invalid numeric is received.
Definition: numerics.php:907
const RPL_SERVLISTEND
Marks the end of the list of services, sent in response to a SERVLIST message.
Definition: numerics.php:2504
const ERR_CHANOPRIVSNEEDED
Any command requiring &#39;chanop&#39; privileges (such as MODE messages) will return this error if the clien...
Definition: numerics.php:300
const ERR_USERNOTINCHANNEL
Returned by the server to indicate that the target user of the command is not on the given channel...
Definition: numerics.php:1258
const ERR_ALLMUSTSSL
Returned when someone tries to add the +z mode on a channel but some users are not connected using a ...
Definition: numerics.php:65
const RPL_SYNTAX
Returned by InspIRCd to indicate a mistake regarding the syntax of a command and to provide a hint as...
Definition: numerics.php:2892
const ERR_UMODEUNKNOWNFLAG
Returned by the server to indicate that a MODE message was sent with a nickname parameter and that th...
Definition: numerics.php:1168
const RPL_NOWOFF
Sent after a nick has been added to your watch list and that person is currently offline.
Definition: numerics.php:2358
const RPL_WATCHSTAT
Displays how many people are on your watch list and how many have added you to their watch list...
Definition: numerics.php:3218
const RPL_STATSDLINE
This numeric is used for every entry configured through D-lines (deny link).
Definition: numerics.php:2644
const RPL_TRACENEWTYPE
RPL_TRACENEWTYPE is to be used for any connection which does not fit in the other categories but is b...
Definition: numerics.php:3032
const ERR_WASNOSUCHNICK
Returned by WHOWAS to indicate there is no history information for that nickname. ...
Definition: numerics.php:1305
const RPL_TRACESERVER
Used when tracing connections to give information on IRC servers.
Definition: numerics.php:3056
const RPL_WHOISUSER
Sent in response to a WHOIS, giving a few information on the target user.
Definition: numerics.php:3376
const ERR_STARTTLSFAIL
Returned to a client after STARTTLS command to indicate that the attempt to negotiate a secure channe...
Definition: numerics.php:1034
const RPL_TRACEEND
RPL_TRACEEND is sent to indicate the end of the list of replies to a TRACE command.
Definition: numerics.php:2993
const RPL_UMODEIS
To answer a query about a client&#39;s own mode, RPL_UMODEIS is sent back.
Definition: numerics.php:3111
const ERR_NOSUCHNICK
Used to indicate the nickname parameter supplied to a command is currently unused.
Definition: numerics.php:800
const RPL_ENDOFSILELIST
Marks the end of the silence list.
Definition: numerics.php:1749
const ERR_NOCHANMODES
Returned when attempting to set modes on a channel which does not support modes.
Definition: numerics.php:604
const RPL_TOPICTIME
Alias for Erebot_Interface_Numerics::RPL_TOPICWHOTIME.
Definition: numerics.php:2949
const RPL_INVEXLIST
Alias for Erebot_Interface_Numerics::RPL_INVITELIST.
Definition: numerics.php:1941
const RPL_AWAY
RPL_AWAY is sent to any client sending a PRIVMSG to a client which is away.
Definition: numerics.php:1446
const ERR_NOSERVICEHOST
This numeric is not used anymore.
Definition: numerics.php:757
const RPL_ENDOFWHOWAS
Sent in response to a WHOWAS, marks the end of the WHOWAS message processing.
Definition: numerics.php:1799
const RPL_ADMINLOC2
Returned in response to an ADMIN message, usually giving information on the institution hosting the s...
Definition: numerics.php:1404
const RPL_STATSKLINE
This numeric is used for every entry configured through K-lines (ban user).
Definition: numerics.php:2717
const ERR_UNKNOWNSNOMASK
Returned when someone tries to set an invalid server notice mask.
Definition: numerics.php:1234
const ERR_NOLOGIN
Returned by the summon after a SUMMON command for a user was unable to be performed since they were n...
Definition: numerics.php:651
const RPL_LUSEROP
Sent in response to a LUSERS message to indicate how many IRC operators are currently connected...
Definition: numerics.php:2172
const RPL_YOURID
Sent on connect by some IRC servers to notify the newly-connected user about his unique user ID...
Definition: numerics.php:3450
const RPL_SERVICE
Unused numeric.
Definition: numerics.php:2483
const ERR_NOTREGISTERED
Returned by the server to indicate that the client must be registered before the server will allow it...
Definition: numerics.php:880
const RPL_LUSERCLIENT
In processing an LUSERS message, the server sends this numeric to indicate how many clients and serve...
Definition: numerics.php:2152
const RPL_NOTOPIC
Sent when joining a channel or issuing a TOPIC command and no topic has been set yet.
Definition: numerics.php:2328