iirc 0.3.0 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1252 @@
1
+ module IIRC
2
+ # Definitions imported from ircdocs.horse
3
+ # @version 1.63
4
+ # @see https://raw.githubusercontent.com/ircdocs/irc-defs/gh-pages/_data/numerics.yaml
5
+ # @see https://defs.ircdocs.horse/defs/numerics.html
6
+ module Numerics
7
+ # The first message sent after client registration. The text used varies widely
8
+ # @format 001 <client> :Welcome to the Internet Relay Network <nick>!<user>@<host>
9
+ RPL_WELCOME = :"001"
10
+ # Part of the post-registration greeting. Text varies widely. Also known as RPL_YOURHOSTIS (InspIRCd v2)
11
+ # @format 002 <client> :Your host is <servername>, running version <version>
12
+ RPL_YOURHOST = :"002"
13
+ # Part of the post-registration greeting. Text varies widely and <date> is returned in a human-readable format. Also known as RPL_SERVERCREATED (InspIRCd v2)
14
+ # @format 003 <client> :This server was created <date>
15
+ RPL_CREATED = :"003"
16
+ # Part of the post-registration greeting. Also known as RPL_SERVERVERSION (InspIRCd v2)
17
+ # @format 004 <client> <server_name> <version> <usermodes> <chanmodes> [chanmodes_with_a_parameter]
18
+ RPL_MYINFO = :"004"
19
+ # Advertises features, limits, and protocol options that clients should be aware of. Also known as RPL_PROTOCTL (Bahamut, Unreal, Ultimate)
20
+ # @format 005 <client> <1-13 tokens> :are supported by this server
21
+ RPL_ISUPPORT = :"005"
22
+ RPL_MAP_UNREAL = :"006"
23
+ # Also known as RPL_ENDMAP (InspIRCd)
24
+ RPL_MAPEND_UNREAL = :"007"
25
+ # Server notice mask (hex). Also known as RPL_SNOMASKIS (InspIRCd)
26
+ RPL_SNOMASK = :"008"
27
+ RPL_STATMEMTOT = :"009"
28
+ # Sent to the client to redirect it to another server. Also known as RPL_REDIR
29
+ # @format 010 <client> <hostname> <port> :<info>
30
+ RPL_BOUNCE = :"010"
31
+ RPL_YOURCOOKIE = :"014"
32
+ RPL_MAP_IRCU = :"015"
33
+ RPL_MAPMORE_IRCU = :"016"
34
+ # Also known as RPL_ENDMAP (InspIRCd)
35
+ RPL_MAPEND_IRCU = :"017"
36
+ # @format 018 <client> :<count> servers and <count> users, average <average count> users per server
37
+ RPL_MAPUSERS = :"018"
38
+ # Used by Rusnet to send the initial "Please wait while we process your connection" message, rather than a server-sent NOTICE.
39
+ # @format 020 <client> :<info>
40
+ RPL_HELLO = :"020"
41
+ RPL_APASSWARN_SET = :"030"
42
+ RPL_APASSWARN_SECRET = :"031"
43
+ RPL_APASSWARN_CLEAR = :"032"
44
+ # Also known as RPL_YOURUUID (InspIRCd)
45
+ RPL_YOURID = :"042"
46
+ # Sent to the client when their nickname was forced to change due to a collision
47
+ # @format 043 <client> <newnick> :<info>
48
+ RPL_SAVENICK = :"043"
49
+ RPL_ATTEMPTINGJUNC = :"050"
50
+ RPL_ATTEMPTINGREROUTE = :"051"
51
+ # Same format as RPL_ISUPPORT, but returned when the client is requesting information from a remote server instead of the server it is currently connected to
52
+ RPL_REMOTEISUPPORT = :"105"
53
+ # See RFC
54
+ # @format 200 <client> Link <version>[.<debug_level>] <destination> <next_server> [V<protocol_version> <link_uptime_in_seconds> <backstream_sendq> <upstream_sendq>]
55
+ RPL_TRACELINK = :"200"
56
+ # See RFC
57
+ # @format 201 <client> Try. <class> <server>
58
+ RPL_TRACECONNECTING = :"201"
59
+ # See RFC
60
+ # @format 202 <client> H.S. <class> <server>
61
+ RPL_TRACEHANDSHAKE = :"202"
62
+ # See RFC
63
+ # @format 203 <client> ???? <class> [<connection_address>]
64
+ RPL_TRACEUNKNOWN = :"203"
65
+ # See RFC
66
+ # @format 204 <client> Oper <class> <nick>
67
+ RPL_TRACEOPERATOR = :"204"
68
+ # See RFC
69
+ # @format 205 <client> User <class> <nick>
70
+ RPL_TRACEUSER = :"205"
71
+ # See RFC
72
+ # @format 206 <client> Serv <class> <int>S <int>C <server> <nick!user|*!*>@<host|server> [V<protocol_version>]
73
+ RPL_TRACESERVER = :"206"
74
+ # See RFC
75
+ # @format 207 <client> Service <class> <name> <type> <active_type>
76
+ RPL_TRACESERVICE = :"207"
77
+ # See RFC
78
+ # @format 208 <client> <newtype> 0 <client_name>
79
+ RPL_TRACENEWTYPE = :"208"
80
+ # See RFC
81
+ # @format 209 <client> Class <class> <count>
82
+ RPL_TRACECLASS = :"209"
83
+ # Used instead of having multiple stats numerics
84
+ RPL_STATS = :"210"
85
+ # Used to send lists of stats flags and other help information.
86
+ RPL_STATSHELP = :"210"
87
+ # Reply to STATS (See RFC)
88
+ # @format 211 <client> <linkname> <sendq> <sent_msgs> <sent_bytes> <recvd_msgs> <rcvd_bytes> <time_open>
89
+ RPL_STATSLINKINFO = :"211"
90
+ # Reply to STATS (See RFC)
91
+ # @format 212 <client> <command> <count> [<byte_count> <remote_count>]
92
+ RPL_STATSCOMMANDS = :"212"
93
+ # Reply to STATS (See RFC)
94
+ # @format 213 <client> C <host> * <name> <port> <class>
95
+ RPL_STATSCLINE = :"213"
96
+ # Reply to STATS (See RFC), Also known as RPL_STATSOLDNLINE (ircu, Unreal)
97
+ # @format 214 <client> N <host> * <name> <port> <class>
98
+ RPL_STATSNLINE_RFC1459 = :"214"
99
+ # Reply to STATS (See RFC)
100
+ # @format 215 <client> I <host> * <host> <port> <class>
101
+ RPL_STATSILINE = :"215"
102
+ # Reply to STATS (See RFC)
103
+ # @format 216 <client> K <host> * <username> <port> <class>
104
+ RPL_STATSKLINE = :"216"
105
+ RPL_STATSQLINE_RFC1459 = :"217"
106
+ RPL_STATSPLINE_IRCU = :"217"
107
+ # Reply to STATS (See RFC)
108
+ # @format 218 <client> Y <class> <ping_freq> <connect_freq> <max_sendq>
109
+ RPL_STATSYLINE = :"218"
110
+ # End of RPL_STATS* list.
111
+ # @format 219 <client> <query> :<info>
112
+ RPL_ENDOFSTATS = :"219"
113
+ RPL_STATSPLINE_HYBRID = :"220"
114
+ RPL_STATSBLINE_BAHAMUT_UNREAL = :"220"
115
+ RPL_STATSWLINE = :"220"
116
+ # Information about a user's own modes. Some daemons have extended the mode command and certain modes take parameters (like channel modes).
117
+ # @format 221 <client> <user_modes> [<user_mode_params>]
118
+ RPL_UMODEIS = :"221"
119
+ RPL_MODLIST = :"222"
120
+ RPL_SQLINE_NICK = :"222"
121
+ RPL_STATSBLINE_BAHAMUT = :"222"
122
+ RPL_STATSJLINE = :"222"
123
+ RPL_CODEPAGE = :"222"
124
+ RPL_STATSELINE_BAHAMUT = :"223"
125
+ RPL_STATSGLINE_UNREAL = :"223"
126
+ RPL_CHARSET = :"223"
127
+ RPL_STATSFLINE_HYBRID_BAHAMUT = :"224"
128
+ RPL_STATSTLINE_UNREAL = :"224"
129
+ RPL_STATSDLINE_HYBRID = :"225"
130
+ RPL_STATSCLONE = :"225"
131
+ RPL_STATSELINE_UNREAL = :"225"
132
+ RPL_STATSCOUNT = :"226"
133
+ RPL_STATSALINE = :"226"
134
+ RPL_STATSNLINE_UNREAL = :"226"
135
+ RPL_STATSGLINE_BAHAMUT = :"227"
136
+ RPL_STATSVLINE_UNREAL = :"227"
137
+ # Returns details about active DNS blacklists and hits.
138
+ RPL_STATSBLINE_RIZON = :"227"
139
+ RPL_STATSQLINE_IRCU = :"228"
140
+ RPL_STATSBANVER = :"228"
141
+ RPL_STATSSPAMF = :"229"
142
+ RPL_STATSEXCEPTTKL = :"230"
143
+ RPL_RULES_UNREAL = :"232"
144
+ # A service entry in the service list
145
+ # @format 234 <client> <name> <server> <mask> <type> <hopcount> <info>
146
+ RPL_SERVLIST = :"234"
147
+ # Termination of an RPL_SERVLIST list
148
+ # @format 235 <client> <mask> <type> :<info>
149
+ RPL_SERVLISTEND = :"235"
150
+ # Verbose server list?
151
+ RPL_STATSVERBOSE = :"236"
152
+ # Engine name?
153
+ RPL_STATSENGINE = :"237"
154
+ # Feature lines?
155
+ RPL_STATSFLINE_IRCU = :"238"
156
+ RPL_STATSIAUTH = :"239"
157
+ RPL_STATSVLINE_RFC2812 = :"240"
158
+ RPL_STATSXLINE_AUSTHEX = :"240"
159
+ # Reply to STATS (See RFC)
160
+ # @format 241 <client> L <hostmask> * <servername> <maxdepth>
161
+ RPL_STATSLLINE = :"241"
162
+ # Reply to STATS (See RFC)
163
+ # @format 242 <client> :Server Up <days> days <hours>:<minutes>:<seconds>
164
+ RPL_STATSUPTIME = :"242"
165
+ # Reply to STATS O (See RFC); The privileges field is an extension in some IRC daemons, which returns either the name of a set of privileges, or a set of privileges. The class extension field returns which connection class the o-line applies to (this is also know to be placeholders like "0" and "-1" when inapplicable.) ircu doesn't have the privileges field and irc2 uses it to display which port, if any, the oper is restricted to.
166
+ # @format 243 <client> O <hostmask> * <opername> [<privileges>] <class>
167
+ RPL_STATSOLINE = :"243"
168
+ # Reply to STATS (See RFC)
169
+ # @format 244 <client> H <hostmask> * <servername>
170
+ RPL_STATSHLINE = :"244"
171
+ RPL_STATSSLINE = :"245"
172
+ RPL_STATSTLINE_HYBRID = :"245"
173
+ RPL_STATSSERVICE = :"246"
174
+ RPL_STATSTLINE_IRCU = :"246"
175
+ RPL_STATSULINE_HYBRID = :"246"
176
+ RPL_STATSBLINE_RFC2812 = :"247"
177
+ RPL_STATSXLINE_HYBRID_PTLINK_UNREAL = :"247"
178
+ RPL_STATSGLINE_IRCU = :"247"
179
+ RPL_STATSULINE_IRCU = :"248"
180
+ RPL_STATSDEFINE = :"248"
181
+ # Extension to RFC1459?
182
+ RPL_STATSULINE = :"249"
183
+ RPL_STATSDEBUG = :"249"
184
+ RPL_STATSDLINE_RFC2812 = :"250"
185
+ RPL_STATSCONN = :"250"
186
+ # Reply to LUSERS command, other versions exist (eg. RFC2812); Text may vary.
187
+ # @format 251 <client> :There are <int> users and <int> invisible on <int> servers
188
+ RPL_LUSERCLIENT = :"251"
189
+ # Reply to LUSERS command - Number of IRC operators online
190
+ # @format 252 <client> <int> :operator(s) online
191
+ RPL_LUSEROP = :"252"
192
+ # Reply to LUSERS command - Number of connections in an unknown/unregistered state
193
+ # @format 253 <client> <int> :unknown connection(s)
194
+ RPL_LUSERUNKNOWN = :"253"
195
+ # Reply to LUSERS command - Number of channels formed
196
+ # @format 254 <client> <int> :channels formed
197
+ RPL_LUSERCHANNELS = :"254"
198
+ # Reply to LUSERS command - Information about local connections; Text may vary.
199
+ # @format 255 <client> :I have <int> clients and <int> servers
200
+ RPL_LUSERME = :"255"
201
+ # Start of an RPL_ADMIN* reply. In practice, the server parameter is often never given, and instead the last parameter contains the text 'Administrative info about <server>'. Newer daemons seem to follow the RFC and output the server's hostname in the last parameter, but also output the server name in the text as per traditional daemons.
202
+ # @format 256 <client> <server> :Administrative info
203
+ RPL_ADMINME = :"256"
204
+ # Reply to ADMIN command (Location, first line)
205
+ # @format 257 <client> :<admin_location>
206
+ RPL_ADMINLOC1 = :"257"
207
+ # Reply to ADMIN command (Location, second line)
208
+ # @format 258 <client> :<admin_location>
209
+ RPL_ADMINLOC2 = :"258"
210
+ # Reply to ADMIN command (E-mail address of administrator)
211
+ # @format 259 <client> :<email_address>
212
+ RPL_ADMINEMAIL = :"259"
213
+ # See RFC
214
+ # @format 261 <client> File <logfile> <debug_level>
215
+ RPL_TRACELOG = :"261"
216
+ # Extension to RFC1459?
217
+ RPL_TRACEPING = :"262"
218
+ # Used to terminate a list of RPL_TRACE* replies. Also known as RPL_ENDOFTRACE
219
+ # @format 262 <client> <server_name> <version>[.<debug_level>] :<info>
220
+ RPL_TRACEEND = :"262"
221
+ # When a server drops a command without processing it, it MUST use this reply. The last parameter text changes, and commonly provides the client with more information about why the command could not be processed (such as rate-limiting). Also known as RPL_LOAD_THROTTLED and RPL_LOAD2HI, I'm presuming they do the same thing.
222
+ # @format 263 <client> <command> :Please wait a while and try again.
223
+ RPL_TRYAGAIN = :"263"
224
+ RPL_USINGSSL_RUSNET_IRCD = :"264"
225
+ # Returns the number of clients currently and the maximum number of clients that have been connected directly to this server at one time, respectively. The two optional parameters are not always provided. Also known as RPL_CURRENT_LOCAL
226
+ # @format 265 <client> [<u> <m>] :Current local users <u>, max <m>
227
+ RPL_LOCALUSERS = :"265"
228
+ # Returns the number of clients currently connected to the network, and the maximum number of clients ever connected to the network at one time, respectively. Also known as RPL_CURRENT_GLOBAL
229
+ # @format 266 <client> [<u> <m>] :Current global users <u>, max <m>
230
+ RPL_GLOBALUSERS = :"266"
231
+ RPL_START_NETSTAT = :"267"
232
+ RPL_NETSTAT = :"268"
233
+ RPL_END_NETSTAT = :"269"
234
+ RPL_PRIVS = :"270"
235
+ RPL_SILELIST = :"271"
236
+ RPL_ENDOFSILELIST = :"272"
237
+ RPL_NOTIFY = :"273"
238
+ RPL_ENDNOTIFY = :"274"
239
+ RPL_STATSDELTA = :"274"
240
+ RPL_STATSDLINE_IRCU_ULTIMATE = :"275"
241
+ # @format 275 <client> <nick> :is using a secure connection (SSL)
242
+ RPL_USINGSSL_BAHAMUT = :"275"
243
+ # Shows the SSL/TLS certificate fingerprint used by the client with the given nickname. Only sent when users `"WHOIS"` themselves or when an operator sends the `"WHOIS"`. Also adopted by hybrid 8.1 and charybdis 3.2
244
+ # @format 276 <client> <nick> :has client certificate fingerprint <fingerprint>
245
+ RPL_WHOISCERTFP = :"276"
246
+ RPL_STATSRLINE = :"276"
247
+ RPL_GLIST = :"280"
248
+ RPL_ENDOFGLIST = :"281"
249
+ RPL_ACCEPTLIST = :"281"
250
+ RPL_ENDOFACCEPT = :"282"
251
+ RPL_JUPELIST = :"282"
252
+ RPL_ALIST = :"283"
253
+ RPL_ENDOFJUPELIST = :"283"
254
+ RPL_ENDOFALIST = :"284"
255
+ RPL_FEATURE = :"284"
256
+ RPL_GLIST_HASH = :"285"
257
+ RPL_CHANINFO_HANDLE = :"285"
258
+ RPL_NEWHOSTIS = :"285"
259
+ RPL_CHANINFO_USERS = :"286"
260
+ RPL_CHKHEAD = :"286"
261
+ RPL_CHANINFO_CHOPS = :"287"
262
+ RPL_CHANUSER = :"287"
263
+ RPL_CHANINFO_VOICES = :"288"
264
+ RPL_PATCHHEAD = :"288"
265
+ RPL_CHANINFO_AWAY = :"289"
266
+ RPL_PATCHCON = :"289"
267
+ RPL_CHANINFO_OPERS = :"290"
268
+ RPL_HELPHDR = :"290"
269
+ RPL_DATASTR = :"290"
270
+ RPL_CHANINFO_BANNED = :"291"
271
+ RPL_HELPOP = :"291"
272
+ RPL_ENDOFCHECK = :"291"
273
+ RPL_CHANINFO_BANS = :"292"
274
+ RPL_HELPTLR = :"292"
275
+ ERR_SEARCHNOMATCH = :"292"
276
+ RPL_CHANINFO_INVITE = :"293"
277
+ RPL_HELPHLP = :"293"
278
+ RPL_CHANINFO_INVITES = :"294"
279
+ RPL_HELPFWD = :"294"
280
+ RPL_CHANINFO_KICK = :"295"
281
+ RPL_HELPIGN = :"295"
282
+ RPL_CHANINFO_KICKS = :"296"
283
+ RPL_END_CHANINFO = :"299"
284
+ # Dummy reply, supposedly only used for debugging/testing new features, however has appeared in production daemons.
285
+ RPL_NONE = :"300"
286
+ # Used in reply to a command directed at a user who is marked as away
287
+ # @format 301 <client> <nick> :<message>
288
+ RPL_AWAY = :"301"
289
+ # Reply used by USERHOST (see RFC)
290
+ # @format 302 <client> :*1<reply> *( ' ' <reply> )
291
+ RPL_USERHOST = :"302"
292
+ # Reply to the ISON command (see RFC)
293
+ # @format 303 <client> :*1<nick> *( ' ' <nick> )
294
+ RPL_ISON = :"303"
295
+ # Displays text to the user. This seems to have been defined in irc2.7h but never used. Servers generally use specific numerics or server notices instead of this. Unreal uses this numeric, but most others don't use it
296
+ # @format 304 <client> :<text>
297
+ RPL_TEXT = :"304"
298
+ # Reply from AWAY when no longer marked as away
299
+ # @format 305 <client> :<info>
300
+ RPL_UNAWAY = :"305"
301
+ # Reply from AWAY when marked away
302
+ # @format 306 <client> :<info>
303
+ RPL_NOWAWAY = :"306"
304
+ RPL_USERIP = :"307"
305
+ RPL_WHOISREGNICK = :"307"
306
+ RPL_SUSERHOST = :"307"
307
+ RPL_NOTIFYACTION = :"308"
308
+ RPL_WHOISADMIN = :"308"
309
+ # Also known as RPL_RULESTART (InspIRCd)
310
+ RPL_RULESSTART_UNREAL = :"308"
311
+ RPL_NICKTRACE = :"309"
312
+ RPL_WHOISSADMIN = :"309"
313
+ # Also known as RPL_RULESEND (InspIRCd)
314
+ RPL_ENDOFRULES_UNREAL = :"309"
315
+ RPL_WHOISHELPER = :"309"
316
+ RPL_WHOISSVCMSG = :"310"
317
+ RPL_WHOISHELPOP = :"310"
318
+ RPL_WHOISSERVICE = :"310"
319
+ # Reply to WHOIS - Information about the user
320
+ # @format 311 <client> <nick> <user> <host> * :<real_name>
321
+ RPL_WHOISUSER = :"311"
322
+ # Reply to WHOIS - What server they're on
323
+ # @format 312 <client> <nick> <server> :<server_info>
324
+ RPL_WHOISSERVER = :"312"
325
+ # Reply to WHOIS - User has IRC Operator privileges
326
+ # @format 313 <client> <nick> :<privileges>
327
+ RPL_WHOISOPERATOR = :"313"
328
+ # Reply to WHOWAS - Information about the user
329
+ # @format 314 <client> <nick> <user> <host> * :<real_name>
330
+ RPL_WHOWASUSER = :"314"
331
+ # Used to terminate a list of RPL_WHOREPLY replies
332
+ # @format 315 <client> <name> :<info>
333
+ RPL_ENDOFWHO = :"315"
334
+ RPL_WHOISPRIVDEAF = :"316"
335
+ # Reply to WHOIS - Idle information
336
+ # @format 317 <client> <nick> <seconds> :seconds idle
337
+ RPL_WHOISIDLE = :"317"
338
+ # Reply to WHOIS - End of list
339
+ # @format 318 <client> <nick> :<info>
340
+ RPL_ENDOFWHOIS = :"318"
341
+ # Reply to WHOIS - Channel list for user (See RFC)
342
+ # @format 319 <client> <nick> :*( ( '@' / '+' ) <channel> ' ' )
343
+ RPL_WHOISCHANNELS = :"319"
344
+ RPL_WHOISVIRT = :"320"
345
+ RPL_WHOIS_HIDDEN = :"320"
346
+ RPL_WHOISSPECIAL = :"320"
347
+ # Channel list - A channel
348
+ # @format 322 <client> <channel> <#_visible> :<topic>
349
+ RPL_LIST = :"322"
350
+ # Channel list - End of list
351
+ # @format 323 <client> :<info>
352
+ RPL_LISTEND = :"323"
353
+ # @format 324 <client> <channel> <mode> <mode_params>
354
+ RPL_CHANNELMODEIS = :"324"
355
+ # @format 325 <client> <channel> <nickname>
356
+ RPL_UNIQOPIS = :"325"
357
+ RPL_CHANNELPASSIS = :"325"
358
+ RPL_WHOISWEBIRC = :"325"
359
+ RPL_NOCHANPASS = :"326"
360
+ RPL_CHPASSUNKNOWN = :"327"
361
+ RPL_WHOISHOST_RUSNET_IRCD = :"327"
362
+ # Also known as RPL_CHANNELURL in charybdis
363
+ RPL_CHANNEL_URL = :"328"
364
+ # Also known as RPL_CHANNELCREATED (InspIRCd)
365
+ RPL_CREATIONTIME = :"329"
366
+ RPL_WHOWAS_TIME = :"330"
367
+ # Also known as RPL_WHOISLOGGEDIN (ratbox?, charybdis)
368
+ # @format 330 <client> <nick> <authname> :<info>
369
+ RPL_WHOISACCOUNT = :"330"
370
+ # Response to TOPIC when no topic is set. Also known as RPL_NOTOPICSET (InspIRCd)
371
+ # @format 331 <client> <channel> :<info>
372
+ RPL_NOTOPIC = :"331"
373
+ # Response to TOPIC with the set topic. Also known as RPL_TOPICSET (InspIRCd)
374
+ # @format 332 <client> <channel> :<topic>
375
+ RPL_TOPIC = :"332"
376
+ # Also known as RPL_TOPICTIME (InspIRCd).
377
+ RPL_TOPICWHOTIME = :"333"
378
+ RPL_LISTUSAGE = :"334"
379
+ RPL_COMMANDSYNTAX = :"334"
380
+ RPL_LISTSYNTAX = :"334"
381
+ RPL_WHOISBOT_UNREAL = :"335"
382
+ # Since hybrid 8.2.0
383
+ RPL_WHOISTEXT_HYBRID = :"335"
384
+ RPL_WHOISACCOUNTONLY = :"335"
385
+ # Since hybrid 8.2.0. Not to be confused with the more widely used 346. A "list of channels a client is invited to" sent with /INVITE
386
+ # @format 336 <client> :<channel>
387
+ RPL_INVITELIST_HYBRID = :"336"
388
+ RPL_WHOISBOT_NEFARIOUS = :"336"
389
+ # Since hybrid 8.2.0. Not to be confused with the more widely used 347.
390
+ # @format 337 <client> :End of /INVITE list.
391
+ RPL_ENDOFINVITELIST_HYBRID = :"337"
392
+ # Before hybrid 8.2.0, for "User connected using a webirc gateway". Since charybdis 3.4.0 for "Underlying IPv4 is %s".
393
+ RPL_WHOISTEXT_HYBRID_ALT = :"337"
394
+ RPL_CHANPASSOK = :"338"
395
+ RPL_WHOISACTUALLY = :"338"
396
+ RPL_BADCHANPASS = :"339"
397
+ RPL_WHOISMARKS = :"339"
398
+ RPL_USERIP_IRCU = :"340"
399
+ # Returned by the server to indicate that the attempted INVITE message was successful and is being passed onto the end client. Note that RFC1459 documents the parameters in the reverse order. The format given here is the format used on production servers, and should be considered the standard reply above that given by RFC1459.
400
+ # @format 341 <client> <nick> <channel>
401
+ RPL_INVITING = :"341"
402
+ RPL_WHOISKILL = :"343"
403
+ # Used by InspIRCd's m_geoban module.
404
+ # @format 344 <client> <nick> <country code> :is connecting from <country>
405
+ RPL_WHOISCOUNTRY = :"344"
406
+ # MODE +R query
407
+ # @format 344 <client> <channel> <mask>
408
+ RPL_REOPLIST = :"344"
409
+ # Sent to users on a channel when an INVITE command has been issued. Also known as RPL_ISSUEDINVITE (ircu)
410
+ # @format 345 <client> <channel> <user being invited> <user issuing invite> :<user being invited> has been invited by <user issuing invite>
411
+ RPL_INVITED = :"345"
412
+ # MODE +R query
413
+ # @format 345 <client> <channel>: :End of Channel Reop List
414
+ RPL_ENDOFREOPLIST = :"345"
415
+ # An invite mask for the invite mask list. Also known as RPL_INVEXLIST in hybrid 8.2.0
416
+ # @format 346 <client> <channel> <invitemask>
417
+ RPL_INVITELIST_RFC2812 = :"346"
418
+ # Termination of an RPL_INVITELIST list. Also known as RPL_ENDOFINVEXLIST in hybrid 8.2.0
419
+ # @format 347 <client> <channel> :<info>
420
+ RPL_ENDOFINVITELIST_RFC2812 = :"347"
421
+ # An exception mask for the exception mask list. Also known as RPL_EXLIST (Unreal, Ultimate). Bahamut calls this RPL_EXEMPTLIST and adds the last two optional params, <who> being either the nickmask of the client that set the exception or the server name, and <set-ts> being a unix timestamp representing when it was set.
422
+ # @format 348 <client> <channel> <exceptionmask> [<who> <set-ts>]
423
+ RPL_EXCEPTLIST = :"348"
424
+ # Termination of an RPL_EXCEPTLIST list. Also known as RPL_ENDOFEXLIST (Unreal, Ultimate) or RPL_ENDOFEXEMPTLIST (Bahamut).
425
+ # @format 349 <client> <channel> :<info>
426
+ RPL_ENDOFEXCEPTLIST = :"349"
427
+ # Used by InspIRCd's m_cgiirc module.
428
+ # @format 350 <client> <real host> <real ip> :is connecting via {the <name> WebIRC, an ident} gateway
429
+ RPL_WHOISGATEWAY = :"350"
430
+ # Reply by the server showing its version details, however this format is not often adhered to
431
+ # @format 351 <client> <version> <server> :<comments>
432
+ RPL_VERSION = :"351"
433
+ # Reply to vanilla WHO (See RFC). This format can be very different if the 'WHOX' version of the command is used (see ircu).
434
+ # @format 352 <client> <channel> <user> <host> <server> <nick> <H|G>[*][@|+] :<hopcount> <real_name>
435
+ RPL_WHOREPLY = :"352"
436
+ # Reply to NAMES (See RFC)
437
+ # @format 353 <client> ( '=' / '*' / '@' ) <channel> ' ' : [ '@' / '+' ] <nick> *( ' ' [ '@' / '+' ] <nick> )
438
+ RPL_NAMREPLY = :"353"
439
+ # Reply to WHO, however it is a 'special' reply because it is returned using a non-standard (non-RFC1459) format. The format is dictated by the command given by the user, and can vary widely. When this is used, the WHO command was invoked in its 'extended' form, as announced by the 'WHOX' ISUPPORT tag. Also known as RPL_RWHOREPLY (Bahamut).
440
+ RPL_WHOSPCRPL = :"354"
441
+ # Reply to the \users (when the channel is set +D, QuakeNet relative). The proper define name for this numeric is unknown at this time. Also known as RPL_DELNAMREPLY (ircu)
442
+ # @format 355 <client> ( '=' / '*' / '@' ) <channel> ' ' : [ '@' / '+' ] <nick> *( ' ' [ '@' / '+' ] <nick> )
443
+ RPL_NAMREPLY_ = :"355"
444
+ RPL_MAP_AUSTHEX = :"357"
445
+ RPL_MAPMORE_AUSTHEX = :"358"
446
+ RPL_MAPEND_AUSTHEX = :"359"
447
+ # Reply to the LINKS command
448
+ # @format 364 <client> <mask> <server> :<hopcount> <server_info>
449
+ RPL_LINKS = :"364"
450
+ # Termination of an RPL_LINKS list
451
+ # @format 365 <client> <mask> :<info>
452
+ RPL_ENDOFLINKS = :"365"
453
+ # Termination of an RPL_NAMREPLY list
454
+ # @format 366 <client> <channel> :<info>
455
+ RPL_ENDOFNAMES = :"366"
456
+ # A ban-list item (See RFC); <setter>, <time left> and <reason> are additions used by various servers.
457
+ # @format 367 <client> <channel> <banid> [[<setter> <time_left>|<time_left> :<reason>]]
458
+ RPL_BANLIST = :"367"
459
+ # Termination of an RPL_BANLIST list
460
+ # @format 368 <client> <channel> :<info>
461
+ RPL_ENDOFBANLIST = :"368"
462
+ # Reply to WHOWAS - End of list
463
+ # @format 369 <client> <nick> :<info>
464
+ RPL_ENDOFWHOWAS = :"369"
465
+ # Reply to INFO
466
+ # @format 371 <client> :<string>
467
+ RPL_INFO = :"371"
468
+ # Reply to MOTD
469
+ # @format 372 <client> :- <string>
470
+ RPL_MOTD = :"372"
471
+ # Termination of an RPL_INFO list
472
+ # @format 374 <client> :<info>
473
+ RPL_ENDOFINFO = :"374"
474
+ # Start of an RPL_MOTD list
475
+ # @format 375 <client> :- <server> Message of the day -
476
+ RPL_MOTDSTART = :"375"
477
+ # Termination of an RPL_MOTD list
478
+ # @format 376 <client> :<info>
479
+ RPL_ENDOFMOTD = :"376"
480
+ RPL_KICKEXPIRED = :"377"
481
+ RPL_BANEXPIRED = :"378"
482
+ RPL_WHOISHOST_UNREAL = :"378"
483
+ RPL_KICKLINKED = :"379"
484
+ RPL_WHOISMODES_UNREAL = :"379"
485
+ RPL_BANLINKED = :"380"
486
+ RPL_YOURHELPER = :"380"
487
+ # Successful reply from OPER. Also known as RPL_YOUAREOPER (InspIRCd)
488
+ # @format 381 <client> :<info>
489
+ RPL_YOUREOPER = :"381"
490
+ # Successful reply from REHASH
491
+ # @format 382 <client> <config_file> :<info>
492
+ RPL_REHASHING = :"382"
493
+ # Sent upon successful registration of a service
494
+ # @format 383 <client> :You are service <service_name>
495
+ RPL_YOURESERVICE = :"383"
496
+ RPL_NOTOPERANYMORE = :"385"
497
+ RPL_QLIST = :"386"
498
+ RPL_IRCOPS_ULTIMATE = :"386"
499
+ RPL_IRCOPSHEADER = :"386"
500
+ RPL_ENDOFQLIST = :"387"
501
+ RPL_ENDOFIRCOPS_ULTIMATE = :"387"
502
+ RPL_IRCOPS_NEFARIOUS = :"387"
503
+ RPL_ALIST_UNREAL = :"388"
504
+ RPL_ENDOFIRCOPS_NEFARIOUS = :"388"
505
+ RPL_ENDOFALIST_UNREAL = :"389"
506
+ # Response to the TIME command. The string format may vary greatly.
507
+ # @format 391 <client> <server> :<time string>
508
+ RPL_TIME_RFC1459 = :"391"
509
+ # This extension adds the timestamp and timestamp-offset information for clients.
510
+ # @format 391 <client> <server> <timestamp> <offset> :<time string>
511
+ RPL_TIME_IRCU = :"391"
512
+ # Timezone name is acronym style (eg. 'EST', 'PST' etc). The microseconds field is the number of microseconds since the UNIX epoch, however it is relative to the local timezone of the server. The timezone field is ambiguous, since it only appears to include American zones.
513
+ # @format 391 <client> <server> <timezone name> <microseconds> :<time string>
514
+ RPL_TIME_BDQ_IRCD = :"391"
515
+ # Yet another variation, including the time broken down into its components. Time is supposedly relative to UTC.
516
+ # @format 391 <client> <server> <year> <month> <day> <hour> <minute> <second>
517
+ RPL_TIME = :"391"
518
+ # Start of an RPL_USERS list
519
+ # @format 392 <client> :UserID Terminal Host
520
+ RPL_USERSSTART = :"392"
521
+ # Response to the USERS command (See RFC)
522
+ # @format 393 <client> :<username> <ttyline> <hostname>
523
+ RPL_USERS = :"393"
524
+ # Termination of an RPL_USERS list
525
+ # @format 394 <client> :<info>
526
+ RPL_ENDOFUSERS = :"394"
527
+ # Reply to USERS when nobody is logged in
528
+ # @format 395 <client> :<info>
529
+ RPL_NOUSERS = :"395"
530
+ # Also known as RPL_YOURDISPLAYEDHOST (InspIRCd) or RPL_HOSTHIDDEN (ircu, charybdis, Quakenet, Unreal). <hostname> can also be in the form <user@hostname> (Quakenet).
531
+ # @format 396 <client> <hostname> :is now your visible host
532
+ RPL_VISIBLEHOST = :"396"
533
+ # @format 399 <client> <local-count> <global-count> <cidr-range>
534
+ RPL_CLONES = :"399"
535
+ # Sent when an error occurred executing a command, but it is not specifically known why the command could not be executed.
536
+ # @format 400 <client> <command> [<?>] :<info>
537
+ ERR_UNKNOWNERROR = :"400"
538
+ # Used to indicate the nickname parameter supplied to a command is currently unused
539
+ # @format 401 <client> <nick> :<reason>
540
+ ERR_NOSUCHNICK = :"401"
541
+ # Used to indicate the server name given currently doesn't exist
542
+ # @format 402 <client> <server> :<reason>
543
+ ERR_NOSUCHSERVER = :"402"
544
+ # Used to indicate the given channel name is invalid, or does not exist
545
+ # @format 403 <client> <channel> :<reason>
546
+ ERR_NOSUCHCHANNEL = :"403"
547
+ # Sent to a user who does not have the rights to send a message to a channel
548
+ # @format 404 <client> <channel> :<reason>
549
+ ERR_CANNOTSENDTOCHAN = :"404"
550
+ # Sent to a user when they have joined the maximum number of allowed channels and they tried to join another channel
551
+ # @format 405 <client> <channel> :<reason>
552
+ ERR_TOOMANYCHANNELS = :"405"
553
+ # Returned by WHOWAS to indicate there was no history information for a given nickname
554
+ # @format 406 <client> <nick> :<reason>
555
+ ERR_WASNOSUCHNICK = :"406"
556
+ # The given target(s) for a command are ambiguous in that they relate to too many targets
557
+ # @format 407 <client> <target> :<reason>
558
+ ERR_TOOMANYTARGETS = :"407"
559
+ # Returned to a client which is attempting to send an SQUERY (or other message) to a service which does not exist
560
+ # @format 408 <client> <service_name> :<reason>
561
+ ERR_NOSUCHSERVICE = :"408"
562
+ ERR_NOCOLORSONCHAN = :"408"
563
+ # @format 408 <client> <channel> :You cannot use control codes on this channel. Not sent: <text>
564
+ ERR_NOCTRLSONCHAN = :"408"
565
+ # PING or PONG message missing the originator parameter which is required since these commands must work without valid prefixes
566
+ # @format 409 <client> :<reason>
567
+ ERR_NOORIGIN = :"409"
568
+ # Returned when a client sends a CAP subcommand which is invalid or otherwise issues an invalid CAP command. Also known as ERR_INVALIDCAPSUBCOMMAND (InspIRCd) or ERR_UNKNOWNCAPCMD (ircu)
569
+ # @format 410 <client> <badcmd> :Invalid CAP subcommand
570
+ ERR_INVALIDCAPCMD = :"410"
571
+ # Returned when no recipient is given with a command
572
+ # @format 411 <client> :<reason>
573
+ ERR_NORECIPIENT = :"411"
574
+ # Returned when NOTICE/PRIVMSG is used with no message given
575
+ # @format 412 <client> :<reason>
576
+ ERR_NOTEXTTOSEND = :"412"
577
+ # Used when a message is being sent to a mask without being limited to a top-level domain (i.e. * instead of *.au)
578
+ # @format 413 <client> <mask> :<reason>
579
+ ERR_NOTOPLEVEL = :"413"
580
+ # Used when a message is being sent to a mask with a wild-card for a top level domain (i.e. *.*)
581
+ # @format 414 <client> <mask> :<reason>
582
+ ERR_WILDTOPLEVEL = :"414"
583
+ # Used when a message is being sent to a mask with an invalid syntax
584
+ # @format 415 <client> <mask> :<reason>
585
+ ERR_BADMASK = :"415"
586
+ # Returned when too many matches have been found for a command and the output has been truncated. An example would be the WHO command, where by the mask '*' would match everyone on the network! Ouch!
587
+ # @format 416 <client> <command> [<mask>] :<info>
588
+ ERR_TOOMANYMATCHES = :"416"
589
+ # Same as ERR_TOOMANYMATCHES
590
+ ERR_QUERYTOOLONG = :"416"
591
+ # Returned when an input line is longer than the server can process (512 bytes), to let the client know this line was dropped (rather than being truncated)
592
+ ERR_INPUTTOOLONG = :"417"
593
+ ERR_LENGTHTRUNCATED = :"419"
594
+ # Used by InspIRCd's m_abbreviation module
595
+ # @format 420 <client> :Ambiguous abbreviation
596
+ ERR_AMBIGUOUSCOMMAND = :"420"
597
+ # Returned when the given command is unknown to the server (or hidden because of lack of access rights)
598
+ # @format 421 <client> <command> :<reason>
599
+ ERR_UNKNOWNCOMMAND = :"421"
600
+ # Sent when there is no MOTD to send the client
601
+ # @format 422 <client> :<reason>
602
+ ERR_NOMOTD = :"422"
603
+ # Returned by a server in response to an ADMIN request when no information is available. RFC1459 mentions this in the list of numerics. While it's not listed as a valid reply in section 4.3.7 ('Admin command'), it's confirmed to exist in the real world.
604
+ # @format 423 <client> <server> :<reason>
605
+ ERR_NOADMININFO = :"423"
606
+ # Generic error message used to report a failed file operation during the processing of a command
607
+ # @format 424 <client> :<reason>
608
+ ERR_FILEERROR = :"424"
609
+ ERR_NOOPERMOTD = :"425"
610
+ ERR_TOOMANYAWAY = :"429"
611
+ # Returned by NICK when the user is not allowed to change their nickname due to a channel event (channel mode +E)
612
+ ERR_EVENTNICKCHANGE = :"430"
613
+ # Returned when a nickname parameter expected for a command isn't found
614
+ # @format 431 <client> :<reason>
615
+ ERR_NONICKNAMEGIVEN = :"431"
616
+ # Returned after receiving a NICK message which contains a nickname which is considered invalid, such as it's reserved ('anonymous') or contains characters considered invalid for nicknames. This numeric is misspelt, but remains with this name for historical reasons :)
617
+ # @format 432 <client> <nick> :<reason>
618
+ ERR_ERRONEUSNICKNAME = :"432"
619
+ # Returned by the NICK command when the given nickname is already in use
620
+ # @format 433 <client> <nick> :<reason>
621
+ ERR_NICKNAMEINUSE = :"433"
622
+ ERR_SERVICENAMEINUSE = :"434"
623
+ ERR_NORULES = :"434"
624
+ ERR_SERVICECONFUSED = :"435"
625
+ # Also known as ERR_BANNICKCHANGE (ratbox, charybdis)
626
+ ERR_BANONCHAN = :"435"
627
+ # Returned by a server to a client when it detects a nickname collision
628
+ # @format 436 <nick> :<reason>
629
+ ERR_NICKCOLLISION = :"436"
630
+ # Return when the target is unable to be reached temporarily, eg. a delay mechanism in play, or a service being offline
631
+ # @format 437 <client> <nick/channel/service> :<reason>
632
+ ERR_UNAVAILRESOURCE = :"437"
633
+ ERR_BANNICKCHANGE = :"437"
634
+ # Also known as ERR_NCHANGETOOFAST (Unreal, Ultimate)
635
+ ERR_NICKTOOFAST = :"438"
636
+ ERR_DEAD = :"438"
637
+ # Also known as many other things, RPL_INVTOOFAST, RPL_MSGTOOFAST, ERR_TARGETTOFAST (Bahamut), etc
638
+ ERR_TARGETTOOFAST = :"439"
639
+ ERR_SERVICESDOWN = :"440"
640
+ # Returned by the server to indicate that the target user of the command is not on the given channel
641
+ # @format 441 <client> <nick> <channel> :<reason>
642
+ ERR_USERNOTINCHANNEL = :"441"
643
+ # Returned by the server whenever a client tries to perform a channel effecting command for which the client is not a member
644
+ # @format 442 <client> <channel> :<reason>
645
+ ERR_NOTONCHANNEL = :"442"
646
+ # Returned when a client tries to invite a user to a channel they're already on
647
+ # @format 443 <client> <nick> <channel> [:<reason>]
648
+ ERR_USERONCHANNEL = :"443"
649
+ # Returned by the SUMMON command if a given user was not logged in and could not be summoned
650
+ # @format 444 <client> <user> :<reason>
651
+ ERR_NOLOGIN = :"444"
652
+ # Returned by SUMMON when it has been disabled or not implemented
653
+ # @format 445 <client> :<reason>
654
+ ERR_SUMMONDISABLED = :"445"
655
+ # Returned by USERS when it has been disabled or not implemented
656
+ # @format 446 <client> :<reason>
657
+ ERR_USERSDISABLED = :"446"
658
+ # This numeric is called ERR_CANTCHANGENICK in InspIRCd
659
+ ERR_NONICKCHANGE = :"447"
660
+ # Returned when this channel name has been explicitly blocked and is not allowed to be used.
661
+ # @format 448 <channel> :Channel is forbidden: <reason>
662
+ ERR_FORBIDDENCHANNEL = :"448"
663
+ # Returned when a requested feature is not implemented (and cannot be completed)
664
+ # @format 449 Unspecified
665
+ ERR_NOTIMPLEMENTED = :"449"
666
+ # Returned by the server to indicate that the client must be registered before the server will allow it to be parsed in detail
667
+ # @format 451 <client> :<reason>
668
+ ERR_NOTREGISTERED = :"451"
669
+ ERR_IDCOLLISION = :"452"
670
+ ERR_NICKLOST = :"453"
671
+ ERR_HOSTILENAME = :"455"
672
+ ERR_ACCEPTFULL = :"456"
673
+ ERR_ACCEPTEXIST = :"457"
674
+ ERR_ACCEPTNOT = :"458"
675
+ # Not allowed to become an invisible operator?
676
+ ERR_NOHIDING = :"459"
677
+ ERR_NOTFORHALFOPS = :"460"
678
+ # Returned by the server by any command which requires more parameters than the number of parameters given
679
+ # @format 461 <client> <command> :<reason>
680
+ ERR_NEEDMOREPARAMS = :"461"
681
+ # Returned by the server to any link which attempts to register again Also known as ERR_ALREADYREGISTRED (sic) in ratbox/charybdis.
682
+ # @format 462 <client> :<reason>
683
+ ERR_ALREADYREGISTERED = :"462"
684
+ # Returned to a client, which attempts to register with a server which has been configured to refuse connections from the client's host
685
+ # @format 463 <client> :<reason>
686
+ ERR_NOPERMFORHOST = :"463"
687
+ # Returned by the PASS command to indicate the given password was required and was either not given or was incorrect
688
+ # @format 464 <client> :<reason>
689
+ ERR_PASSWDMISMATCH = :"464"
690
+ # Returned to a client after an attempt to register on a server configured to ban connections from that client
691
+ # @format 465 <client> :<reason>
692
+ ERR_YOUREBANNEDCREEP = :"465"
693
+ # Returned when the channel key for a channel has already been set
694
+ # @format 467 <client> <channel> :<reason>
695
+ ERR_KEYSET = :"467"
696
+ ERR_INVALIDUSERNAME = :"468"
697
+ ERR_ONLYSERVERSCANCHANGE = :"468"
698
+ ERR_NOCODEPAGE = :"468"
699
+ ERR_LINKSET = :"469"
700
+ # Sent by a server to a user who tried to JOIN a channel, when they are forwarded to a different channel because they could not join the original one. The target channel is usually configured with +f (eg. Charybdis) or +L (eg. Unreal)
701
+ ERR_LINKCHANNEL = :"470"
702
+ ERR_KICKEDFROMCHAN = :"470"
703
+ ERR_7BIT = :"470"
704
+ # Returned when attempting to join a channel which is set +l and is already full
705
+ # @format 471 <client> <channel> :<reason>
706
+ ERR_CHANNELISFULL = :"471"
707
+ # Returned when a given mode is unknown
708
+ # @format 472 <client> <char> :<reason>
709
+ ERR_UNKNOWNMODE = :"472"
710
+ # Returned when attempting to join a channel, which is invite only without an invitation
711
+ # @format 473 <client> <channel> :<reason>
712
+ ERR_INVITEONLYCHAN = :"473"
713
+ # Returned when attempting to join a channel a user is banned from
714
+ # @format 474 <client> <channel> :<reason>
715
+ ERR_BANNEDFROMCHAN = :"474"
716
+ # Returned when attempting to join a key-locked channel either without a key or with the wrong key
717
+ # @format 475 <client> <channel> :<reason>
718
+ ERR_BADCHANNELKEY = :"475"
719
+ # The given channel mask was invalid
720
+ # @format 476 <client> <channel> :<reason>
721
+ ERR_BADCHANMASK = :"476"
722
+ # Returned when attempting to set a mode on a channel, which does not support channel modes, or channel mode changes. Also known as ERR_MODELESS
723
+ # @format 477 <client> <channel> :<reason>
724
+ ERR_NOCHANMODES = :"477"
725
+ ERR_NEEDREGGEDNICK = :"477"
726
+ # Returned when a channel access list (i.e. ban list etc) is full and cannot be added to
727
+ # @format 478 <client> <channel> [char] :<reason>
728
+ ERR_BANLISTFULL = :"478"
729
+ # Returned to indicate that a given channel name is not valid. Servers that implement this use it instead of `ERR_NOSUCHCHANNEL` where appropriate.
730
+ # @format 479 <client> <channel> :<reason>
731
+ ERR_BADCHANNAME = :"479"
732
+ ERR_LINKFAIL = :"479"
733
+ ERR_NOCOLOR = :"479"
734
+ ERR_NOULINE = :"480"
735
+ ERR_CANNOTKNOCK = :"480"
736
+ # @format 480 <nick> <channel> :Cannot join channel
737
+ ERR_THROTTLE = :"480"
738
+ ERR_NOWALLOP = :"480"
739
+ # Returned by any command requiring special privileges (eg. IRC operator) to indicate the operation was unsuccessful
740
+ # @format 481 <client> :<reason>
741
+ ERR_NOPRIVILEGES = :"481"
742
+ # Returned by any command requiring special channel privileges (eg. channel operator) to indicate the operation was unsuccessful. InspIRCd also uses this numeric "for other things like trying to kick a uline"
743
+ # @format 482 <client> <channel> :<reason>
744
+ ERR_CHANOPRIVSNEEDED = :"482"
745
+ # Returned by KILL to anyone who tries to kill a server
746
+ # @format 483 <client> :<reason>
747
+ ERR_CANTKILLSERVER = :"483"
748
+ # Sent by the server to a user upon connection to indicate the restricted nature of the connection (i.e. usermode +r)
749
+ # @format 484 <client> :<reason>
750
+ ERR_RESTRICTED = :"484"
751
+ ERR_ISCHANSERVICE = :"484"
752
+ ERR_DESYNC = :"484"
753
+ ERR_ATTACKDENY = :"484"
754
+ # Any mode requiring 'channel creator' privileges returns this error if the client is attempting to use it while not a channel creator on the given channel
755
+ # @format 485 <client> :<reason>
756
+ ERR_UNIQOPRIVSNEEDED = :"485"
757
+ ERR_KILLDENY = :"485"
758
+ ERR_CANTKICKADMIN = :"485"
759
+ ERR_ISREALSERVICE = :"485"
760
+ # @format 485 <client> <channel> :Cannot join channel (<reason>)
761
+ ERR_CHANBANREASON = :"485"
762
+ # Also known as ERR_ACCOUNTONLY.
763
+ ERR_NONONREG = :"486"
764
+ ERR_RLINED = :"486"
765
+ ERR_CHANTOORECENT = :"487"
766
+ ERR_MSGSERVICES = :"487"
767
+ ERR_NOTFORUSERS = :"487"
768
+ # Used for user mode +t (caller ID for all users not using SSL/TLS).
769
+ # @format 487 <target user> :You must be connected using SSL/TLS to message this user
770
+ ERR_NONONSSL = :"487"
771
+ ERR_TSLESSCHAN = :"488"
772
+ ERR_HTMDISABLED = :"488"
773
+ # @format 488 <client> <channel> :SSL Only channel (+S), You must connect using SSL to join this channel.
774
+ ERR_NOSSL = :"488"
775
+ # Also known as ERR_SSLONLYCHAN.
776
+ ERR_SECUREONLYCHAN = :"489"
777
+ ERR_VOICENEEDED = :"489"
778
+ # @format 490 <client> <channel> :all members of the channel must be connected via SSL
779
+ ERR_ALLMUSTSSL = :"490"
780
+ # @format 490 <client> :<nick> does not accept private messages containing swearing.
781
+ ERR_NOSWEAR = :"490"
782
+ # Returned by OPER to a client who cannot become an IRC operator because the server has been configured to disallow the client's host
783
+ # @format 491 <client> :<reason>
784
+ ERR_NOOPERHOST = :"491"
785
+ # Notifies the user that a message they have sent to a channel has been rejected as it contains CTCPs, and they cannot send messages containing CTCPs to this channel. Also known as ERR_NOCTCPALLOWED (InspIRCd).
786
+ # @format 492 <client> :You cannot send CTCPs to this channel. Not sent: <message>
787
+ ERR_NOCTCP = :"492"
788
+ # @format 492 <client> :Cannot send to user <nick> (<reason>)
789
+ ERR_CANNOTSENDTOUSER = :"492"
790
+ # @format 493 <client> :You cannot message that person because you do not share a common channel with them.
791
+ ERR_NOSHAREDCHAN = :"493"
792
+ ERR_NOFEATURE = :"493"
793
+ ERR_BADFEATVALUE = :"494"
794
+ # Used for mode +g (CALLERID) in charybdis.
795
+ # @format 494 <client> <nick> :cannot answer you while you are <mode>, your message was not sent
796
+ ERR_OWNMODE = :"494"
797
+ ERR_BADLOGTYPE = :"495"
798
+ ERR_BADLOGSYS = :"496"
799
+ ERR_BADLOGVALUE = :"497"
800
+ ERR_ISOPERLCHAN = :"498"
801
+ # Works just like ERR_CHANOPRIVSNEEDED except it indicates that owner status (+q) is needed.
802
+ ERR_CHANOWNPRIVNEEDED = :"499"
803
+ # @format 500 <client> <string> :Too many join requests. Please wait a while and try again.
804
+ ERR_TOOMANYJOINS = :"500"
805
+ ERR_NOREHASHPARAM = :"500"
806
+ # Returned by the server when a client tries to set MODE +r on a user or channel. This mode is set by services for registered users/channels.
807
+ # @format 500 <client> :Only a server may modify the +r user/channel mode
808
+ ERR_CANNOTSETMODER = :"500"
809
+ # Returned by the server to indicate that a MODE message was sent with a nickname parameter and that the mode flag sent was not recognised.
810
+ # @format 501 <client> :<reason>
811
+ ERR_UMODEUNKNOWNFLAG = :"501"
812
+ # @format 501 <client> <snomask> :is unknown mode char to me
813
+ ERR_UNKNOWNSNOMASK = :"501"
814
+ # Error sent to any user trying to view or change the user mode for a user other than themselves
815
+ # @format 502 <client> :<reason>
816
+ ERR_USERSDONTMATCH = :"502"
817
+ ERR_USERNOTONSERV = :"504"
818
+ ERR_SILELISTFULL = :"511"
819
+ # Also known as ERR_NOTIFYFULL (aircd), I presume they are the same
820
+ ERR_TOOMANYWATCH = :"512"
821
+ ERR_NOSUCHGLINE_IRCU = :"512"
822
+ # Also known as ERR_NEEDPONG (Unreal/Ultimate) for use during registration, however it is not used in Unreal (and might not be used in Ultimate either). Also known as ERR_WRONGPONG (Ratbox/charybdis)
823
+ ERR_BADPING = :"513"
824
+ ERR_TOOMANYDCC = :"514"
825
+ ERR_NOSUCHJUPE = :"514"
826
+ ERR_BADEXPIRE = :"515"
827
+ ERR_DONTCHEAT = :"516"
828
+ # @format 517 <client> <command> :<info/reason>
829
+ ERR_DISABLED = :"517"
830
+ ERR_NOINVITE = :"518"
831
+ ERR_LONGMASK = :"518"
832
+ ERR_ADMONLY = :"519"
833
+ ERR_TOOMANYUSERS = :"519"
834
+ # Also known as ERR_OPERONLYCHAN (Hybrid) and ERR_CANTJOINOPERSONLY (InspIRCd).
835
+ # @format 520 :Cannot join channel (+O)
836
+ ERR_OPERONLY = :"520"
837
+ ERR_MASKTOOWIDE = :"520"
838
+ ERR_LISTSYNTAX = :"521"
839
+ ERR_NOSUCHGLINE_NEFARIOUS = :"521"
840
+ ERR_WHOSYNTAX = :"522"
841
+ # @format 523 <limit> :<command> search limit exceeded.
842
+ ERR_WHOLIMEXCEED = :"523"
843
+ ERR_QUARANTINED = :"524"
844
+ ERR_OPERSPVERIFY = :"524"
845
+ # @format 524 <term> :Help not found
846
+ ERR_HELPNOTFOUND = :"524"
847
+ ERR_INVALIDKEY = :"525"
848
+ # @format 531 <client> <nick> :You are not permitted to send private messages to this user
849
+ ERR_CANTSENDTOUSER = :"531"
850
+ ERR_BADHOSTMASK = :"550"
851
+ ERR_HOSTUNAVAIL = :"551"
852
+ ERR_USINGSLINE = :"552"
853
+ ERR_STATSSLINE = :"553"
854
+ ERR_NOTLOWEROPLEVEL = :"560"
855
+ ERR_NOTMANAGER = :"561"
856
+ ERR_CHANSECURED = :"562"
857
+ ERR_UPASSSET = :"563"
858
+ ERR_UPASSNOTSET = :"564"
859
+ ERR_NOMANAGER = :"566"
860
+ ERR_UPASS_SAME_APASS = :"567"
861
+ ERR_LASTERROR_IRCU = :"568"
862
+ RPL_NOOMOTD = :"568"
863
+ RPL_REAWAY = :"597"
864
+ # Used when adding users to their `"WATCH"` list.
865
+ RPL_GONEAWAY = :"598"
866
+ # Used when adding users to their `"WATCH"` list.
867
+ RPL_NOTAWAY = :"599"
868
+ RPL_LOGON = :"600"
869
+ RPL_LOGOFF = :"601"
870
+ RPL_WATCHOFF = :"602"
871
+ RPL_WATCHSTAT = :"603"
872
+ RPL_NOWON = :"604"
873
+ RPL_NOWOFF = :"605"
874
+ RPL_WATCHLIST = :"606"
875
+ RPL_ENDOFWATCHLIST = :"607"
876
+ # Also known as RPL_CLEARWATCH in Unreal
877
+ RPL_WATCHCLEAR = :"608"
878
+ # Returned when adding users to their `"WATCH"` list.
879
+ RPL_NOWISAWAY = :"609"
880
+ RPL_MAPMORE_UNREAL = :"610"
881
+ RPL_ISOPER = :"610"
882
+ RPL_ISLOCOP = :"611"
883
+ RPL_ISNOTOPER = :"612"
884
+ RPL_ENDOFISOPER = :"613"
885
+ RPL_MAPMORE_PTLINK = :"615"
886
+ RPL_WHOISMODES_ULTIMATE = :"615"
887
+ RPL_WHOISHOST_ULTIMATE = :"616"
888
+ # @format 617 <client> <nick> :has client certificate fingerprint <fingerprint>
889
+ RPL_WHOISSSLFP = :"617"
890
+ RPL_DCCSTATUS = :"617"
891
+ RPL_WHOISBOT_ULTIMATE = :"617"
892
+ RPL_DCCLIST = :"618"
893
+ RPL_ENDOFDCCLIST = :"619"
894
+ RPL_WHOWASHOST = :"619"
895
+ RPL_DCCINFO = :"620"
896
+ RPL_RULESSTART_ULTIMATE = :"620"
897
+ RPL_RULES_ULTIMATE = :"621"
898
+ RPL_ENDOFRULES_ULTIMATE = :"622"
899
+ RPL_MAPMORE_ULTIMATE = :"623"
900
+ RPL_OMOTDSTART_ULTIMATE = :"624"
901
+ RPL_OMOTD_ULTIMATE = :"625"
902
+ RPL_ENDOFOMOTD_ULTIMATE = :"626"
903
+ RPL_SETTINGS = :"630"
904
+ RPL_ENDOFSETTINGS = :"631"
905
+ # Sent when the user does not provide enough parameters for a command.
906
+ # @format 650 <client> <command> :<syntax>
907
+ RPL_SYNTAX = :"650"
908
+ # @format 651 <client> <nick> :is on private/secret channels:
909
+ RPL_CHANNELSMSG = :"651"
910
+ # @format 652 <client> <nick> :was connecting from <host>
911
+ RPL_WHOWASIP = :"652"
912
+ # @format 653 <client> :You were uninvited from <chan> by <nick>
913
+ RPL_UNINVITED = :"653"
914
+ # Used to let a client know that a copy of their command has been passed to operators and the reason for it.
915
+ # @format 659 <client> <command> :Command processed, but a copy has been sent to ircops for evaluation (anti-spam) purposes. [<reason>]
916
+ RPL_SPAMCMDFWD = :"659"
917
+ # Indicates that the client may begin the TLS handshake
918
+ # @format 670 <client> :STARTTLS successful, proceed with TLS handshake
919
+ RPL_STARTTLS = :"670"
920
+ # The text in the last parameter may change. Also known as RPL_WHOISSSL (Nefarious).
921
+ # @format 671 <client> <nick> :is using a secure connection
922
+ RPL_WHOISSECURE = :"671"
923
+ # Returns a full list of modes that are unknown when a client issues a MODE command (rather than one numeric per mode)
924
+ # @format 672 <modes> :<info>
925
+ RPL_UNKNOWNMODES = :"672"
926
+ # Returns the real IP address of a client connected from a CGIIRC host, this has the real IP address of the client. This message is only sent to themselves or to IRC operators who perform a WHOIS on the user.
927
+ # @format 672 <client> <nick> :is actually from <ip>
928
+ RPL_WHOISREALIP = :"672"
929
+ # Returns a full list of modes that cannot be set when a client issues a MODE command
930
+ # @format 673 <modes> :<info>
931
+ RPL_CANNOTSETMODES = :"673"
932
+ # Used to display the user's TS6 UID in WHOIS.
933
+ # @format 674 <client> :EUID is <euid>
934
+ RPL_WHOISYOURID = :"674"
935
+ # Indicates an error when setting a channel redirect (MODE +L) or using the banredirect module
936
+ # @format 690 <client> :Target channel #chan must exist to be set as a redirect
937
+ ERR_REDIRECT = :"690"
938
+ # Indicates that a server-side error has occurred
939
+ # @format 691 <client> :STARTTLS failed (Wrong moon phase)
940
+ ERR_STARTTLS = :"691"
941
+ # Indicates that there was a problem with a mode parameter. Replaces various non-standard mode specific numerics.
942
+ # @format 696 <client> <target chan/user> <mode char> <parameter> :<description>
943
+ ERR_INVALIDMODEPARAM = :"696"
944
+ # Indicates that the user tried to set a list mode which is already set. Replaces various non-standard mode specific numerics.
945
+ # @format 697 <client> <target chan> <parameter> <mode char> :<description>
946
+ ERR_LISTMODEALREADYSET = :"697"
947
+ # Indicates that the user tried to unset a list mode which is not set. Replaces various non-standard mode specific numerics.
948
+ # @format 698 <client> <target chan> <parameter> <mode char> :<description>
949
+ ERR_LISTMODENOTSET = :"698"
950
+ # @format 700 <client> :<command> <module name> <minimum parameters> <penalty>
951
+ RPL_COMMANDS = :"700"
952
+ # @format 701 <client> :End of COMMANDS list
953
+ RPL_COMMANDSEND = :"701"
954
+ # Output from the MODLIST command
955
+ # @format 702 <?> 0x<?> <?> <?>
956
+ RPL_MODLIST_RATBOX = :"702"
957
+ # Terminates MODLIST output
958
+ # @format 703 <client> :<text>
959
+ RPL_ENDOFMODLIST = :"703"
960
+ # Start of HELP command output
961
+ # @format 704 <client> <command> :<text>
962
+ RPL_HELPSTART = :"704"
963
+ # Output from HELP command
964
+ # @format 705 <client> <command> :<text>
965
+ RPL_HELPTXT = :"705"
966
+ # End of HELP command output
967
+ # @format 706 <client> <command> :<text>
968
+ RPL_ENDOFHELP = :"706"
969
+ # See doc/tgchange.txt in the charybdis source.
970
+ # @format 707 <client> <target> :Targets changing too fast, message dropped
971
+ ERR_TARGCHANGE = :"707"
972
+ # Output from 'extended' trace
973
+ # @format 708 <client> <Oper|User> <class> <nick> <username> <host> <ip> :<capabilities>
974
+ RPL_ETRACEFULL = :"708"
975
+ # Output from 'extended' trace
976
+ # @format 709 <client> <Oper|User> <?> <nick> <username> <host> :<ip>
977
+ RPL_ETRACE = :"709"
978
+ # Message delivered using KNOCK command
979
+ # @format 710 <client> <channel> <nick>!<user>@<host> :<text>
980
+ RPL_KNOCK = :"710"
981
+ # Message returned from using KNOCK command (KNOCK delivered)
982
+ # @format 711 <client> <channel> :<text>
983
+ RPL_KNOCKDLVR = :"711"
984
+ # Message returned when too many KNOCKs for a channel have been sent by a user
985
+ # @format 712 <client> <channel> :<text>
986
+ ERR_TOOMANYKNOCK = :"712"
987
+ # Message returned from KNOCK when the channel can be freely joined by the user
988
+ # @format 713 <client> <channel> :<text>
989
+ ERR_CHANOPEN = :"713"
990
+ # Message returned from KNOCK when the user has used KNOCK on a channel they have already joined
991
+ # @format 714 <client> <channel> :<text>
992
+ ERR_KNOCKONCHAN = :"714"
993
+ # Returned from KNOCK when the command has been disabled
994
+ # @format 715 <client> :<text>
995
+ ERR_KNOCKDISABLED = :"715"
996
+ # Sent to indicate an INVITE has been blocked. The last parameter is the literal string "channel" if this is because the channel has had too many INVITEs in a given time, and "user" if this is because the user has sent too many INVITEs in a given time
997
+ # @format 715 <client> <channel> :Too many INVITEs (<channel/user>).
998
+ ERR_TOOMANYINVITE = :"715"
999
+ # Sent to indicate an INVITE has been blocked.
1000
+ # @format 715 <client> <nick> <channel> :You are inviting too fast, invite to <nick> for <channel> not sent.
1001
+ RPL_INVITETHROTTLE = :"715"
1002
+ # Sent to indicate the given target is set +g (server-side ignore) Mentioned as RPL_TARGUMODEG in the CALLERID spec, ERR_TARGUMODEG in the ratbox/charybdis implementations.
1003
+ # @format 716 <nick> :<info>
1004
+ RPL_TARGUMODEG = :"716"
1005
+ # Sent following a PRIVMSG/NOTICE to indicate the target has been notified of an attempt to talk to them while they are set +g
1006
+ # @format 717 <nick> :<info>
1007
+ RPL_TARGNOTIFY = :"717"
1008
+ # Sent to a user who is +g to inform them that someone has attempted to talk to them (via PRIVMSG/NOTICE), and that they will need to be accepted (via the ACCEPT command) before being able to talk to them
1009
+ # @format 718 <client> <nick> <user>@<host> :<info>
1010
+ RPL_UMODEGMSG = :"718"
1011
+ # IRC Operator MOTD header, sent upon OPER command
1012
+ # @format 720 <client> :<text>
1013
+ RPL_OMOTDSTART_RATBOX = :"720"
1014
+ # IRC Operator MOTD text (repeated, usually)
1015
+ # @format 721 <client> :<text>
1016
+ RPL_OMOTD_RATBOX = :"721"
1017
+ # IRC operator MOTD footer
1018
+ # @format 722 <client> :<text>
1019
+ RPL_ENDOFOMOTD_RATBOX = :"722"
1020
+ # Returned from an oper command when the IRC operator does not have the relevant operator privileges.
1021
+ # @format 723 <client> <command> :<text>
1022
+ ERR_NOPRIVS = :"723"
1023
+ # Reply from an oper command reporting how many users match a given user@host mask
1024
+ # @format 724 <client> <nick>!<user>@<host> <?> <?> :<text>
1025
+ RPL_TESTMASK = :"724"
1026
+ # Reply from an oper command reporting relevant I/K lines that will match a given user@host
1027
+ # @format 725 <client> <?> <?> <?> :<?>
1028
+ RPL_TESTLINE = :"725"
1029
+ # Reply from oper command reporting no I/K lines match the given user@host
1030
+ # @format 726 <client> <?> :<text>
1031
+ RPL_NOTESTLINE = :"726"
1032
+ # From the m_testmask module, "Shows the number of matching local and global clients for a user@host mask"
1033
+ # @format 727 <client> <lcount> <gcount> <nick>!<user>@<host> <gecos> :Local/remote clients match
1034
+ RPL_TESTMASKGECOS = :"727"
1035
+ # Same thing as RPL_BANLIST, but for mode +q (quiet)
1036
+ # @format 728 <client> <channel> q <banid> [<time_left> :<reason>]
1037
+ RPL_QUIETLIST = :"728"
1038
+ # Same thing as RPL_ENDOFBANLIST, but for mode +q (quiet)
1039
+ # @format 729 <client> <channel> q :<info>
1040
+ RPL_ENDOFQUIETLIST = :"729"
1041
+ # Used to indicate to a client that either a target has just become online, or that a target they have added to their monitor list is online
1042
+ # @format 730 <client> :target[!user@host][,target[!user@host]]*
1043
+ RPL_MONONLINE = :"730"
1044
+ # Used to indicate to a client that either a target has just left the IRC network, or that a target they have added to their monitor list is offline
1045
+ # @format 731 <client> :target[,target2]*
1046
+ RPL_MONOFFLINE = :"731"
1047
+ # Used to indicate to a client the list of targets they have in their monitor list
1048
+ # @format 732 <client> :target[,target2]*
1049
+ RPL_MONLIST = :"732"
1050
+ # Used to indicate to a client the end of a monitor list
1051
+ # @format 733 <client> :End of MONITOR list
1052
+ RPL_ENDOFMONLIST = :"733"
1053
+ # Used to indicate to a client that their monitor list is full, so the MONITOR command failed
1054
+ # @format 734 <client> <limit> <targets> :Monitor list is full.
1055
+ ERR_MONLISTFULL = :"734"
1056
+ # From the ratbox m_challenge module, to auth opers.
1057
+ # @format 740 <client> :<chal_line>
1058
+ RPL_RSACHALLENGE2 = :"740"
1059
+ # From the ratbox m_challenge module, to auth opers.
1060
+ # @format 741 <client> :End of CHALLENGE
1061
+ RPL_ENDOFRSACHALLENGE2 = :"741"
1062
+ # InspIRCd 2.0 doesn't send the <client> parameter, while 3.0 does
1063
+ # @format 742 <client> <channel> <modechar> <mlock> :MODE cannot be set due to channel having an active MLOCK restriction policy
1064
+ ERR_MLOCKRESTRICTED = :"742"
1065
+ # @format 743 <channel> <modechar> <mask> :Invalid ban mask
1066
+ ERR_INVALIDBAN = :"743"
1067
+ # Defined in the Charybdis source code with the comment `"/* inspircd */"`
1068
+ ERR_TOPICLOCK = :"744"
1069
+ # From the ratbox m_scan module.
1070
+ # @format 750 <count> :matches
1071
+ RPL_SCANMATCHED = :"750"
1072
+ # From the ratbox m_scan module.
1073
+ # @format 751 <nick> <username> <host> <sockhost> <servname> <umodes> :<info>
1074
+ RPL_SCANUMODES = :"751"
1075
+ RPL_ETRACEEND = :"759"
1076
+ # Reply to WHOIS - Metadata key/value associated with the target
1077
+ # @format 760 <Target> <Key> <Visibility> :<Value>
1078
+ RPL_WHOISKEYVALUE = :"760"
1079
+ # Returned to show a currently set metadata key and its value, or a metadata key that has been cleared if no value is present in the response
1080
+ # @format 761 <Target> <Key> <Visibility>[ :<Value>]
1081
+ RPL_KEYVALUE = :"761"
1082
+ # Indicates the end of a list of metadata keys
1083
+ # @format 762 :end of metadata
1084
+ RPL_METADATAEND = :"762"
1085
+ # Used to indicate to a client that their metadata store is full, and they cannot add the requested key(s)
1086
+ # @format 764 <Target> :metadata limit reached
1087
+ ERR_METADATALIMIT = :"764"
1088
+ # Indicates to a client that the target of a sent METADATA command is invalid
1089
+ # @format 765 <Target> :invalid metadata target
1090
+ ERR_TARGETINVALID = :"765"
1091
+ # Indicates to a client that the requested metadata key does not exist
1092
+ # @format 766 <Key> :no matching key
1093
+ ERR_NOMATCHINGKEY = :"766"
1094
+ # Indicates to a client that the requested metadata key is not valid
1095
+ # @format 767 <Key> :invalid metadata key
1096
+ ERR_KEYINVALID = :"767"
1097
+ # Indicates to a client that the metadata key they requested to clear is not already set
1098
+ # @format 768 <Target> <Key> :key not set
1099
+ ERR_KEYNOTSET = :"768"
1100
+ # Indicates to a client that they do not have permission to set the requested metadata key
1101
+ # @format 769 <Target> <Key> :permission denied
1102
+ ERR_KEYNOPERMISSION = :"769"
1103
+ # Used to send 'eXtended info' to the client, a replacement for the STATS command to send a large variety of data and minimize numeric pollution.
1104
+ RPL_XINFO = :"771"
1105
+ # Start of an RPL_XINFO list
1106
+ RPL_XINFOSTART = :"773"
1107
+ # Termination of an RPL_XINFO list
1108
+ RPL_XINFOEND = :"774"
1109
+ # Used by the m_geoclass module of InspIRCd.
1110
+ # @format 801 <count> <code> :<country>
1111
+ RPL_STATSCOUNTRY = :"801"
1112
+ # Used by the m_check module of InspIRCd.
1113
+ RPL_CHECK = :"802"
1114
+ # Similar to RPL_UMODEIS but used when an oper views the mode of another user.
1115
+ # @format 803 <client> <nick> <user modes> <user mode parameters>
1116
+ RPL_OTHERUMODEIS = :"803"
1117
+ # Similar to RPL_SNOMASK but used when an oper views the snomasks of another user.
1118
+ # @format 804 <client> <nick> <server notice mask> :Server notice mask
1119
+ RPL_OTHERSNOMASKIS = :"804"
1120
+ # Sent when the user's account name is set (whether by SASL or otherwise)
1121
+ # @format 900 <client> <nick>!<ident>@<host> <account> :You are now logged in as <user>
1122
+ RPL_LOGGEDIN = :"900"
1123
+ # Sent when the user's account name is unset (whether by SASL or otherwise)
1124
+ # @format 901 <client> <nick>!<ident>@<host> :You are now logged out
1125
+ RPL_LOGGEDOUT = :"901"
1126
+ # Sent when the SASL authentication fails because the account is currently locked out, held, or otherwise administratively made unavailable.
1127
+ # @format 902 <client> :You must use a nick assigned to you.
1128
+ ERR_NICKLOCKED = :"902"
1129
+ # Sent when the SASL authentication finishes successfully
1130
+ # @format 903 <client> :SASL authentication successful
1131
+ RPL_SASLSUCCESS = :"903"
1132
+ # Sent when the SASL authentication fails because of invalid credentials or other errors not explicitly mentioned by other numerics
1133
+ # @format 904 <client> :SASL authentication failed
1134
+ ERR_SASLFAIL = :"904"
1135
+ # Sent when credentials are valid, but the SASL authentication fails because the client-sent AUTHENTICATE command was too long (i.e. the parameter longer than 400 bytes)
1136
+ # @format 905 <client> :SASL message too long
1137
+ ERR_SASLTOOLONG = :"905"
1138
+ # Sent when the SASL authentication is aborted because the client sent an AUTHENTICATE command with * as the parameter
1139
+ # @format 906 <client> :SASL authentication aborted
1140
+ ERR_SASLABORTED = :"906"
1141
+ # Sent when the client attempts to initiate SASL authentication after it has already finished successfully for that connection.
1142
+ # @format 907 <client> :You have already authenticated using SASL
1143
+ ERR_SASLALREADY = :"907"
1144
+ # Sent when the client requests a list of SASL mechanisms supported by the server (or network, services). The numeric contains a comma-separated list of mechanisms
1145
+ # @format 908 <client> <mechanisms> :are available SASL mechanisms
1146
+ RPL_SASLMECHS = :"908"
1147
+ # Used by InspIRCd's m_autoop module.
1148
+ # @format 910 <client> <channel> <status>:<mask> <who> <set-ts>
1149
+ RPL_ACCESSLIST = :"910"
1150
+ # Used by InspIRCd's m_autoop module.
1151
+ # @format 911 <client> <channel> :End of channel access list
1152
+ RPL_ENDOFACCESSLIST = :"911"
1153
+ # Used by InspIRCd's m_denychans module.
1154
+ # @format 926 <client> <channel> :Channel <channel> is forbidden: <reason>
1155
+ ERR_BADCHANNEL = :"926"
1156
+ # Used by InspIRCd's m_chanfilter module.
1157
+ # @format 940 <client> <channel> :End of channel spamfilter list
1158
+ RPL_ENDOFSPAMFILTER = :"940"
1159
+ # Used by InspIRCd's m_chanfilter module.
1160
+ # @format 941 <client> <channel> <filter> <who> <set-ts>
1161
+ RPL_SPAMFILTER = :"941"
1162
+ # Used by InspIRCd's m_watch module.
1163
+ # @format 942 <client> <nick> :Invalid nickname
1164
+ ERR_INVALIDWATCHNICK = :"942"
1165
+ # Used by InspIRCd's m_setidle module.
1166
+ # @format 944 <client> :Idle time set.
1167
+ RPL_IDLETIMESET = :"944"
1168
+ # Used by InspIRCd's m_nicklock module.
1169
+ # @format 945 <client> <nick> :Nickname now unlocked.
1170
+ RPL_NICKLOCKOFF = :"945"
1171
+ # Used by InspIRCd's m_nicklock module.
1172
+ # @format 946 <client> <nick> :This user's nickname is not locked.
1173
+ ERR_NICKNOTLOCKED = :"946"
1174
+ # Used by InspIRCd's m_nicklock module.
1175
+ # @format 947 <client> <nick> :Nickname now locked.
1176
+ RPL_NICKLOCKON = :"947"
1177
+ # Used by InspIRCd's m_setidle module.
1178
+ # @format 948 <client> :Invalid idle time.
1179
+ ERR_INVALIDIDLETIME = :"948"
1180
+ # Used by InspIRCd's m_silence module.
1181
+ # @format 950 <client> <nick> :Removed <mask> <pattern> from silence list
1182
+ RPL_UNSILENCED = :"950"
1183
+ # Used by InspIRCd's m_silence module.
1184
+ # @format 951 <client> <nick> :Added <mask> <pattern> to silence list
1185
+ RPL_SILENCED = :"951"
1186
+ # Used by InspIRCd's m_silence module. The flags field was added in v3.
1187
+ # @format 952 <client> <mask> [<flags>] :<reason>
1188
+ ERR_SILENCE = :"952"
1189
+ # Used by InspIRCd's m_exemptchanop module.
1190
+ # @format 953 <client> <channel> :End of channel exemptchanops list
1191
+ RPL_ENDOFEXEMPTIONLIST = :"953"
1192
+ # Used by InspIRCd's m_exemptchanop module.
1193
+ # @format 954 <client> <channel> <exception> <who> :<set-ts>
1194
+ RPL_EXEMPTIONLIST = :"954"
1195
+ # Used by InspIRCd's m_namedmodes module.
1196
+ # @format 960 <client> <channel> :End of mode list
1197
+ RPL_ENDOFPROPLIST = :"960"
1198
+ # Used by InspIRCd's m_namedmodes module.
1199
+ # @format 961 <client> <channel> [+<mode>]...
1200
+ RPL_PROPLIST = :"961"
1201
+ # Indicates that a command could not be performed for an arbitrary reason. For example, a halfop trying to kick an op.
1202
+ # @format 972 <client> <command> :<info>
1203
+ ERR_CANNOTDOCOMMAND = :"972"
1204
+ # @format 972 <client> <modulename> :Failed to unload module: <error>
1205
+ ERR_CANTUNLOADMODULE = :"972"
1206
+ # @format 973 <client> <modulename> :Module successfully unloaded.
1207
+ RPL_UNLOADEDMODULE = :"973"
1208
+ # Indicates that a channel mode could not be changed for an arbitrary reason. For instance, trying to set OPER_ONLY when you are not an IRC operator.
1209
+ # @format 974 <client> <mode> :<info>
1210
+ ERR_CANNOTCHANGECHANMODE = :"974"
1211
+ # @format 974 <client> <modulename> :Failed to load module: <error>
1212
+ ERR_CANTLOADMODULE = :"974"
1213
+ # @format 975 <client> <modulename> :Module successfully loaded.
1214
+ RPL_LOADEDMODULE = :"975"
1215
+ ERR_LASTERROR_NEFARIOUS = :"975"
1216
+ # Used by InspIRCd's m_lockserv module.
1217
+ # @format 988 <client> <server> :Closed for new connections
1218
+ RPL_SERVLOCKON = :"988"
1219
+ # Used by InspIRCd's m_lockserv module.
1220
+ # @format 989 <client> <server> :Open for new connections
1221
+ RPL_SERVLOCKOFF = :"989"
1222
+ # Used by InspIRCd's m_dccallow module
1223
+ # @format 990 <client> :Users on your DCCALLOW list:
1224
+ RPL_DCCALLOWSTART = :"990"
1225
+ # Used by InspIRCd's m_dccallow module
1226
+ # @format 991 <client> <nick> :<nick> (<hostmask>)
1227
+ RPL_DCCALLOWLIST = :"991"
1228
+ # Used by InspIRCd's m_dccallow module
1229
+ # @format 992 <client> :End of DCCALLOW list
1230
+ RPL_DCCALLOWEND = :"992"
1231
+ # Used by InspIRCd's m_dccallow module
1232
+ # @format 993 <client> <nick> :Added <nick> to DCCALLOW list for <count> seconds
1233
+ RPL_DCCALLOWTIMED = :"993"
1234
+ # Used by InspIRCd's m_dccallow module
1235
+ # @format 994 <client> <nick> :Added <nick> to DCCALLOW list for this session
1236
+ RPL_DCCALLOWPERMANENT = :"994"
1237
+ # Used by InspIRCd's m_dccallow module.
1238
+ # @format 995 <client> <nick> :Removed <nick> from your DCCALLOW list
1239
+ RPL_DCCALLOWREMOVED = :"995"
1240
+ # Used by InspIRCd's m_dccallow module.
1241
+ # @format 996 <client> <nick> :<reason>
1242
+ ERR_DCCALLOWINVALID = :"996"
1243
+ # Used by InspIRCd's m_dccallow module.
1244
+ # @format 997 <client> <nick> :DCCALLOW entry for <nick> has expired
1245
+ RPL_DCCALLOWEXPIRED = :"997"
1246
+ # Used by InspIRCd's m_dccallow module.
1247
+ # @format 998 <client> :DCCALLOW command not understood
1248
+ ERR_UNKNOWNDCCALLOWCMD = :"998"
1249
+ # Also known as ERR_NUMERICERR (Unreal) or ERR_LAST_ERR_MSG
1250
+ ERR_NUMERIC_ERR = :"999"
1251
+ end
1252
+ end