]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - conf/inspircd.helpop-full.example
Run modulemanager upgrade to check for updates to third party (and extras) modules...
[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  t      Show users connected within this time limit
190 -
191 You may combine multiple flags in one WHO command except where stated in the table above.">
192
193 <helpop key="motd" value="/MOTD [server]
194 Show the message of the day for [server]. Messages of the
195 day contain important server rules and notice and should be
196 read before using a server in any way!">
197
198 <helpop key="rules" value="/RULES
199 Show the rules file for the local server. This is similar in
200 effect to /MOTD except that rules are optional. All users are
201 sent the MOTD when they connect without having to request it.">
202
203 <helpop key="oper" value="/OPER [login] [password]
204 Attempts to authenticate a user as an IRC operator.
205 Please be aware that both successful and unsuccessful oper attempts
206 are logged, and sent to online IRC operators.">
207
208 <helpop key="list" value="/LIST [pattern]
209 Creates a list of all existing channels matching the glob pattern
210 [pattern], e.g. *chat* or bot*.">
211
212 <helpop key="lusers" value="/LUSERS
213 Shows a count of local and remote users, servers and channels.">
214
215 <helpop key="userhost" value="/USERHOST [nickname]
216 Returns the hostname and nickname of a user, and some other
217 miscellaneous information.">
218
219 <helpop key="away" value="/AWAY {message}
220 If a message is given, marks you as being away, otherwise
221 removes your away status and previous message.">
222
223 <helpop key="ison" value="/ISON [nick] {[nick]...}
224 Returns a subset of the nicks you give, showing only those
225 that are currently online.">
226
227 <helpop key="summon" value="/SUMMON [user]
228 Summons a user from the shell where the ircd is running onto irc
229 This command is deprecated in the current protocol.">
230
231 <helpop key="users" value="/USERS
232 Shows users logged into the shell where the ircd is running.
233 This command is deprecated in the current protocol.">
234
235 <helpop key="invite" value="/INVITE [nick] [channel]
236 Invites a user to a channel. If the channel is NOT +i, any
237 user, channel op or not, may invite any other user to the
238 channel, so long as they are a member of that channel.
239 Otherwise, if +i is set only channel halfoperators
240 and above may invite users into the channel.">
241
242 <helpop key="pass" value="/PASS [password]
243 This command is used by your irc client when setting up
244 your irc session, and should not be issued by a fully
245 connected client.">
246
247 <helpop key="whowas" value="/WHOWAS [nick]
248 Returns a list of times the user was last seen on irc
249 along with the time they were last seen and their server.">
250
251 <helpop key="links" value="/LINKS
252 Shows all servers linked to this one. Note that in this
253 server implementation all links will be flattened as
254 a tree based layout is not in use.">
255
256 <helpop key="map" value="/MAP
257 Shows a graphical representation of all users and servers
258 on the network. The tree diagram is inaccurate in this
259 implementation as a tree based network is not in place.">
260
261 #####################
262 #   Oper Commands   #
263 #####################
264
265 <helpop key="coper" value="Oper Commands
266 -------------
267 DIE        RESTART     KILL         REHASH         TLINE
268 CONNECT    SQUIT       MODULES      MKPASSWD       SHUN
269 KLINE      QLINE       GLINE        ELINE          ZLINE
270 SAJOIN     SAPART      SAMODE       SAQUIT         SANICK
271 SETIDLE    SETHOST     SETNAME      SETIDENT       SWHOIS
272 OPERMOTD   CHGHOST     CHGNAME      CHGIDENT       CBAN
273 NICKLOCK   NICKUNLOCK  LOADMODULE   UNLOADMODULE   RELOADMODULE
274 SPYLIST    SPYNAMES    GLOADMODULE  GUNLOADMODULE  GRELOADMODULE
275 FREEZE     UNFREEZE    OPERPERMS    RCONNECT       RSQUIT
276 CHECK      CLONES      FILTER       GLOBOPS        USERIP
277 JUMPSERVER LOCKSERV    UNLOCKSERV   ALLTIME        TAXONOMY">
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="globops" value="/GLOBOPS [message]
354 Sends a message to all users with the +g snomask.">
355
356 <helpop key="cban" value="/CBAN [channel] {[duration] :[reason]}
357 Sets or removes a channel ban. You must specify at least
358 3 parameters to add a ban, and one parameter to remove a ban.
359 The duration may be specified in seconds, or in the following format
360 1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,
361 5 minutes and 6 seconds. All fields in this format are optional.">
362
363 <helpop key="sajoin" value="/SAJOIN [nick] [channel]
364 Forces the user to join the channel.">
365
366 <helpop key="sapart" value="/SAPART [nick] [channel]
367 Forces the user to part the channel.">
368
369 <helpop key="samode" value="/SAMODE [#chan] +/-[modes] {[parameters for modes]}
370 Gives the channel or nick the modes specified.">
371
372 <helpop key="sanick" value="/SANICK [nick] [new nick]
373 Changes the users nick to the new nick.">
374
375 <helpop key="saquit" value="/SAQUIT [nick] [reason]
376 Forces user to quit with the specified reason.">
377
378 <helpop key="setidle" value="/SETIDLE [idle time]
379 Sets your idle time (in seconds).">
380
381 <helpop key="sethost" value="/SETHOST [host]
382 Sets your host to the specified host.">
383
384 <helpop key="setident" value="/SETIDENT [ident]
385 Sets your ident to the specified ident.">
386
387 <helpop key="setname" value="/SETNAME [name]
388 Sets your name to the specified name.">
389
390 <helpop key="swhois" line="/SWHOIS [nick] [swhois]
391 Sets the users swhois field to the given swhois.">
392
393 <helpop key="mkpasswd" value="/MKPASSWD [hashtype] [plaintext]
394 Encodes the plaintext to a hash of the given type and displays
395 the result.">
396
397 <helpop key="opermotd" value="/OPERMOTD
398 Re-displays the Oper MOTD.">
399
400 <helpop key="nicklock" value="/NICKLOCK [nick] [new nick]
401 Changes user's nick to the new nick, and forces
402 it to remain as such for the remainder of the session.">
403
404 <helpop key="nickunlock" value="/NICKUNLOCK [nick]
405 Allows the user to change nicks.">
406
407 <helpop key="chghost" value="/CHGHOST [nickname] [new hostname]
408 Changes the hostname of the user to the new hostname.">
409
410 <helpop key="chgname" value="/CHGNAME [nickname] [new name]
411 Changes the name of the user to the new name.">
412
413 <helpop key="chgident" value="/CHGIDENT [nickname] [new ident]
414 Changes the ident of the user to the new ident.">
415
416 <helpop key="shun" value="/SHUN [user@host] {[duration] :[reason]}
417 Sets or removes a shun (serverside ignore) on a host and ident mask.
418 You must specify at least 3 parameters to add a shun, and one
419 parameter to remove a shun (just the user@host section).
420 The duration may be specified in seconds, or in the following format
421 1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,
422 5 minutes and 6 seconds. All fields in this format are optional.">
423
424 <helpop key="die" value="/DIE [password]
425 If the correct password is provided, and you are an operator,
426 This command will shut down the local server.">
427
428 <helpop key="restart" value="/RESTART [password]
429 If the correct password is provided, and you are an operator,
430 This command will restart the local server.">
431
432 <helpop key="commands" value="/COMMANDS
433 Shows all currently available commands.">
434
435 <helpop key="kill" value="/KILL [user] [reason]
436 This command will disconnect a user from IRC with the given reason.">
437
438 <helpop key="rehash" value="/REHASH
439 This command will cause the server configuration file to be
440 re-read and values re-initialized.">
441
442 <helpop key="connect" value="/CONNECT [servermask]
443 Create a mesh connection to the given servermask. You must have
444 configured the server for linking in your configuration file,
445 and provided a password.">
446
447 <helpop key="squit" value="/SQUIT [servermask]
448 Disconnects the local server from the mesh network, causing every
449 other server in the network to drop it.">
450
451 <helpop key="modules" value="/MODULES
452 Lists currently loaded modules, their memory offsets and version
453 numbers and flags. If you are not an operator, you will see reduced
454 detail.">
455
456 <helpop key="loadmodule" value="/LOADMODULE [filename.so]
457 Loads a module into the IRCd.">
458
459 <helpop key="unloadmodule" value="/UNLOADMODULE [filename.so]
460 Unloads a module from the IRCd. The module cannot have the static
461 flag set (see the output of /MODULES).">
462
463 <helpop key="reloadmodule" value="/RELOADMODULE [filename.so]
464 Unloads and reloads a module in the IRCd. This module cannot have
465 the static flag set (see the output of /MODULES).">
466
467 <helpop key="gloadmodule" value="/GLOADMODULE [filename.so]
468 Globally loads a module into the network.">
469
470 <helpop key="gunloadmodule" value="/GUNLOADMODULE [filename.so]
471 Globally unloads a module from the network. The module cannot 
472 have the static flag set (see the output of /MODULES).">
473
474 <helpop key="greloadmodule" value="/GRELOADMODULE [filename.so]
475 Globally unloads and reloads a module in the network. This module
476 cannot have the static flag set (see the output of /MODULES).">
477
478 <helpop key="kline" value="/KLINE [user@host] {[duration] :[reason]}
479 Sets or removes a k-line (local host based ban) on a host and ident mask.
480 You must specify at least 3 parameters to add a ban, and one
481 parameter to remove a ban (just the user@host section).
482 The duration may be specified in seconds, or in the following format
483 1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,
484 5 minutes and 6 seconds. All fields in this format are optional.">
485
486 <helpop key="zline" value="/ZLINE [ipmask] {[duration] :[reason]}
487 Sets or removes a z-line (ip based ban) on an ip range mask.
488 You must specify at least 3 parameters to add a ban, and one
489 parameter to remove a ban (just the user@host section).
490 The duration may be specified in seconds, or in the following format
491 1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,
492 5 minutes and 6 seconds. All fields in this format are optional.">
493
494 <helpop key="qline" value="/QLINE [nickmask] {[duration] :[reason]}
495 Sets or removes a q-line (nick based ban) on a nick mask.
496 You must specify at least 3 parameters to add a ban, and one
497 parameter to remove a ban (just the user@host section).
498 The duration may be specified in seconds, or in the following format
499 1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,
500 5 minutes and 6 seconds. All fields in this format are optional.">
501
502 <helpop key="gline" value="/GLINE [user@host] {[duration] :[reason]}
503 Sets or removes a g-line (host based ban) on host mask.
504 You must specify at least 3 parameters to add a ban, and one
505 parameter to remove a ban (just the user@host section).
506 The duration may be specified in seconds, or in the following format
507 1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,
508 5 minutes and 6 seconds. All fields in this format are optional.">
509
510 <helpop key="eline" value="/ELINE [user@host] {[duration] :[reason]}
511 Sets or removes a e-line (local ban exception) on host mask.
512 You must specify at least 3 parameters to add an exception, and one
513 parameter to remove an exception (just the user@host section).
514 The duration may be specified in seconds, or in the following format
515 1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,
516 5 minutes and 6 seconds. All fields in this format are optional.">
517
518 ######################
519 # User/Channel Modes #
520 ######################
521
522 <helpop key="umodes" value="User Modes
523 ----------
524 o                Is an IRC operator
525 i                Is invisible to /WHO
526 w                Can receive wallops messages
527 s [mask]         Can receive server notices specified by [mask]
528 x                Cloaked hostname (requires cloaking module)
529 h                Is available for help (requires helpop module)
530 r                Nickname is registered
531 d                Hides all non-private messages and notices
532 B                Is a bot
533 G                Messages are censored to user
534 W                Can see when a user uses WHOIS on them
535 S                mIRC colour codes are stripped to the user
536 D                User can not receive PRIVMSGs
537 H                Hides an oper's WHOIS line
538 I                Hides a user's channel list from non-opers
539 Q                Hides an oper completely
540 R                Only registered users can message you">
541
542 <helpop key="chmodes" value="Channel Modes
543 -------------
544 v [nickname]       Gives voice to [nickname] (can talk on +m channel)
545 h [nickname]       Gives halfops to [nickname]
546 o [nickname]       Gives ops to [nickname]
547 b [hostmask]       Bans [hostmask] on the channel
548 a [nickname]       Give protected status to [nickname] (+q only)
549 q [nickname]       Give founder status to [nickname] (ulines only)
550 i                  Make the channel invite only, must /INVITE users
551 k [key]            Set the channel key (password) to [key]
552 l [limit]          Set the maximum possible users to [limit]
553 m                  Enable moderation. Only +vo(h) can speak
554 n                  Only users who are members of the channel may message it
555 p                  Make channel private (hide from /LIST)
556 s                  Make channel secret (can't be used at the same time as +p)
557 O                  Channel is IRCops only (can only be set by IRCops)
558 t                  Only halfops and above can change the topic
559 Q                  Only U-Lined servers/nicks can kick
560 T                  Only halfops/ops can send NOTICEs to the channel
561 C                  No CTCPs allowed to the channel
562 c                  mIRC colour codes blocked on the channel
563 S                  mIRC colour codes are stripped from the channel
564 e [hostmask]       Ban exception on [hostmask]
565 K                  No /KNOCK allowed to channel
566 L [channel]        If the channel is full, redirect users to [channel]
567 N                  No nick changes while on the channel
568 G                  Censors channel based on network censor config
569 g [word]           All messages containing the word are blocked
570 I [hostmask]       Invite exception allows user to join a channel with +i
571 j [joins]:[sec]    Prevents join flooding
572 J [seconds]        Prevents auto-rejoin on kick
573 f [*][lines]:[sec] Kick on text flood. With * user is banned
574 V                  No invites allowed
575 r                  Channel is registered
576 R                  Only registered users can join
577 M                  Non-registered users can't chat
578 z                  SSL clients only
579 x                  Join exception mask. Avoids +ibkO
580 -------------
581 NOTE: A large number of these modes are dependent upon server-side modules
582 being loaded by a server/network administrator. The actual modes available
583 on your network may be very different to this list. Please consult your
584 help channel if you have any questions.">
585
586 ######################
587 #   Stats Symbols    #
588 ######################
589
590 <helpop key="stats" value="/STATS [symbol]
591 Shows various server statistics. Depending on configuration this
592 command may be reserved for oper-only use.
593 -
594 Valid symbols are:
595 -
596 m  Show command statistics, number of times commands have been used
597 z  Show memory usage statistics
598 o  Show a list of all valid oper usernames and hostmasks
599 l  Show all inbound and outbound server and client connections
600 u  Show server uptime
601 k  Show k-lines (local host bans)
602 g  Show g-lines (host bans)
603 q  Show q-lines (nick mask bans)
604 Z  Show z-lines (ip mask bans)
605 Y  Show connection classes
606 c  Show link blocks
607 U  Show u-lined servers
608 P  Show online opers and their idle times
609 I  Show connect class permissions
610 e  Show e-lines (local ban exemptions)
611 C  Show channel bans
612 s  Show filters
613 L  Show all client connections with information and IP address
614 T  Show bandwidth/socket statistics
615 p  Show open client ports, and the port type (ssl, plaintext, etc) plus number of users on each port
616 -
617 Note that all /STATS use is broadcast to online IRC operators.">
618