Erebot  latest
A modular IRC bot for PHP 5.3+
RFC2812.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 
35 {
37  const RPL_WELCOME = 1;
38 
40  const RPL_YOURHOST = 2;
41 
43  const RPL_CREATED = 3;
44 
46  const RPL_MYINFO = 4;
47 
48 /*
49  Left out as it conflicts with commonly supported RPL_ISUPPORT.
51  const RPL_BOUNCE = 5;
52 */
54  const RPL_ISUPPORT = 5;
55 
57  const RPL_USERHOST = 302;
58 
60  const RPL_ISON = 303;
61 
63  const RPL_AWAY = 301;
64 
66  const RPL_UNAWAY = 305;
67 
69  const RPL_NOWAWAY = 306;
70 
72  const RPL_WHOISUSER = 311;
73 
75  const RPL_WHOISSERVER = 312;
76 
78  const RPL_WHOISOPERATOR = 313;
79 
81  const RPL_WHOISIDLE = 317;
82 
84  const RPL_ENDOFWHOIS = 318;
85 
87  const RPL_WHOISCHANNELS = 319;
88 
90  const RPL_WHOWASUSER = 314;
91 
93  const RPL_ENDOFWHOWAS = 369;
94 
96  const RPL_LISTSTART = 321;
97 
99  const RPL_LIST = 322;
100 
102  const RPL_LISTEND = 323;
103 
105  const RPL_UNIQOPIS = 325;
106 
108  const RPL_CHANNELMODEIS = 324;
109 
111  const RPL_NOTOPIC = 331;
112 
114  const RPL_TOPIC = 332;
115 
117  const RPL_INVITING = 341;
118 
120  const RPL_SUMMONING = 342;
121 
123  const RPL_INVITELIST = 346;
124 
126  const RPL_ENDOFINVITELIST = 347;
127 
129  const RPL_EXCEPTLIST = 348;
130 
132  const RPL_ENDOFEXCEPTLIST = 349;
133 
135  const RPL_VERSION = 351;
136 
138  const RPL_WHOREPLY = 352;
139 
141  const RPL_ENDOFWHO = 315;
142 
144  const RPL_NAMREPLY = 353;
145 
147  const RPL_ENDOFNAMES = 366;
148 
150  const RPL_LINKS = 364;
151 
153  const RPL_ENDOFLINKS = 365;
154 
156  const RPL_BANLIST = 367;
157 
159  const RPL_ENDOFBANLIST = 368;
160 
162  const RPL_INFO = 371;
163 
165  const RPL_ENDOFINFO = 374;
166 
168  const RPL_MOTDSTART = 375;
169 
171  const RPL_MOTD = 372;
172 
174  const RPL_ENDOFMOTD = 376;
175 
177  const RPL_YOUREOPER = 381;
178 
180  const RPL_REHASHING = 382;
181 
183  const RPL_YOURESERVICE = 383;
184 
186  const RPL_TIME = 391;
187 
189  const RPL_USERSSTART = 392;
190 
192  const RPL_USERS = 393;
193 
195  const RPL_ENDOFUSERS = 394;
196 
198  const RPL_NOUSERS = 395;
199 
201  const RPL_TRACELINK = 200;
202 
204  const RPL_TRACECONNECTING = 201;
205 
207  const RPL_TRACEHANDSHAKE = 202;
208 
210  const RPL_TRACEUNKNOWN = 203;
211 
213  const RPL_TRACEOPERATOR = 204;
214 
216  const RPL_TRACEUSER = 205;
217 
219  const RPL_TRACESERVER = 206;
220 
222  const RPL_TRACESERVICE = 207;
223 
225  const RPL_TRACENEWTYPE = 208;
226 
228  const RPL_TRACECLASS = 209;
229 
231  const RPL_TRACERECONNECT = 210;
232 
234  const RPL_TRACELOG = 261;
235 
237  const RPL_TRACEEND = 262;
238 
240  const RPL_STATSLINKINFO = 211;
241 
243  const RPL_STATSCOMMANDS = 212;
244 
246  const RPL_ENDOFSTATS = 219;
247 
249  const RPL_STATSUPTIME = 242;
250 
252  const RPL_STATSOLINE = 243;
253 
255  const RPL_UMODEIS = 221;
256 
258  const RPL_SERVLIST = 234;
259 
261  const RPL_SERVLISTEND = 235;
262 
264  const RPL_LUSERCLIENT = 251;
265 
267  const RPL_LUSEROP = 252;
268 
270  const RPL_LUSERUNKNOWN = 253;
271 
273  const RPL_LUSERCHANNELS = 254;
274 
276  const RPL_LUSERME = 255;
277 
279  const RPL_ADMINME = 256;
280 
282  const RPL_ADMINLOC1 = 257;
283 
285  const RPL_ADMINLOC2 = 258;
286 
288  const RPL_ADMINEMAIL = 259;
289 
291  const RPL_TRYAGAIN = 263;
292 
294  const ERR_NOSUCHNICK = 401;
295 
297  const ERR_NOSUCHSERVER = 402;
298 
300  const ERR_NOSUCHCHANNEL = 403;
301 
303  const ERR_CANNOTSENDTOCHAN = 404;
304 
306  const ERR_TOOMANYCHANNELS = 405;
307 
309  const ERR_WASNOSUCHNICK = 406;
310 
312  const ERR_TOOMANYTARGETS = 407;
313 
315  const ERR_NOSUCHSERVICE = 408;
316 
318  const ERR_NOORIGIN = 409;
319 
321  const ERR_NORECIPIENT = 411;
322 
324  const ERR_NOTEXTTOSEND = 412;
325 
327  const ERR_NOTOPLEVEL = 413;
328 
330  const ERR_WILDTOPLEVEL = 414;
331 
333  const ERR_BADMASK = 415;
334 
335  // Initially missing from RFC 2812; part of the errata.
337  const ERR_TOOMANYMATCHES = 416;
338 
340  const ERR_UNKNOWNCOMMAND = 421;
341 
343  const ERR_NOMOTD = 422;
344 
346  const ERR_NOADMININFO = 423;
347 
349  const ERR_FILEERROR = 424;
350 
352  const ERR_NONICKNAMEGIVEN = 431;
353 
355  const ERR_ERRONEUSNICKNAME = 432;
356 
358  const ERR_NICKNAMEINUSE = 433;
359 
361  const ERR_NICKCOLLISION = 436;
362 
364  const ERR_UNAVAILRESOURCE = 437;
365 
367  const ERR_USERNOTINCHANNEL = 441;
368 
370  const ERR_NOTONCHANNEL = 442;
371 
373  const ERR_USERONCHANNEL = 443;
374 
376  const ERR_NOLOGIN = 444;
377 
379  const ERR_SUMMONDISABLED = 445;
380 
382  const ERR_USERSDISABLED = 446;
383 
385  const ERR_NOTREGISTERED = 451;
386 
388  const ERR_NEEDMOREPARAMS = 461;
389 
391  const ERR_ALREADYREGISTRED = 462;
392 
394  const ERR_NOPERMFORHOST = 463;
395 
397  const ERR_PASSWDMISMATCH = 464;
398 
400  const ERR_YOUREBANNEDCREEP = 465;
401 
403  const ERR_YOUWILLBEBANNED = 466;
404 
406  const ERR_KEYSET = 467;
407 
409  const ERR_CHANNELISFULL = 471;
410 
412  const ERR_UNKNOWNMODE = 472;
413 
415  const ERR_INVITEONLYCHAN = 473;
416 
418  const ERR_BANNEDFROMCHAN = 474;
419 
421  const ERR_BADCHANNELKEY = 475;
422 
424  const ERR_BADCHANMASK = 476;
425 
427  const ERR_NOCHANMODES = 477;
428 
430  const ERR_BANLISTFULL = 478;
431 
433  const ERR_NOPRIVILEGES = 481;
434 
436  const ERR_CHANOPRIVSNEEDED = 482;
437 
439  const ERR_CANTKILLSERVER = 483;
440 
442  const ERR_RESTRICTED = 484;
443 
446 
448  const ERR_NOOPERHOST = 491;
449 
451  const ERR_UMODEUNKNOWNFLAG = 501;
452 
454  const ERR_USERSDONTMATCH = 502;
455 }
const RPL_TRYAGAIN
When a server drops a command without processing it, it MUST use the reply RPL_TRYAGAIN to inform the...
Definition: RFC2812.php:291
const RPL_STATSCOMMANDS
Reports statistics on commands usage.
Definition: RFC2812.php:243
const ERR_UMODEUNKNOWNFLAG
Returned by the server to indicate that a MODE message was sent with a nickname parameter and that th...
Definition: RFC2812.php:451
const RPL_TIME
When replying to the TIME message, a server MUST send the reply using the RPL_TIME format below...
Definition: RFC2812.php:186
const RPL_TRACEUNKNOWN
Used when tracing connections which have not been fully established and are unknown.
Definition: RFC2812.php:210
const ERR_BADCHANMASK
This numeric is sent back to you if you specify an invalid mask for a channel.
Definition: RFC2812.php:424
const ERR_WILDTOPLEVEL
Returned when an invalid use of "PRIVMSG $<server>" or "PRIVMSG #<host>" is attempted (when the top-l...
Definition: RFC2812.php:330
const RPL_ENDOFWHOWAS
Sent in response to a WHOWAS, marks the end of the WHOWAS message processing.
Definition: RFC2812.php:93
const ERR_UNKNOWNMODE
Returned when trying to set a mode which is not recognized by the server on a channel.
Definition: RFC2812.php:412
const RPL_MYINFO
Supported user and channel modes.
Definition: RFC2812.php:46
const RPL_ENDOFLINKS
Marks the end of the links for this server.
Definition: RFC2812.php:153
const RPL_NOTOPIC
Sent when joining a channel or issuing a TOPIC command and no topic has been set yet.
Definition: RFC2812.php:111
Numeric profile for unknown IRC servers, based on RFC 2812.
Definition: RFC2812.php:34
const ERR_NOTREGISTERED
Returned by the server to indicate that the client must be registered before the server will allow it...
Definition: RFC2812.php:385
Abstract class that serves as a base to create a numeric profile for an IRCd server.
Definition: Base.php:33
const RPL_STATSUPTIME
Reports the server uptime.
Definition: RFC2812.php:249
const ERR_UNAVAILRESOURCE
Returned when a resource needed to perform the given action is unavailable.
Definition: RFC2812.php:364
const RPL_NAMREPLY
This numeric is used in response to a NAMES command or upon joining a channel and contains the nickna...
Definition: RFC2812.php:144
const RPL_LUSERUNKNOWN
Sent in response to a LUSERS message to indicate how many unknown connections there are...
Definition: RFC2812.php:270
const ERR_NORECIPIENT
Used to indicate a recipient was expected for the given command.
Definition: RFC2812.php:321
const RPL_WHOISOPERATOR
Sent in response to a WHOIS, indicating that the target user is an IRC operator.
Definition: RFC2812.php:78
const ERR_NOTOPLEVEL
Returned when an invalid use of "PRIVMSG $<server>" or "PRIVMSG #<host>" is attempted (when it doesn&#39;...
Definition: RFC2812.php:327
const RPL_LINKS
Sent in response to a LINKS command for every server currently linked to this one that matches a give...
Definition: RFC2812.php:150
const ERR_ERRONEUSNICKNAME
Returned after receiving a NICK message which contains characters which do not fall in the defined se...
Definition: RFC2812.php:355
const RPL_WHOISUSER
Sent in response to a WHOIS, giving a few information on the target user.
Definition: RFC2812.php:72
const RPL_LUSERCHANNELS
Sent in response to a LUSERS message to indicate how many IRC channels have been formed, if any.
Definition: RFC2812.php:273
const RPL_TOPIC
Sent when joining a channel or issuing a TOPIC command; contains the current topic.
Definition: RFC2812.php:114
const ERR_NOPERMFORHOST
Returned to a client which attempts to register with a server which does not been setup to allow conn...
Definition: RFC2812.php:394
const RPL_CHANNELMODEIS
Sent in response to a MODE command or upon joining an IRC channel, containing the modes that are in e...
Definition: RFC2812.php:108
const RPL_ADMINEMAIL
Returned as the last numeric in response to an ADMIN message, giving an email where the server&#39;s admi...
Definition: RFC2812.php:288
const RPL_TRACECLASS
Used when tracing connections to give information on a class of connections.
Definition: RFC2812.php:228
const RPL_ISUPPORT
Gives information of the specific commands/options supported by the server.
Definition: RFC2812.php:54
const ERR_NOCHANMODES
Returned when attempting to set modes on a channel which does not support modes.
Definition: RFC2812.php:427
const RPL_YOUREOPER
RPL_YOUREOPER is sent back to a client which has just successfully issued an OPER message and gained ...
Definition: RFC2812.php:177
const ERR_NOLOGIN
Returned by the summon after a SUMMON command for a user was unable to be performed since they were n...
Definition: RFC2812.php:376
const RPL_ENDOFSTATS
Marks the end of the STATS report.
Definition: RFC2812.php:246
const RPL_SUMMONING
Returned by a server answering a SUMMON message to indicate that it is summoning that user...
Definition: RFC2812.php:120
const ERR_RESTRICTED
Sent by the server to a user upon connection to indicate the restricted nature of the connection (use...
Definition: RFC2812.php:442
const ERR_BADMASK
Returned when an invalid mask was passed to "PRIVMSG $<server>" or "PRIVMSG #<host>".
Definition: RFC2812.php:333
const RPL_LUSERCLIENT
In processing an LUSERS message, the server sends this numeric to indicate how many clients and serve...
Definition: RFC2812.php:264
const RPL_TRACESERVICE
Used when tracing connections to give information on IRC services.
Definition: RFC2812.php:222
const RPL_UMODEIS
To answer a query about a client&#39;s own mode, RPL_UMODEIS is sent back.
Definition: RFC2812.php:255
const ERR_NOMOTD
Server&#39;s MOTD file could not be opened by the server.
Definition: RFC2812.php:343
const ERR_NEEDMOREPARAMS
Returned by the server by numerous commands to indicate to the client that it didn&#39;t supply enough pa...
Definition: RFC2812.php:388
const RPL_ENDOFWHOIS
The RPL_ENDOFWHOIS reply is used to mark the end of processing a WHOIS message.
Definition: RFC2812.php:84
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: RFC2812.php:303
const ERR_NOPRIVILEGES
Any command requiring operator privileges to operate will return this error to indicate the attempt w...
Definition: RFC2812.php:433
const ERR_YOUREBANNEDCREEP
Returned after an attempt to connect and register yourself with a server which has been setup to expl...
Definition: RFC2812.php:400
const RPL_WHOISCHANNELS
Sent in response to a WHOIS, listing the public channels the target user is on.
Definition: RFC2812.php:87
const ERR_NONICKNAMEGIVEN
Returned when a nickname parameter is expected for a command and isn&#39;t found.
Definition: RFC2812.php:352
const ERR_BANNEDFROMCHAN
Returned when trying to JOIN a channel from which you&#39;ve been banned.
Definition: RFC2812.php:418
const RPL_WHOISSERVER
Sent in response to a WHOIS or WHOWAS, indicating the IRC server the target user was connected to...
Definition: RFC2812.php:75
const ERR_UNIQOPPRIVSNEEDED
Any MODE requiring "channel creator" privileges will return this error if the client making the attem...
Definition: RFC2812.php:445
const RPL_REHASHING
If the REHASH option is used and an operator sends a REHASH message, an RPL_REHASHING is sent back to...
Definition: RFC2812.php:180
const ERR_CHANOPRIVSNEEDED
Any command requiring &#39;chanop&#39; privileges (such as MODE messages) will return this error if the clien...
Definition: RFC2812.php:436
const RPL_SERVLIST
When listing services in reply to a SERVLIST message, a separate RPL_SERVLIST is sent for each servic...
Definition: RFC2812.php:258
const ERR_YOUWILLBEBANNED
Sent by a server to a user to inform him/her that access to the server will soon be denied...
Definition: RFC2812.php:403
const ERR_BADCHANNELKEY
Returned when trying to JOIN a channel for which a key was set and was either not given or incorrect...
Definition: RFC2812.php:421
const ERR_BANLISTFULL
Returned when attempting to add a ban on a channel for which the banlist is already full...
Definition: RFC2812.php:430
const ERR_TOOMANYTARGETS
Used when several targets match the given parameters for a command.
Definition: RFC2812.php:312
const ERR_USERSDONTMATCH
Error sent to any user trying to view or change the user mode for a user other than themselves...
Definition: RFC2812.php:454
const ERR_NOSUCHSERVER
Used to indicate the server name given currently doesn&#39;t exist.
Definition: RFC2812.php:297
const ERR_CANTKILLSERVER
Any attempts to use the KILL command on a server will be refused and this error returned directly to ...
Definition: RFC2812.php:439
const RPL_TRACESERVER
Used when tracing connections to give information on IRC servers.
Definition: RFC2812.php:219
const ERR_NOSUCHNICK
Used to indicate the nickname parameter supplied to a command is currently unused.
Definition: RFC2812.php:294
const RPL_CREATED
Last time the IRC server was restarted.
Definition: RFC2812.php:43
const RPL_ISON
Reply format used by ISON to list replies to the query list.
Definition: RFC2812.php:60
const RPL_TRACEEND
RPL_TRACEEND is sent to indicate the end of the list of replies to a TRACE command.
Definition: RFC2812.php:237
const RPL_EXCEPTLIST
Sent by the server in response to a MODE #channel +e command for every entry currently in the ban exc...
Definition: RFC2812.php:129
const RPL_STATSOLINE
This numeric is used for every entry configured through O-lines (oper).
Definition: RFC2812.php:252
const RPL_VERSION
Reply by the server showing its version details.
Definition: RFC2812.php:135
const ERR_KEYSET
Sent when attempting to set a key for a channel which already has one.
Definition: RFC2812.php:406
const ERR_FILEERROR
Generic error message used to report a failed file operation during the processing of a message...
Definition: RFC2812.php:349
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: RFC2812.php:123
const ERR_NICKNAMEINUSE
Returned when a NICK message is processed that results in an attempt to change to a currently existin...
Definition: RFC2812.php:358
const ERR_UNKNOWNCOMMAND
Returned to a registered client to indicate that the command sent is unknown by the server...
Definition: RFC2812.php:340
const ERR_NOSUCHCHANNEL
Used to indicate the given channel name is invalid.
Definition: RFC2812.php:300
const RPL_YOURHOST
Gives the name/version of the server we&#39;re connected to.
Definition: RFC2812.php:40
const RPL_UNIQOPIS
This numeric is used to indicate the creator of a local IRC channel.
Definition: RFC2812.php:105
const RPL_UNAWAY
Sent went the client removes an AWAY message.
Definition: RFC2812.php:66
const RPL_ENDOFINVITELIST
Marks the end of the invite list.
Definition: RFC2812.php:126
const RPL_YOURESERVICE
Sent by the server to a service upon successful registration.
Definition: RFC2812.php:183
const RPL_STATSLINKINFO
Reports statistics on a connection.
Definition: RFC2812.php:240
const ERR_WASNOSUCHNICK
Returned by WHOWAS to indicate there is no history information for that nickname. ...
Definition: RFC2812.php:309
const RPL_LISTSTART
Obsolete numeric used to mark the beginning of a reply to a LIST command.
Definition: RFC2812.php:96
const ERR_NOADMININFO
Returned by a server in response to an ADMIN message when there is an error in finding the appropriat...
Definition: RFC2812.php:346
const RPL_ADMINLOC1
Returned in response to an ADMIN message, usually giving information on the city, state and country w...
Definition: RFC2812.php:282
const ERR_PASSWDMISMATCH
Returned to indicate a failed attempt at registering a connection for which a password was required a...
Definition: RFC2812.php:397
const RPL_TRACEUSER
Used when tracing connections to give information on (non-operator) IRC clients.
Definition: RFC2812.php:216
const RPL_LIST
Sent in response to a LIST command, contains the actual response data.
Definition: RFC2812.php:99
const RPL_WELCOME
First numeric sent to a client after its connection (welcome message).
Definition: RFC2812.php:37
const ERR_USERONCHANNEL
Returned when a client tries to invite a user to a channel they are already on.
Definition: RFC2812.php:373
const RPL_ADMINME
Returned as the first numeric in response to an ADMIN message.
Definition: RFC2812.php:279
const ERR_NOOPERHOST
If a client sends an OPER message and the server has not been configured to allow connections from th...
Definition: RFC2812.php:448
const RPL_TRACELOG
Used to indicate that TRACE information is being logged to a file on the IRC server.
Definition: RFC2812.php:234
const ERR_NOSUCHSERVICE
Returned to a client which is attempting to send a SQUERY to a service which does not exist...
Definition: RFC2812.php:315
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: RFC2812.php:201
const ERR_CHANNELISFULL
Returned when trying to JOIN a channel for which a limit has been set and reached.
Definition: RFC2812.php:409
const RPL_TRACEHANDSHAKE
Used when tracing connections which have not been fully established and are in the process of complet...
Definition: RFC2812.php:207
const RPL_LISTEND
Sent in response to a LIST command, marks the end of the server&#39;s response.
Definition: RFC2812.php:102
const RPL_TRACECONNECTING
Used when tracing connections which have not been fully established and are still attempting to conne...
Definition: RFC2812.php:204
const ERR_NICKCOLLISION
Returned by a server to a client when it detects a nickname collision (registered of a NICK that alre...
Definition: RFC2812.php:361
const RPL_NOWAWAY
Sent when the client sets an AWAY message.
Definition: RFC2812.php:69
const RPL_TRACERECONNECT
Unused numeric.
Definition: RFC2812.php:231
const RPL_SERVLISTEND
Marks the end of the list of services, sent in response to a SERVLIST message.
Definition: RFC2812.php:261
const RPL_ENDOFEXCEPTLIST
Marks the end of the exception list for a channel.
Definition: RFC2812.php:132
const RPL_WHOWASUSER
Sent in response to a WHOWAS, giving information on the target user.
Definition: RFC2812.php:90
const ERR_SUMMONDISABLED
Returned by any server which does not support the SUMMON command, either because it was not implement...
Definition: RFC2812.php:379
const ERR_NOORIGIN
PING or PONG message missing the originator parameter.
Definition: RFC2812.php:318
const RPL_ADMINLOC2
Returned in response to an ADMIN message, usually giving information on the institution hosting the s...
Definition: RFC2812.php:285
const ERR_TOOMANYMATCHES
Returned by a server in response to a LIST or NAMES message to indicate the result contains too many ...
Definition: RFC2812.php:337
const RPL_TRACEOPERATOR
Used when tracing connections to give information on IRC operators.
Definition: RFC2812.php:213
const RPL_INVITING
Returned by the server to indicate that the attempted INVITE message was successful and is being pass...
Definition: RFC2812.php:117
const ERR_USERNOTINCHANNEL
Returned by the server to indicate that the target user of the command is not on the given channel...
Definition: RFC2812.php:367
const RPL_LUSEROP
Sent in response to a LUSERS message to indicate how many IRC operators are currently connected...
Definition: RFC2812.php:267
const ERR_INVITEONLYCHAN
Returned when trying to JOIN a channel which requires an invitation and you&#39;ve not been invited...
Definition: RFC2812.php:415
const RPL_WHOREPLY
Sent back for every user that matches the criteria for the current WHO command.
Definition: RFC2812.php:138
const ERR_TOOMANYCHANNELS
Sent to a user when they have joined the maximum number of allowed channels and they try to join anot...
Definition: RFC2812.php:306
const RPL_AWAY
RPL_AWAY is sent to any client sending a PRIVMSG to a client which is away.
Definition: RFC2812.php:63
const ERR_ALREADYREGISTRED
Returned by the server to any link which tries to change part of the registered details (such as pass...
Definition: RFC2812.php:391
const RPL_TRACENEWTYPE
RPL_TRACENEWTYPE is to be used for any connection which does not fit in the other categories but is b...
Definition: RFC2812.php:225
const ERR_NOTONCHANNEL
Returned by the server whenever a client tries to perform a channel affecting command for which the c...
Definition: RFC2812.php:370
const RPL_WHOISIDLE
Sent in response to a WHOIS, indicating how much time the target user has spent idle.
Definition: RFC2812.php:81
const ERR_USERSDISABLED
Returned by any server which does not support the USERS command, either because it was not implemente...
Definition: RFC2812.php:382
const ERR_NOTEXTTOSEND
Sent when a command did not receive any text when it was expecting some.
Definition: RFC2812.php:324
const RPL_ENDOFWHO
Marks the end of the results to a WHO.
Definition: RFC2812.php:141
const RPL_USERHOST
Reply format used by USERHOST to list replies to the query list.
Definition: RFC2812.php:57
const RPL_LUSERME
In processing an LUSERS message, the server sends this numeric to indicate how many clients and serve...
Definition: RFC2812.php:276