]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - conf/inspircd.helpop-full.example
Document SendTopic.
[user/henk/code/inspircd.git] / conf / inspircd.helpop-full.example
1 #####################
2 #  Helpop Standard  #
3 #####################
4
5 <helpop key="start" value="InspIRCd help system
6 -
7 This system provides help for commands and modes.
8 Specify your question or a command name as the
9 parameter for this command.
10 -
11 /HELPOP CUSER         -      To see a list of user commands
12 /HELPOP COPER         -      To see a list of oper commands
13 /HELPOP UMODES        -      To see a list of user modes
14 /HELPOP CHMODES       -      To see a list of channel modes">
15
16 <helpop key="nohelp" value="There is no help for the topic
17 you searched for. Please try again.">
18
19 #####################
20 #   User Commands   #
21 #####################
22
23 <helpop key="cuser" value="User Commands
24 -------------
25 USER      NICK     QUIT     VERSION    PING
26 PONG      ADMIN    PRIVMSG  INFO       TIME
27 WHOIS     NOTICE   JOIN     NAMES      PART
28 KICK      MODE     TOPIC    WHO        MOTD
29 RULES     OPER     LIST     LUSERS     STATS
30 USERHOST  AWAY     ISON     SUMMON     USERS
31 INVITE    PASS     WHOWAS   LINKS      MAP
32 COMMANDS  MODULES  KNOCK    SILENCE    DEVOICE
33 REMOVE    UNINVITE VHOST    WATCH      TBAN
34 TITLE     CYCLE    DCCALLOW FPART      FINGERPRINT
35 SSLINFO">
36
37 <helpop key="sslinfo" value="/SSLINFO [nick]
38 Shows the SSL key fingerprint for the user if they have an SSL
39 client key.">
40
41 <helpop key="fingerprint" value="/FINGERPRINT [nick]
42 Shows the SSL fingerprint of a user.">
43
44 <helpop key="uninvite" value="/UNINVITE [nick] [channel]
45 Uninvite a user from a channel, same syntax as INVITE.">
46
47 <helpop key="tban" value="/TBAN [channel] [duration] [banmask]
48 Sets a timed ban. The duration of the ban can be specified in the
49 following format: 1w2d3h4m6s which indicates a ban of one week, two
50 days, three hours, four minutes and six seconds. Alternatively the
51 ban may just be specified as a number of seconds. All timed bans
52 appear in the banlist as normal bans and may be safely removed
53 before their time is up.">
54
55 <helpop key="dccallow" value="/DCCALLOW [+|-] [nick] [duration]
56 Add a nickname to or delete a nickname from your DCCALLOW list.">
57
58 <helpop key="cycle" value="/CYCLE [channel]
59 Cycles a channel (Leaving and Rejoining), overrides restrictions that
60 would stop a new user joining, such as User Limits and Channel Keys.">
61
62 <helpop key="title" value="/TITLE [name] [password]
63 Adds a WHOIS title line and optionally sets a VHOST depending
64 on username and password.">
65
66 <helpop key="watch" value="/WATCH [C|S|+/-[NICK]]
67 Adds or deletes a user from the watch list. C clears the list
68 and S queries the status.">
69
70 <helpop key="vhost" value="/VHOST [username] [password]
71 Authenticate for a vhost.">
72
73 <helpop key="remove" value="/REMOVE [channel] [nick] {[reason]}
74 Removes a user from a channel you specify. You must be at least a
75 channel halfoperator to remove a user. A removed user will part with
76 a message stating they were removed from the channel and by whom.">
77
78 <helpop key="fpart" value="/FPART [nick] [channel] {[reason]}
79 This behaves identically to /REMOVE, the only difference is that that
80 [channel] and [nick] parameters are switched around to match /KICK's
81 syntax. Also, /REMOVE is a builtin mIRC command which caused trouble
82 for some users. This feature was added in the 1.1 branch.">
83
84 <helpop key="devoice" value="/DEVOICE [channel]
85 Devoices yourself from the specified channel.">
86
87 <helpop key="silence" value="/SILENCE [+/-][hostmask] [p|c|i|n|t|a|x]
88  p        Block private messages
89  c        Block channel messages
90  i        Block invites
91  n        Block private notices
92  t        Block channel notices
93  a        Block all of the above
94  x        Exception
95 A serverside /ignore of the given hostmask.
96 /SILENCE without a parameter will list the hostmasks that you have silenced.">
97
98 <helpop key="knock" value="/KNOCK [channel]
99 Sends a notice to a channel indicating you wish to join.">
100
101 <helpop key="user" value="/USER [ident] [local host] [remote host] :[GECOS]
102 This command is used by your client to register your irc session.
103 You should not use it during an established connection.">
104
105 <helpop key="nick" value="/NICK [new nick]
106 Change your nickname to [new nick].">
107
108 <helpop key="quit" value="/QUIT {[reason]}
109 Quit from IRC and end your current session.">
110
111 <helpop key="version" value="/VERSION
112 Returns the server's version number.">
113
114 <helpop key="ping" value="/PING [server]
115 Ping a server. Target server will answer with a PONG.">
116
117 <helpop key="pong" value="/PONG [server]
118 Your client should send this to answer server PINGs. You
119 should not issue this command manually.">
120
121 <helpop key="admin" value="/ADMIN [server]
122 Fetches the administrative information on the given server.">
123
124 <helpop key="privmsg" value="/MSG [target] [text]
125 Sends a message to a user or channel specified in [target].">
126
127 <helpop key="notice" value="/NOTICE [target] [text]
128 Sends a notice to a user or channel specified in [target].">
129
130 <helpop key="join" value="/JOIN [channel]{,[channel]} [key]{,[key]}
131 Joins one or more channels you provide the names for.">
132
133 <helpop key="names" value="/NAMES [channel]{,[channel]}
134 Return a list of users on the channels you provide.">
135
136 <helpop key="part" value="/PART [channel]{,[channel] [reason]}
137 Leaves one or more channels you specify.">
138
139 <helpop key="kick" value="/KICK [channel] [nick] {[reason]}
140 Kicks a user from a channel you specify. You must be
141 At least a channel halfoperator to kick a user.">
142
143 <helpop key="mode" value="/MODE [target] [+|-][modes]{[+|-][modes]} {mode parameters}
144 Sets the mode for a channel or a nickname specified in [target]
145 A user may only set modes upon themselves, and may not set the
146 +o usermode, and a user may only change channel modes of
147 channels where they are at least a halfoperator.">
148
149 <helpop key="topic" value="/TOPIC [channel] {topic}
150 Sets or retrieves the channel topic. If a channel topic is
151 given in the command and the channel is either not +t, or
152 You are at least a halfoperator, the channel topic will be
153 changed to the new one you provide.">
154
155 <helpop key="who" value="/WHO [ [search-pattern] [ohurmaiMplf] ]
156 Looks up the information of users matching the range you provide.
157 You may only /WHO nicknames in channels or on servers where you
158 share a common channel with them, or ones which are not +i (unless
159 you are an IRC operator). The search-pattern may be a special
160 sequence of characters determined by the flags given below, or
161 it may be one of a nickname, a channel, a hostmask, an ip address
162 mask or a server mask.
163 -
164 Valid WHO flags
165 --------------- 
166 The following flags after the mask have the following affects:
167 -
168  o      Show online IRC operators matching the mask
169  u      Unlimit the results past the maximum /who results value
170         (IRC operators only)
171  r      Show all users whose realnames match the mask. When this
172         flag is set it overrides the meaning of the search-pattern,
173         which must contain a glob pattern intended to match GECOS
174         (realname) fields.
175  h      Show real hostnames rather than masked hostnames (IRC
176         operators only)
177  m      Search for all users with a given set of user modes. When
178         this flag is set it overrides the meaning of the
179         search-pattern, which must contain the mode sequence to
180         search for, for example to find all users with +i and
181         without +s, issue the command WHO +i-s m.
182  a      Show all users who have an away message matching the given mask
183  p      Show all users who are connected on the given port number
184  i      Show all users who have an ident (username) matching the given mask
185  M      Show all users who have metadata attached to them with
186         the given key name
187  l      Show only local users
188  f      Show only remote (far) users
189 -
190 You may combine multiple flags in one WHO command except where stated in the table above.">
191
192 <helpop key="motd" value="/MOTD [server]
193 Show the message of the day for [server]. Messages of the
194 day contain important server rules and notice and should be
195 read before using a server in any way!">
196
197 <helpop key="rules" value="/RULES
198 Show the rules file for the local server. This is similar in
199 effect to /MOTD except that rules are optional. All users are
200 sent the MOTD when they connect without having to request it.">
201
202 <helpop key="oper" value="/OPER [login] [password]
203 Attempts to authenticate a user as an IRC operator.
204 Please be aware that both successful and unsuccessful oper attempts
205 are logged, and sent to online IRC operators.">
206
207 <helpop key="list" value="/LIST [pattern]
208 Creates a list of all existing channels matching the glob pattern
209 [pattern], e.g. *chat* or bot*.">
210
211 <helpop key="lusers" value="/LUSERS
212 Shows a count of local and remote users, servers and channels.">
213
214 <helpop key="userhost" value="/USERHOST [nickname]
215 Returns the hostname and nickname of a user, and some other
216 miscellaneous information.">
217
218 <helpop key="away" value="/AWAY {message}
219 If a message is given, marks you as being away, otherwise
220 removes your away status and previous message.">
221
222 <helpop key="ison" value="/ISON [nick] {[nick]...}
223 Returns a subset of the nicks you give, showing only those
224 that are currently online.">
225
226 <helpop key="summon" value="/SUMMON [user]
227 Summons a user from the shell where the ircd is running onto irc
228 This command is deprecated in the current protocol.">
229
230 <helpop key="users" value="/USERS
231 Shows users logged into the shell where the ircd is running.
232 This command is deprecated in the current protocol.">
233
234 <helpop key="invite" value="/INVITE [nick] [channel]
235 Invites a user to a channel. If the channel is NOT +i, any
236 user, channel op or not, may invite any other user to the
237 channel, so long as they are a member of that channel.
238 Otherwise, if +i is set only channel halfoperators
239 and above may invite users into the channel.">
240
241 <helpop key="pass" value="/PASS [password]
242 This command is used by your irc client when setting up
243 your irc session, and should not be issued by a fully
244 connected client.">
245
246 <helpop key="whowas" value="/WHOWAS [nick]
247 Returns a list of times the user was last seen on irc
248 along with the time they were last seen and their server.">
249
250 <helpop key="links" value="/LINKS
251 Shows all servers linked to this one. Note that in this
252 server implementation all links will be flattened as
253 a tree based layout is not in use.">
254
255 <helpop key="map" value="/MAP
256 Shows a graphical representation of all users and servers
257 on the network. The tree diagram is inaccurate in this
258 implementation as a tree based network is not in place.">
259
260 #####################
261 #   Oper Commands   #
262 #####################
263
264 <helpop key="coper" value="Oper Commands
265 -------------
266 DIE        RESTART     KILL         REHASH         TRACE
267 CONNECT    SQUIT       MODULES      MKPASSWD       SHUN
268 KLINE      QLINE       GLINE        ELINE          ZLINE
269 SAJOIN     SAPART      SAMODE       SAQUIT         SANICK
270 SETIDLE    SETHOST     SETNAME      SETIDENT       SWHOIS
271 OPERMOTD   CHGHOST     CHGNAME      CHGIDENT       CBAN
272 NICKLOCK   NICKUNLOCK  LOADMODULE   UNLOADMODULE   RELOADMODULE
273 SPYLIST    SPYNAMES    GLOADMODULE  GUNLOADMODULE  GRELOADMODULE
274 FREEZE     UNFREEZE    OPERPERMS    RCONNECT       RSQUIT
275 CHECK      CLONES      FILTER       GLOBOPS        USERIP
276 JUMPSERVER LOCKSERV    UNLOCKSERV   ALLTIME        TAXONOMY
277 TLINE">
278
279 <helpop key="userip" value="/USERIP [nickname]
280 Returns the ip and nickname of a user.">
281
282 <helpop key="tline" value="/TLINE [host or ip mask]
283 This command returns the number of local and global clients matched,
284 and the percentage of clients matched, plus how they were matched
285 (by IP address or by hostname).">
286
287 <helpop key="taxonomy" value="/TAXONOMY [nick]
288 Lists all metadata attached to the user.">
289
290 <helpop key="lockserv" value="/LOCKSERV
291 Locks out all new connections notifying connecting users that the
292 service is temporarily closed and to try again later.">
293
294 <helpop key="unlockserv" value="/UNLOCKSERV
295 Opens the server up again for new connections.">
296
297 <helpop key="jumpserver" value="/JUMPSERVER {[newserver] [newport] [+/-flags] {:[reason]}}
298 Sets or cancels jumpserver mode. If no parameters are given,
299 jumpserver mode is cancelled, if it is currently set. If parameters
300 are given, a server address must be given for [newserver] and a
301 server port must be given for [newport]. Zero or more status flags
302 should be given for 'flags', from the list below (if you do not
303 wish to specify any flags just place a '+' in this field):
304 1. +a: Redirect all users immediately (except for opers) and cause
305 them to quit with the given reason
306 2. +n: Redirect any new users who connect and cause them to quit
307 during registration
308 You may use + and - to set or unset these flags in the command, the
309 default flags are -a+n, which will just redirect new users. The
310 reason parameter is optional, and if not provided defaults to
311 'Please use this server/port instead' (the default given in various
312 numeric lists)">
313
314 <helpop key="filter" value="/FILTER [filter-definition] {[action] [flags] {[gline-duration]} :[reason]}
315 This command will add a filter when more than one parameter is
316 given, using the specified filter definition, action, gline
317 duration (when the type is 'gline') and reason. When only one
318 parameter is provided (the filter pattern) the provided filter will
319 be removed. Note that if you remove a configuration-defined filter,
320 it will re-appear at next rehash unless it is also removed from the
321 config file.">
322
323 <helpop key="clones" value="/CLONES [limit]
324 Retrieves a list of users with more clones than the specified
325 limit.">
326
327 <helpop key="check" value="/CHECK [nick|ip|hostmask|channel]
328 Allows opers to look up advanced information on channels, hostmasks
329 or IP addresses, in a similar way to WHO but in more detail.">
330
331 <helpop key="alltime" value="/ALLTIME
332 Shows the time (with any delta, if applied) on all servers on
333 the network.">
334
335 <helpop key="rconnect" value="/RCONNECT [source mask] [target mask]
336 All servers matching [source mask] will try to connect to
337 the first server in the config file matching [target mask].">
338
339 <helpop key="rsquit" value="/RSQUIT {[source mask]} [target mask]
340 Causes the remote server [target mask] to be disconnected from
341 the network, by [source mask] if specified.">
342
343 <helpop key="operperms" value="/OPERPERMS [nick]
344 List all commands an oper has access to use.">
345
346 <helpop key="freeze" value="/FREEZE [nick]
347 Prevents the user from sending commands until they reconnect.
348 User is also notified they have been frozen.">
349
350 <helpop key="unfreeze" value="/UNFREEZE [nick]
351 Unfreezes a user frozen by the /FREEZE command.">
352
353 <helpop key="spylist" value="/SPYLIST
354 Operates the same as /LIST but includes +s and +p channels.">
355
356 <helpop key="spynames" value="/SPYNAMES [channel]
357 Operates the same as /name but works on +s and +p channels.">
358
359 <helpop key="globops" value="/GLOBOPS [message]
360 Sends a message to all +g users.">
361
362 <helpop key="cban" value="/CBAN [channel] {[duration] :[reason]}
363 Sets or removes a channel ban. You must specify at least
364 3 parameters to add a ban, and one parameter to remove a ban.
365 The duration may be specified in seconds, or in the following format
366 1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,
367 5 minutes and 6 seconds. All fields in this format are optional.">
368
369 <helpop key="sajoin" value="/SAJOIN [nick] [channel]
370 Forces the user to join the channel.">
371
372 <helpop key="sapart" value="/SAPART [nick] [channel]
373 Forces the user to part the channel.">
374
375 <helpop key="samode" value="/SAMODE [#chan] +/-[modes] {[parameters for modes]}
376 Gives the channel or nick the modes specified.">
377
378 <helpop key="sanick" value="/SANICK [nick] [new nick]
379 Changes the users nick to the new nick.">
380
381 <helpop key="saquit" value="/SAQUIT [nick] [reason]
382 Forces user to quit with the specified reason.">
383
384 <helpop key="setidle" value="/SETIDLE [idle time]
385 Sets your idle time (in seconds).">
386
387 <helpop key="sethost" value="/SETHOST [host]
388 Sets your host to the specified host.">
389
390 <helpop key="setident" value="/SETIDENT [ident]
391 Sets your ident to the specified ident.">
392
393 <helpop key="setname" value="/SETNAME [name]
394 Sets your name to the specified name.">
395
396 <helpop key="swhois" line="/SWHOIS [nick] [swhois]
397 Sets the users swhois field to the given swhois.">
398
399 <helpop key="mkpasswd" value="/MKPASSWD [hashtype] [plaintext]
400 Encodes the plaintext to a hash of the given type and displays
401 the result.">
402
403 <helpop key="opermotd" value="/OPERMOTD
404 Re-displays the Oper MOTD.">
405
406 <helpop key="nicklock" value="/NICKLOCK [nick] [new nick]
407 Changes user's nick to the new nick, and forces
408 it to remain as such for the remainder of the session.">
409
410 <helpop key="nickunlock" value="/NICKUNLOCK [nick]
411 Allows the user to change nicks.">
412
413 <helpop key="chghost" value="/CHGHOST [nickname] [new hostname]
414 Changes the hostname of the user to the new hostname.">
415
416 <helpop key="chgname" value="/CHGNAME [nickname] [new name]
417 Changes the name of the user to the new name.">
418
419 <helpop key="chgident" value="/CHGIDENT [nickname] [new ident]
420 Changes the ident of the user to the new ident.">
421
422 <helpop key="shun" value="/SHUN [user@host] {[duration] :[reason]}
423 Sets or removes a shun (serverside ignore) on a host and ident mask.
424 You must specify at least 3 parameters to add a shun, and one
425 parameter to remove a shun (just the user@host section).
426 The duration may be specified in seconds, or in the following format
427 1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,
428 5 minutes and 6 seconds. All fields in this format are optional.">
429
430 <helpop key="die" value="/DIE [password]
431 If the correct password is provided, and you are an operator,
432 This command will shut down the local server.">
433
434 <helpop key="restart" value="/RESTART [password]
435 If the correct password is provided, and you are an operator,
436 This command will restart the local server.">
437
438 <helpop key="commands" value="/COMMANDS
439 Shows all currently available commands.">
440
441 <helpop key="kill" value="/KILL [user] [reason]
442 This command will disconnect a user from IRC with the given reason.">
443
444 <helpop key="rehash" value="/REHASH
445 This command will cause the server configuration file to be
446 re-read and values re-initialized.">
447
448 <helpop key="trace" value="/TRACE [nick|user@host|servermask]
449 This command will provide a list of all users and servers which
450 must be passed through or over to reach a given object (server or user).">
451
452 <helpop key="connect" value="/CONNECT [servermask]
453 Create a mesh connection to the given servermask. You must have
454 configured the server for linking in your configuration file,
455 and provided a password.">
456
457 <helpop key="squit" value="/SQUIT [servermask]
458 Disconnects the local server from the mesh network, causing every
459 other server in the network to drop it.">
460
461 <helpop key="modules" value="/MODULES
462 Lists currently loaded modules, their memory offsets and version
463 numbers and flags. If you are not an operator, you will see reduced
464 detail.">
465
466 <helpop key="loadmodule" value="/LOADMODULE [filename.so]
467 Loads a module into the IRCd.">
468
469 <helpop key="unloadmodule" value="/UNLOADMODULE [filename.so]
470 Unloads a module from the IRCd. The module cannot have the static
471 flag set (see the output of /MODULES).">
472
473 <helpop key="reloadmodule" value="/RELOADMODULE [filename.so]
474 Unloads and reloads a module in the IRCd. This module cannot have
475 the static flag set (see the output of /MODULES).">
476
477 <helpop key="gloadmodule" value="/GLOADMODULE [filename.so]
478 Globally loads a module into the network.">
479
480 <helpop key="gunloadmodule" value="/GUNLOADMODULE [filename.so]
481 Globally unloads a module from the network. The module cannot 
482 have the static flag set (see the output of /MODULES).">
483
484 <helpop key="greloadmodule" value="/GRELOADMODULE [filename.so]
485 Globally unloads and reloads a module in the network. This module
486 cannot have the static flag set (see the output of /MODULES).">
487
488 <helpop key="kline" value="/KLINE [user@host] {[duration] :[reason]}
489 Sets or removes a k-line (local host based ban) on a host and ident mask.
490 You must specify at least 3 parameters to add a ban, and one
491 parameter to remove a ban (just the user@host section).
492 The duration may be specified in seconds, or in the following format
493 1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,
494 5 minutes and 6 seconds. All fields in this format are optional.">
495
496 <helpop key="zline" value="/ZLINE [ipmask] {[duration] :[reason]}
497 Sets or removes a z-line (ip based ban) on an ip range mask.
498 You must specify at least 3 parameters to add a ban, and one
499 parameter to remove a ban (just the user@host section).
500 The duration may be specified in seconds, or in the following format
501 1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,
502 5 minutes and 6 seconds. All fields in this format are optional.">
503
504 <helpop key="qline" value="/QLINE [nickmask] {[duration] :[reason]}
505 Sets or removes a q-line (nick based ban) on a nick mask.
506 You must specify at least 3 parameters to add a ban, and one
507 parameter to remove a ban (just the user@host section).
508 The duration may be specified in seconds, or in the following format
509 1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,
510 5 minutes and 6 seconds. All fields in this format are optional.">
511
512 <helpop key="gline" value="/GLINE [user@host] {[duration] :[reason]}
513 Sets or removes a g-line (host based ban) on host mask.
514 You must specify at least 3 parameters to add a ban, and one
515 parameter to remove a ban (just the user@host section).
516 The duration may be specified in seconds, or in the following format
517 1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,
518 5 minutes and 6 seconds. All fields in this format are optional.">
519
520 <helpop key="eline" value="/ELINE [user@host] {[duration] :[reason]}
521 Sets or removes a e-line (local ban exception) on host mask.
522 You must specify at least 3 parameters to add an exception, and one
523 parameter to remove an exception (just the user@host section).
524 The duration may be specified in seconds, or in the following format
525 1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,
526 5 minutes and 6 seconds. All fields in this format are optional.">
527
528 ######################
529 # User/Channel Modes #
530 ######################
531
532 <helpop key="umodes" value="User Modes
533 ----------
534 o                Is an IRC operator
535 i                Is invisible to /WHO
536 w                Can receive wallops messages
537 s                Can receive server notices
538 n [mask]         Can receive server notices specified by [mask]
539 x                Cloaked hostname (requires cloaking module)
540 h                Will receive helpops notification (requires helpop module)
541 r                Nickname is registered
542 d                Hides all non-private messages and notices
543 R                Only registered users can PRIVMSG this nickname
544 B                Is a bot
545 G                Messages are censored to user
546 W                Can see when a user uses WHOIS on them
547 S                mIRC colour codes are stripped to the user
548 D                User can not receive PRIVMSGs
549 H                Hides an oper's WHOIS line
550 I                Hides a user's channel list from non-opers
551 Q                Hides an oper completely
552 R                Only +r users can message you">
553
554 <helpop key="chmodes" value="Channel Modes
555 -------------
556 v [nickname]       Gives voice to [nickname] (can talk on +m channel)
557 h [nickname]       Gives halfops to [nickname]
558 o [nickname]       Gives ops to [nickname]
559 b [hostmask]       Bans [hostmask] on the channel
560 a [nickname]       Give protected status to [nickname] (+q only)
561 q [nickname]       Give founder status to [nickname] (ulines only)
562 i                  Make the channel invite only, must /INVITE users
563 k [key]            Set the channel key (password) to [key]
564 l [limit]          Set the maximum possible users to [limit]
565 m                  Enable moderation. Only +vo(h) can speak
566 n                  Only users who are members of the channel may message it
567 p                  Make channel private (hide from /LIST)
568 s                  Make channel secret (can't be used at the same time as +p)
569 O                  Channel is IRCops only (can only be set by IRCops)
570 t                  Only halfops and above can change the topic
571 Q                  Only U-Lined servers/nicks can kick
572 T                  Only halfops/ops can send NOTICEs to the channel
573 C                  No CTCPs allowed to the channel
574 c                  mIRC colour codes blocked on the channel
575 S                  mIRC colour codes are stripped from the channel
576 e [hostmask]       Ban exception on [hostmask]
577 K                  No /KNOCK allowed to channel
578 L [channel]        If the channel is full, redirect users to [channel]
579 N                  No nick changes while on the channel
580 G                  Censors channel based on network censor config
581 g [word]           All messages containing the word are blocked
582 I [hostmask]       Invite exception allows user to join a channel with +i
583 j [joins]:[sec]    Prevents join flooding
584 J [seconds]        Prevents auto-rejoin on kick
585 f [*][lines]:[sec] Kick on text flood. With * user is banned
586 V                  No invites allowed
587 r                  Channel is registered
588 R                  Only registered users can join
589 M                  Non-registered users can't chat
590 z                  SSL clients only
591 x                  Join exception mask. Avoids +ibkO
592 -------------
593 NOTE: A large number of these modes are dependent upon server-side modules
594 being loaded by a server/network administrator. The actual modes available
595 on your network may be very different to this list. Please consult your
596 help channel if you have any questions.">
597
598 ######################
599 #   Stats Symbols    #
600 ######################
601
602 <helpop key="stats" value="/STATS [symbol]
603 Shows various server statistics. Depending on configuration this
604 command may be reserved for oper-only use.
605 -
606 Valid symbols are:
607 -
608 m  Show command statistics, number of times commands have been used
609 z  Show memory usage statistics
610 o  Show a list of all valid oper usernames and hostmasks
611 l  Show all inbound and outbound server and client connections
612 u  Show server uptime
613 k  Show k-lines (local host bans)
614 g  Show g-lines (host bans)
615 q  Show q-lines (nick mask bans)
616 Z  Show z-lines (ip mask bans)
617 Y  Show connection classes
618 c  Show link blocks
619 U  Show u-lined servers
620 P  Show online opers and their idle times
621 I  Show connect class permissions
622 e  Show e-lines (local ban exemptions)
623 C  Show channel bans
624 s  Show filters
625 L  Show all client connections with information and IP address
626 T  Show bandwidth/socket statistics
627 p  Show open client ports, and the port type (ssl, plaintext, etc) plus number of users on each port
628 -
629 Note that all /STATS use is broadcast to online IRC operators.">
630