]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/conf/helpop-full.conf.example
Fix a few documentation problems
[user/henk/code/inspircd.git] / docs / conf / helpop-full.conf.example
1 #####################
2 #  Helpop Standard  #
3 #####################
4
5 <alias text="HELP" replace="HELPOP $2-">
6
7 <helpop key="start" value="InspIRCd Help System
8
9 This system provides help for commands and modes.
10 Specify your question or a command name as the
11 parameter for this command.
12
13 /HELPOP CUSER    -      To see a list of user commands
14 /HELPOP COPER    -      To see a list of oper commands
15 /HELPOP UMODES   -      To see a list of user modes
16 /HELPOP CHMODES  -      To see a list of channel modes
17 /HELPOP SNOMASKS -      To see a list of oper snotice masks
18 /HELPOP EXTBANS  -      To see a list of extended bans">
19
20 <helpop key="nohelp" value="There is no help for the topic
21 you searched for. Please try again.">
22
23 #####################
24 #   User Commands   #
25 #####################
26
27 <helpop key="cuser" value="User Commands
28 -------------
29
30 PRIVMSG   NOTICE   NICK      JOIN      PART
31 CYCLE     KNOCK    MODE      DEVOICE   TOPIC
32 KICK      FPART    REMOVE    TBAN      INVITE
33 UNINVITE  AWAY     DCCALLOW  SILENCE   ACCEPT
34 MKPASSWD  VHOST    TITLE     SETNAME
35
36 WHOIS     WHOWAS   ISON      USERHOST  WATCH
37 LIST      NAMES    WHO       MOTD      RULES
38 ADMIN     MAP      LINKS     LUSERS    TIME
39 STATS     VERSION  INFO      MODULES   COMMANDS
40 SSLINFO
41
42 USER      PASS     PING     PONG       QUIT
43
44 OPER">
45
46 <helpop key="sslinfo" value="/SSLINFO <nick>
47
48 Displays information on the SSL connection and certificate of the
49 target user.">
50
51 <helpop key="uninvite" value="/UNINVITE <nick> <channel>
52
53 Uninvite a user from a channel, same syntax as INVITE.">
54
55 <helpop key="tban" value="/TBAN <channel> <duration> <banmask>
56
57 Sets a timed ban. The duration of the ban can be specified in the
58 following format: 1w2d3h4m6s which indicates a ban of one week, two
59 days, three hours, four minutes and six seconds. Alternatively the
60 ban may just be specified as a number of seconds. All timed bans
61 appear in the banlist as normal bans and may be safely removed
62 before their time is up.">
63
64 <helpop key="dccallow" value="/DCCALLOW - List allowed nicks
65 /DCCALLOW LIST - This also lists allowed nicks
66 /DCCALLOW +<nick> [<duration>] - Add a nick
67 /DCCALLOW -<nick> - Remove a nick
68 /DCCALLOW HELP - Display help
69
70 Duration is optional, and may be specified in seconds or in the
71 form of 1m2h3d4w5y.">
72
73 <helpop key="accept" value="/ACCEPT * - List accepted nicks
74 /ACCEPT +<nick> - Add a nick
75 /ACCEPT -<nick> - Remove a nick
76 This command accepts multiple nicks like so:
77 /ACCEPT +<nick1>,+<nick2>,-<nick3>
78
79 Manages your accept list. This list is used to determine who can
80 private message you when you have usermode +g set.">
81
82 <helpop key="cycle" value="/CYCLE <channel> :[<reason>]
83
84 Cycles a channel (leaving and rejoining), overrides restrictions that
85 would stop a new user joining, such as user limits and channel keys.">
86
87 <helpop key="title" value="/TITLE <name> <password>
88
89 Authenticate for a WHOIS title line and optionally a vhost using the
90 specified username and password.">
91
92 <helpop key="watch" value="/WATCH - List watched nicks that are online
93 /WATCH L - List watched nicks, online and offline
94 /WATCH C - Clear all watched nicks
95 /WATCH S - Show statistics
96 /WATCH +<nick> - Add a nick
97 /WATCH -<nick> - Remove a nick
98 This command accepts multiple nicks like so:
99 /WATCH +<nick1> +<nick2> -<nick3>">
100
101 <helpop key="vhost" value="/VHOST <username> <password>
102
103 Authenticate for a vhost using the specified username and password.">
104
105 <helpop key="remove" value="/REMOVE <nick> <channel> [<reason>]
106
107 Removes a user from a channel you specify. You must be at least a
108 channel halfoperator to remove a user. A removed user will part with
109 a message stating they were removed from the channel and by whom.">
110
111 <helpop key="fpart" value="/FPART <channel> <nick> [<reason>]
112
113 This behaves identically to /REMOVE, the only difference is that the
114 <channel> and <nick> parameters are switched around to match /KICK's
115 syntax. Also, /REMOVE is a built-in mIRC command which caused trouble
116 for some users.">
117
118 <helpop key="devoice" value="/DEVOICE <channel>
119
120 Devoices yourself on the specified channel.">
121
122 <helpop key="silence" value="/SILENCE - Shows a list of silenced masks
123 /SILENCE +<mask> [<flags>] - Add a mask
124 /SILENCE -<mask> - Remove a mask
125
126 A serverside ignore of the given n!u@h mask. The letter(s) at the end
127 specify what is to be ignored from this hostmask.
128
129 Valid SILENCE Flags
130 -------------------
131
132  p        Block private messages
133  c        Block channel messages
134  i        Block invites
135  n        Block private notices
136  t        Block channel notices
137  a        Block all of the above
138  x        Exception
139
140 Multiple letters may be specified. For an exception, you must pair x
141 with what you want excepted. For example, if you wanted to except
142 everything from people with a host matching *.foo.net, you would do
143 /SILENCE +*!*@*.foo.net xa
144
145 /SILENCE without a parameter will list the masks that you have silenced.">
146
147 <helpop key="knock" value="/KNOCK <channel>
148
149 Sends a notice to a channel indicating you wish to join.">
150
151 <helpop key="user" value="/USER <ident> <local host> <remote host> :<GECOS>
152
153 This command is used by your client to register your
154 IRC session, providing your ident and GECOS to the
155 server.
156
157 You should not use it during an established connection.">
158
159 <helpop key="nick" value="/NICK <new nick>
160
161 Change your nickname to <new nick>.">
162
163 <helpop key="quit" value="/QUIT [<reason>]
164
165 Quit from IRC and end your current session.">
166
167 <helpop key="version" value="/VERSION
168
169 Returns the server's version information.">
170
171 <helpop key="ping" value="/PING <server>
172
173 Ping a server. The server will answer with a PONG.">
174
175 <helpop key="pong" value="/PONG <server>
176
177 Your client should send this to answer server PINGs. You
178 should not issue this command manually.">
179
180 <helpop key="admin" value="/ADMIN [<server>]
181
182 Shows the administrative information for the given server.">
183
184 <helpop key="privmsg" value="/PRIVMSG <target> <text>
185
186 Sends a message to a user or channel specified in <target>.">
187
188 <helpop key="notice" value="/NOTICE <target> <text>
189
190 Sends a notice to a user or channel specified in <target>.">
191
192 <helpop key="join" value="/JOIN <channel>[,<channel>] [<key>][,<key>]
193
194 Joins one or more channels you provide the names for.">
195
196 <helpop key="names" value="/NAMES <channel>[,<channel>]
197
198 Return a list of users on the channels you provide.">
199
200 <helpop key="part" value="/PART <channel>[,<channel>] [<reason>]
201
202 Leaves one or more channels you specify.">
203
204 <helpop key="kick" value="/KICK <channel> <nick>[,<nick>] [<reason>]
205
206 Kicks a user from a channel you specify. You must be
207 at least a channel halfoperator to kick a user.">
208
209 <helpop key="mode" value="/MODE <target> (+|-)<modes> [<mode parameters>] - Change modes of <target>.
210
211 /MODE <target> - Show modes of <target>.
212
213 /MODE <channel> <list mode char> - List bans, exceptions, etc. set on <channel>.
214
215 Sets the mode for a channel or a nickname specified in <target>.
216 A user may only set modes upon themselves, and may not set the
217 +o usermode, and a user may only change channel modes of
218 channels where they are at least a halfoperator.
219
220 For a list of all user and channel modes, enter /HELPOP UMODES or
221 /HELPOP CHMODES.">
222
223 <helpop key="topic" value="/TOPIC <channel> [<topic>]
224
225 Sets or retrieves the channel topic. If a channel topic is
226 given in the command and either the channel is not +t, or
227 you are at least a halfoperator, the channel topic will be
228 changed to the new one you provide.">
229
230 <helpop key="who" value="/WHO <search pattern> [ohurmaiMplf]
231
232 Looks up the information of users matching the range you provide.
233 You may only /WHO nicknames in channels or on servers where you
234 share a common channel with them, or ones which are not +i (unless
235 you are an IRC operator). The search-pattern may be a special
236 sequence of characters determined by the flags given below, or
237 it may be one of a nickname, a channel, a hostmask, an ip address
238 mask or a server mask.
239
240 Valid WHO Flags
241 ---------------
242
243 The following flags after the mask have the following effects:
244
245  o      Show online IRC operators matching the mask
246
247  a      Show all users who have an away message matching the given mask
248  i      Show all users who have an ident (username) matching the given mask
249  p      Show all users who are connected on the given port number (IRC
250         operators only)
251  r      Show all users whose realnames match the mask. When this
252         flag is set it overrides the meaning of the search-pattern,
253         which must contain a glob pattern intended to match GECOS
254         (realname) fields.
255  m      Search for all users with a given set of user modes. When
256         this flag is set it overrides the meaning of the
257         search-pattern, which must contain the mode sequence to
258         search for, for example to find all users with +i and
259         without +s, issue the command WHO +i-s m (IRC operators only)
260  t      Show users connected within this number of seconds
261  M      Show all users who have metadata attached to them with
262         the given key name (IRC operators only)
263
264  f      Show only remote (far) users
265  l      Show only local users
266
267  h      Show real hostnames rather than masked hostnames (IRC
268         operators only)
269  u      Unlimit the results past the maximum /who results value
270         (IRC operators only)
271
272 You may combine multiple flags in one WHO command except where stated in the table above.">
273
274 <helpop key="motd" value="/MOTD [<server>]
275
276 Show the message of the day for <server>. Messages of the day often
277 contain important server rules and notices and should be read prior
278 to using a server.">
279
280 <helpop key="rules" value="/RULES
281
282 Show the rules file for the local server. This is similar in effect to
283 except that these are not sent automatically on connect.">
284
285 <helpop key="oper" value="/OPER <login> <password>
286
287 Attempts to authenticate a user as an IRC operator.
288
289 Both successful and unsuccessful oper attempts are
290 logged, and sent to online IRC operators.">
291
292 <helpop key="list" value="/LIST [<pattern>]
293
294 Creates a list of all existing channels matching the glob pattern
295 <pattern>, e.g. *chat* or bot*.">
296
297 <helpop key="lusers" value="/LUSERS
298
299 Shows a count of local and remote users, servers and channels.">
300
301 <helpop key="userhost" value="/USERHOST <nick> [<nick>]
302
303 Returns the hostname and nickname of a user, and some other
304 miscellaneous information.">
305
306 <helpop key="away" value="/AWAY [<message>]
307
308 If a message is given, marks you as being away, otherwise
309 removes your away status and previous message.">
310
311 <helpop key="ison" value="/ISON <nick> [<nick> ...]
312
313 Returns a subset of the nicks you give, showing only those
314 that are currently online.">
315
316 <helpop key="invite" value="/INVITE <nick> <channel> [<time>]
317
318 Invites a user to a channel. If the channel is NOT +A, only
319 channel halfoperators or above can invite people. If +A is set,
320 anyone can invite people to the channel, as long as the person
321 doing the invite is a member of the channel they wish to invite
322 the user to.
323
324 Invited users may override bans, +k, and similar in addition to
325 +i, depending on configuration.
326
327 If a time is provided, the invite expires after that time and the user
328 can no longer use it to enter the channel.">
329
330 <helpop key="pass" value="/PASS <password>
331
332 This command is used by your client when setting up
333 your IRC session to submit a server password to the
334 server.
335
336 You should not use it during an established connection.">
337
338 <helpop key="whowas" value="/WHOWAS <nick>
339
340 Returns a list of times the user was seen recently on IRC along with
341 the time they were last seen and their server.">
342
343 <helpop key="links" value="/LINKS
344
345 Shows all servers linked to this one.">
346
347 <helpop key="map" value="/MAP
348
349 Shows a graphical representation of all users and servers on the
350 network, and the links between them, as a tree from the perspective
351 of your server.">
352
353 <helpop key="whois" value="/WHOIS <nick> [<server>]
354
355 Returns the WHOIS information of a user, their channels, hostname,
356 etc. If a second nickname or server is provided, then a whois is
357 performed from the server where the user is actually located rather
358 than locally, showing idle and signon times.">
359
360 <helpop key="time" value="/TIME [<server>]
361
362 Returns the local time of the server, or remote time of another
363 server.">
364
365 <helpop key="info" value="/INFO [<server>]
366
367 Returns information on the developers and supporters who made this
368 IRC server possible.">
369
370 <helpop key="setname" value="/SETNAME <name>
371
372 Sets your name to the specified name.">
373
374
375 #####################
376 #   Oper Commands   #
377 #####################
378
379 <helpop key="coper" value="Oper Commands
380 -------------
381
382 OPERMOTD  CHECK     CLONES      USERIP   TLINE
383 ALLTIME   WALLOPS   GLOBOPS     MODENOTICE
384 CLOAK
385
386 SETHOST   SETIDENT  CHGHOST     CHGIDENT CHGNAME
387 SETIDLE   SWHOIS
388
389 SANICK    NICKLOCK  NICKUNLOCK
390
391 SAJOIN    SAPART    SAMODE      SATOPIC  SAKICK
392
393 KILL      SAQUIT    GLINE       ZLINE    QLINE
394 KLINE     RLINE     ELINE       CBAN     SHUN
395 FILTER    OJOIN
396
397 CONNECT   SQUIT     RCONNECT    RSQUIT
398
399 DIE            RESTART      REHASH
400 CLEARCACHE     LOADMODULE   UNLOADMODULE
401 RELOADMODULE   GLOADMODULE  GUNLOADMODULE
402 GRELOADMODULE  CLOSE        JUMPSERVER
403 LOCKSERV       UNLOCKSERV">
404
405 <helpop key="userip" value="/USERIP <nick> [<nick>]
406
407 Returns the ip and nickname of the given users.">
408
409 <helpop key="tline" value="/TLINE <host/IP mask>
410
411 This command returns the number of local and global clients matched,
412 and the percentage of clients matched, plus how they were matched
413 (by IP address or by hostname).">
414
415 <helpop key="lockserv" value="/LOCKSERV
416
417 Locks out all new connections notifying connecting users that the
418 service is temporarily closed and to try again later.">
419
420 <helpop key="unlockserv" value="/UNLOCKSERV
421
422 Opens the server up again for new connections.">
423
424 <helpop key="jumpserver" value="/JUMPSERVER [<newserver> <newport> <(+|-)[flags]> :[<reason>]]
425
426 Sets or cancels jumpserver mode. If no parameters are given,
427 jumpserver mode is cancelled, if it is currently set. If parameters
428 are given, a server address must be given for <newserver> and a
429 server port must be given for <newport>. Zero or more status flags
430 should be given for 'flags', from the list below (if you do not
431 wish to specify any flags just place a '+' in this field):
432
433 1. +a: Redirect all users immediately (except for opers) and cause
434 them to quit with the given reason
435
436 2. +n: Redirect any new users who connect and cause them to quit
437 during registration
438
439 You may use + and - to set or unset these flags in the command, the
440 default flags are -a+n, which will just redirect new users. The
441 reason parameter is optional, and if not provided defaults to
442 'Please use this server/port instead' (the default given in various
443 numeric lists)">
444
445 <helpop key="filter" value="/FILTER <filter-definition> [<action> <flags> [<gline-duration>] :<reason>]
446
447 This command will add a filter when more than one parameter is given,
448 for messages of the types specified by the flags, with the given
449 filter definition, action, gline duration (when the action is 'gline')
450 and reason.
451
452 The filter will take effect when a message of any type specified by
453 the flags and matching the definition is sent to the server, and
454 perform the specified action.
455
456 Valid FILTER Actions
457 --------------------
458
459 None    Does nothing
460 Block   Blocks message and informs +s IRCops of the blocked message
461         and all relevant info
462 Silent  Blocks message, but does not notify IRCops
463 Kill    Kills the user
464 Gline   Glines the user for the specified duration
465
466 Valid FILTER Flags
467 ------------------
468
469 p    Block private and channel messages
470 n    Block private and channel notices
471 P    Block part messages
472 q    Block quit messages
473 o    Don't match against opers
474 c    Strip all color codes from the message before matching
475 *    Represents all of the above flags
476 -    Does nothing, a non-op for when you do not want to specify any
477      flags
478
479 The reason for the filter will be used as the reason for the action,
480 unless the action is 'none', and is sent to the user when their text is
481 blocked by 'block' and 'silent' actions.
482
483 A gline duration may be specified in seconds, or in the format
484 1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours, 5
485 minutes and 6 seconds. All fields in this format are optional.
486
487 When only one parameter is provided (the filter pattern) the provided
488 filter will be removed. Note that if you remove a
489 configuration-defined filter, it will reappear at next rehash unless
490 it is also removed from the config file.">
491
492 <helpop key="ojoin" value="/OJOIN <channel>
493
494 Force joins you to the specified channel, and gives you +Y and any other
495 configuration-defined modes on it, preventing you from being kicked.
496 Depending on configuration, may announce that you have joined the
497 channel on official network business.">
498
499 <helpop key="clones" value="/CLONES <limit>
500
501 Retrieves a list of users with more clones than the specified
502 limit.">
503
504 <helpop key="check" value="/CHECK <nick|ip|hostmask|channel> [<server>]
505
506 Allows opers to look up advanced information on channels, hostmasks
507 or IP addresses, in a similar way to WHO but in more detail, displaying
508 most information the IRCD has stored on the target, including all
509 metadata.
510
511 With the second parameter given, runs the command remotely on the
512 specified server.">
513
514 <helpop key="alltime" value="/ALLTIME
515
516 Shows the time on all servers on the network.">
517
518 <helpop key="rconnect" value="/RCONNECT <source mask> <target mask>
519
520 The server matching <source mask> will try to connect to the first
521 server in the config file matching <target mask>.">
522
523 <helpop key="rsquit" value="/RSQUIT <target mask> [<reason>]
524
525 Causes a remote server matching <target mask> to be disconnected from
526 the network.">
527
528 <helpop key="globops" value="/GLOBOPS <message>
529
530 Sends a message to all users with the +g snomask.">
531
532 <helpop key="cban" value="/CBAN <channel> [<duration> :[<reason>]]
533
534 Sets or removes a channel ban. You must specify all three parameters
535 to add a ban, and one parameter to remove a ban (just the channel).
536
537 The duration may be specified in seconds, or in the format
538 1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,
539 5 minutes and 6 seconds. All fields in this format are optional.">
540
541 <helpop key="sajoin" value="/SAJOIN <nick> <channel>
542
543 Forces the user to join the channel.">
544
545 <helpop key="sapart" value="/SAPART <nick> <channel>
546
547 Forces the user to part the channel.">
548
549 <helpop key="samode" value="/SAMODE <target> (+|-)<modes> [<parameters for modes>]
550
551 Applies the given mode change to the channel or nick specified.">
552
553 <helpop key="sanick" value="/SANICK <nick> <new nick>
554
555 Changes the user's nick to the new nick.">
556
557 <helpop key="sakick" value="/SAKICK <channel> <nick> <reason>
558
559 Kicks the given user from the specified channel.">
560
561 <helpop key="satopic" value="/SATOPIC <channel> <new topic>
562
563 Applies the given topic to the specified channel.">
564
565 <helpop key="saquit" value="/SAQUIT <nick> <reason>
566
567 Forces user to quit with the specified reason.">
568
569 <helpop key="setidle" value="/SETIDLE <idle time>
570
571 Sets your idle time (in seconds) to the specified value.">
572
573 <helpop key="sethost" value="/SETHOST <host>
574
575 Sets your host to the specified host.">
576
577 <helpop key="setident" value="/SETIDENT <ident>
578
579 Sets your ident to the specified ident.">
580
581 <helpop key="swhois" line="/SWHOIS <nick> <swhois>
582
583 Sets the user's swhois field to the given swhois.">
584
585 <helpop key="mkpasswd" value="/MKPASSWD <hashtype> <plaintext>
586
587 Encodes the plaintext to a hash of the given type and displays
588 the result.">
589
590 <helpop key="opermotd" value="/OPERMOTD
591
592 Displays the Oper MOTD.">
593
594 <helpop key="nicklock" value="/NICKLOCK <nick> <new nick>
595
596 Changes the user's nick to the new nick, and forces
597 it to remain as such for the remainder of the session.">
598
599 <helpop key="nickunlock" value="/NICKUNLOCK <nick>
600
601 Allows a previously locked user to change nicks again.">
602
603 <helpop key="chghost" value="/CHGHOST <nickname> <new hostname>
604
605 Changes the hostname of the user to the new hostname.">
606
607 <helpop key="chgname" value="/CHGNAME <nickname> <new name>
608
609 Changes the name of the user to the new name.">
610
611 <helpop key="chgident" value="/CHGIDENT <nickname> <new ident>
612
613 Changes the ident of the user to the new ident.">
614
615 <helpop key="shun" value="/SHUN <nick!user@host> [[<duration>] :<reason>]
616
617 Sets or removes a shun (server side ignore) on a host and ident mask.
618 You must specify all three parameters to add a shun, and one parameter
619 to remove a shun (just the nick!user@host section).
620
621 The duration may be specified in seconds, or in the format
622 1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,
623 5 minutes and 6 seconds. All fields in this format are optional.">
624
625 <helpop key="die" value="/DIE <password>
626
627 This command shuts down the local server. A single parameter is
628 required, which must match the password in the configuration for the
629 command to function.">
630
631 <helpop key="restart" value="/RESTART <password>
632
633 This command restarts the local server. A single parameter is
634 required, which must match the password in the configuration for the
635 command to function.">
636
637 <helpop key="commands" value="/COMMANDS
638
639 Shows all currently available commands.">
640
641 <helpop key="kill" value="/KILL <user> <reason>
642
643 This command will disconnect a user from IRC with the given reason.">
644
645 <helpop key="rehash" value="/REHASH <mask>
646
647 This command will cause the server configuration file to be reread and
648 values reinitialized for all servers matching the server mask, or the
649 local server if one is not specified.">
650
651 <helpop key="connect" value="/CONNECT <servermask>
652
653 Add a connection to the server matching the given server mask. You must
654 have configured the server for linking in your configuration file
655 before trying to link them.">
656
657 <helpop key="squit" value="/SQUIT <servermask>
658
659 Disconnects the server matching the given server mask from this server.">
660
661 <helpop key="modules" value="/MODULES
662
663 Lists currently loaded modules, their memory offsets, version numbers,
664 and flags. If you are not an operator, you will see reduced detail.">
665
666 <helpop key="loadmodule" value="/LOADMODULE <filename.so>
667
668 Loads the specified module into the local server.">
669
670 <helpop key="unloadmodule" value="/UNLOADMODULE <filename.so>
671
672 Unloads a module from the local server. The module cannot have the
673 static flag set (see the output of /MODULES).">
674
675 <helpop key="reloadmodule" value="/RELOADMODULE <filename.so>
676
677 Unloads and reloads a module on the local server. This module cannot
678 have the static flag set (see the output of /MODULES).">
679
680 <helpop key="gloadmodule" value="/GLOADMODULE <filename.so>
681
682 Loads the specified module on all linked servers.">
683
684 <helpop key="gunloadmodule" value="/GUNLOADMODULE <filename.so>
685
686 Unloads a module from all linked servers. The module cannot have the
687 static flag set (see the output of /MODULES).">
688
689 <helpop key="greloadmodule" value="/GRELOADMODULE <filename.so>
690
691 Unloads and reloads a module on all linked servers. This module cannot
692 have the static flag set (see the output of /MODULES).">
693
694 <helpop key="kline" value="/KLINE <user@host> [<duration> :<reason>]
695
696 Sets or removes a k-line (local host based ban) on a host and ident mask.
697 You must specify all three parameters to add a ban, and one parameter
698 to remove a ban (just the user@host section).
699
700 The duration may be specified in seconds, or in the format
701 1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,
702 5 minutes and 6 seconds. All fields in this format are optional.">
703
704 <helpop key="zline" value="/ZLINE <ipmask> [<duration> :<reason>]
705
706 Sets or removes a z-line (ip based ban) on an ip range mask.
707 You must specify all three parameters to add a ban, and one parameter
708 to remove a ban (just the ipmask).
709
710 The duration may be specified in seconds, or in the format
711 1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,
712 5 minutes and 6 seconds. All fields in this format are optional.">
713
714 <helpop key="qline" value="/QLINE <nickmask> [<duration> :<reason>]
715
716 Sets or removes a q-line (nick based ban) on a nick mask.
717 You must specify all three parameters to add a ban, and one parameter
718 to remove a ban (just the nickmask).
719
720 The duration may be specified in seconds, or in the format
721 1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,
722 5 minutes and 6 seconds. All fields in this format are optional.">
723
724 <helpop key="gline" value="/GLINE <user@host> [<duration> :<reason>]
725
726 Sets or removes a g-line (host based ban) on host mask.
727 You must specify all three parameters to add a ban, and one
728 parameter to remove a ban (just the user@host section).
729
730 The duration may be specified in seconds, or in the format
731 1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,
732 5 minutes and 6 seconds. All fields in this format are optional.">
733
734 <helpop key="eline" value="/ELINE <user@host> [<duration> :<reason>]
735
736 Sets or removes a e-line (global ban exception) on host mask.
737 You must specify at least 3 parameters to add an exception, and one
738 parameter to remove an exception (just the user@host section).
739
740 The duration may be specified in seconds, or in the format
741 1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,
742 5 minutes and 6 seconds. All fields in this format are optional.
743
744 This command has a few important limitations. Bans on *@<ip> can only
745 be negated by an eline on *@<ip>, bans on *@<host> can be negated by
746 elines on *@<ip>, or *@<host>, and bans on <ident>@* or <ident>@<host>
747 can be negated by any eline that matches.">
748
749 <helpop key="wallops" value="/WALLOPS <message>
750
751 Sends a message to all +w users.">
752
753 <helpop key="rline" value="/RLINE <regex> [<duration> :<reason>]
754
755 Sets or removes an r-line (regex line) on a n!u@h\\sgecos mask. You
756 must specify all three parameters to add an rline, and one parameter
757 to remove an rline (just the regex).
758
759 The duration may be specified in seconds, or in the format
760 1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,
761 5 minutes and 6 seconds. All fields in this format are optional.">
762
763 <helpop key="clearcache" value="/CLEARCACHE
764
765 This command clears the DNS cache of the local server.">
766
767 <helpop key="close" value="/CLOSE
768
769 Closes all unregistered connections to the local server.">
770
771 <helpop key="modenotice" value="/MODENOTICE <modeletters> <message>
772
773 Sends a notice to all users who have the given mode(s) set.
774 If multiple mode letters are given, the notice is only sent to users
775 who have all of them set.">
776
777 <helpop key="cloak" value="/CLOAK <host>
778
779 Generate the cloak of a host or IP. This is useful for example when
780 trying to get the cloak of a user from /WHOWAS and they were not
781 using their cloak when they quit.">
782
783 ######################
784 # User/Channel Modes #
785 ######################
786
787 <helpop key="umodes" value="User Modes
788 ----------
789
790  c            Blocks private messages and notices from users who do
791               not share a common channel with you (requires
792               commonchans module).
793  d            Deaf mode. User will not receive any messages or notices
794               from channels they are in (requires deaf module).
795  g            In combination with /ACCEPT, provides for server side
796               ignore (requires callerid module).
797  h            Marks as 'available for help' in WHOIS (IRCop only,
798               requires helpop module).
799  i            Makes invisible to /WHO if the user using /WHO is not in
800               a common channel.
801  k            Prevents the user from being kicked from channels, or
802               having op modes removed from them (services only,
803               requires servprotect module).
804  o            Marks as a IRC operator.
805  s <mask>     Receives server notices specified by <mask>
806               (IRCop only).
807  r            Marks as a having a registered nickname
808               (requires services account module).
809  w            Receives wallops messages.
810  x            Gives a cloaked hostname (requires cloaking module).
811  B            Marks as a bot (requires botmode module).
812  G            Censors messages sent to the user based on filters
813               configured for the network (requires censor module).
814  H            Hides an oper's oper status from WHOIS (requires
815               hideoper module).
816  I            Hides a user's entire channel list in WHOIS from
817               non-IRCops (requires hidechans module).
818  L            Stops redirections done by m_redirect (mode must be
819               enabled in the config).
820  R            Blocks private messages from unregistered users
821               (requires services account module).
822  S            Strips mIRC color/bold/underline codes out of private
823               messages to the user (requires stripcolor module).
824  W            Receives notification when a user uses WHOIS on them
825               (IRCop only, requires showwhois module).">
826
827 <helpop key="chmodes" value="Channel Modes
828 -------------
829
830  v <nickname>       Gives voice to <nickname>, allowing them to speak
831                     while the channel is +m.
832  h <nickname>       Gives halfop status to <nickname> (this mode can
833                     be disabled).
834  o <nickname>       Gives op status to <nickname>.
835  a <nickname>       Gives protected status to <nickname>, preventing
836                     them from them from being kicked (+q only,
837                     requires chanprotect module).
838  q <nickname>       Gives owner status to <nickname>, preventing them
839                     from being kicked (Services or only, requires
840                     chanprotect module).
841
842  b <hostmask>       Bans <hostmask> from the channel.
843  e <hostmask>       Excepts <hostmask> from bans (requires
844                     banexception module).
845  I <hostmask>       Excepts <hostmask> from +i, allowing matching
846                     users to join while the channel is invite-only
847                     (requires inviteexception module).
848
849  c                  Blocks messages containing mIRC color codes
850                     (requires blockcolor module).
851  d <time>           Blocks messages to a channel from new users
852                     until they have been in the channel for <time>
853                     seconds (requires delaymsg module).
854  f [*]<lines>:<sec> Kicks on text flood equal to or above the
855                     specified rate. With *, the user is banned
856                     (requires messageflood module).
857  i                  Makes the channel invite-only.
858                     Users can only join if an operator
859                     uses /INVITE to invite them.
860  j <joins>:<sec>    Limits joins to the specified rate (requires
861                     joinflood module).
862  k <key>            Set the channel key (password) to <key>.
863  l <limit>          Set the maximum allowed users to <limit>.
864  m                  Enable moderation. Only users with +v, +h, or +o
865                     can speak.
866  n                  Blocks users who are not members of the channel
867                     from messaging it.
868  p                  Make channel private, hiding it in users' whoises
869                     and replacing it with * in /LIST.
870  r                  Marks the channel as registered with Services
871                     (requires services account module).
872  s                  Make channel secret, hiding it in users' whoises
873                     and /LIST.
874  t                  Prevents users without +h or +o from changing the
875                     topic.
876  u                  Makes the channel an auditorium; normal users only
877                     see themselves or themselves and the operators,
878                     while operators see all the users (requires
879                     auditorium module).
880  w <flag>:<banmask> Adds basic channel access controls of <flag> to
881                     <banmask>, via the +w listmode.
882                     For example, +w o:R:Brain will op anyone identified
883                     to the account 'Brain' on join.
884                     (requires autoop module)
885  z                  Blocks non-SSL clients from joining the channel.
886
887  A                  Allows anyone to invite users to the channel
888                     (normally only chanops can invite, requires
889                     allowinvite module).
890  B                  Blocks messages with too many capital letters,
891                     as determined by the network configuration
892                     (requires blockcaps module).
893  C                  Blocks any CTCPs to the channel (requires noctcp
894                     module).
895  D                  Delays join messages from users until they
896                     message the channel (requires delayjoin module).
897  F <changes>:<sec>  Blocks nick changes when they equal or exceed the
898                     specified rate (requires nickflood module).
899  G                  Censors messages to the channel based on the
900                     network configuration (requires censor module).
901  H <num>:<duration> Displays the last <num> lines of chat to joining
902                     users. <duration> is the maximum time to keep
903                     lines in the history buffer (requires chanhistory
904                     module).
905  J <seconds>        Prevents rejoin after kick for the specified
906                     number of seconds. This prevents auto-rejoin
907                     (requires kicknorejoin module).
908  K                  Blocks /KNOCK on the channel.
909  L <channel>        If the channel reaches its limit set by +l,
910                     redirect users to <channel> (requires redirect
911                     module).
912  M                  Blocks unregistered users from speaking (requires
913                     services account module).
914  N                  Prevents users on the channel from changing nick
915                     (requires nonicks module).
916  O                  Channel is IRCops only (can only be set by IRCops,
917                     requires operchans module).
918  P                  Makes the channel permanent; Bans, invites, the
919                     topic, modes, and such will not be lost when it
920                     empties (can only be set by IRCops, requires
921                     permchannels module).
922  Q                  Only ulined servers and their users can kick
923                     (requires nokicks module)
924  R                  Blocks unregistered users from joining (requires
925                     services account module).
926  S                  Strips mIRC color codes from messages to the
927                     channel (requires stripcolor module).
928  T                  Blocks /NOTICEs to the channel from users who are
929                     not at least halfop (requires nonotice module).
930
931  g <mask>           Blocks messages matching the given glob mask
932                     (requires chanfilter module).
933  X <mode>           Makes channel operators immune to the specified
934                     restrictive mode (requires exemptchanops module).
935
936 -------------
937 NOTE: A large number of these modes are dependent upon server-side modules
938 being loaded by a server/network administrator. The actual modes available
939 on your network may be very different to this list. Please consult your
940 help channel if you have any questions.">
941
942 ######################
943 #   Stats Symbols    #
944 ######################
945
946 <helpop key="stats" value="/STATS <symbol>
947
948 Shows various server statistics. Depending on configuration, some
949 symbols may be only available to opers.
950
951 Valid symbols are:
952
953 e  Show E-lines (local ban exemptions)
954 g  Show G-lines (host bans)
955 k  Show K-lines (local host bans)
956 q  Show Q-lines (nick mask bans)
957 R  Show R-lines (regular expression bans)
958 Z  Show Z-lines (IP mask bans)
959
960 s  Show filters
961 C  Show channel bans
962 H  Show shuns
963
964 c  Show link blocks
965 d  Show configured DNSBLs and related statistics
966 m  Show command statistics, number of times commands have been used
967 o  Show a list of all valid oper usernames and hostmasks
968 p  Show open client ports, and the port type (ssl, plaintext, etc)
969 u  Show server uptime
970 z  Show memory usage statistics
971 i  Show connect class permissions
972 l  Show all client connections with information (sendq, commands, bytes, time connected)
973 L  Show all client connections with information and IP address
974 P  Show online opers and their idle times
975 T  Show bandwidth/socket statistics
976 U  Show U-lined servers
977 Y  Show connection classes
978 O  Show opertypes and the allowed user and channel modes it can set
979 E  Show socket engine events
980 S  Show currently held registered nicknames
981 G  Show how many local users are connected from each country according to GeoIP
982
983 Note that all /STATS use is broadcast to online IRC operators.">
984
985 ######################
986 #      SNOMASKS      #
987 ######################
988
989 <helpop key="snomasks" value="Server Notice Masks
990
991  a      Allows receipt of local announcement messages.
992  A      Allows receipt of remote announcement messages.
993  c      Allows receipt of local connect messages.
994  C      Allows receipt of remote connect messages.
995  d      Allows receipt of general (and sometimes random) debug
996         messages.
997  f      Allows receipt of flooding notices.
998  g      Allows receipt of globops (requires globops module).
999  j      Allows receipt of channel creation notices (requires
1000         chancreate module).
1001  J      Allows receipt of remote channel creation notices (requires
1002         chancreate module).
1003  k      Allows receipt of local kill messages.
1004  K      Allows receipt of remote kill messages.
1005  l      Allows receipt of local linking related
1006         messages.
1007  L      Allows receipt of remote linking related
1008         messages.
1009  n      See local nickname changes (requires seenicks module).
1010  N      See remote nickname changes (requires seenicks modules).
1011  o      Allows receipt of oper-up, oper-down, and oper-failure
1012         messages.
1013  O      Allows receipt of remote oper-up, oper-down, and oper-failure
1014         messages.
1015  q      Allows receipt of local quit messages.
1016  Q      Allows receipt of remote quit messages.
1017  t      Allows receipt of attempts to use /STATS (local and remote).
1018  v      Allows receipt of oper-override notices (requires override module).
1019  x      Allows receipt of local Xline notices (g/Z/q/k/e/R/shuns).
1020  X      Allows receipt of remote Xline notices (g/Z/q/k/e/R/shuns).">
1021
1022 ######################
1023 #      EXTBANS       #
1024 ######################
1025
1026 <helpop key="extbans" value="Extended Bans
1027 ----------
1028
1029 Extbans are split into two types; matching extbans, which match on
1030 users in additional ways, and acting extbans, which restrict users
1031 in different ways to a standard ban.
1032
1033 To use an extban, simply set +b <ban> or +e <ban> with it as the ban,
1034 instead of a normal nick!user@host mask, to ban or exempt matching
1035 users. Ban exceptions on acting extbans exempt that user from matching
1036 an extban of that type, and from any channel mode corresponding to the
1037 restriction. Matching extbans may also be used for invite exceptions by
1038 setting +I <extban>.
1039
1040 Matching extbans:
1041
1042  j:<channel>   Matches anyone in the given channel. Does not support
1043                wildcards (requires channelban module).
1044  r:<realname>  Matches users with a matching realname (requires gecosban
1045                module).
1046  s:<server>    Matches users on a matching server (requires serverban
1047                module).
1048  z:<certfp>    Matches users having the given SSL certificate
1049                fingerprint (requires sslmodes module).
1050  O:<opertype>  Matches IRCops of a matching type, mostly useful as an
1051                an invite exception (requires operchans module).
1052  R:<account>   Matches users logged into a matching account (requires
1053                services account module).
1054
1055 Acting extbans:
1056
1057  c:<banmask>   Blocks any messages that contain color codes from
1058                matching users (requires blockcolor module).
1059  m:<banmask>   Blocks messages from matching users (requires muteban
1060                module). Users with +v or above are not affected.
1061  p:<banmask>   Blocks part messages from matching users (requires
1062                nopartmsg module).
1063  A:<banmask>   Blocks invites by matching users even when +A is set
1064                (requires allowinvite module).
1065  B:<banmask>   Blocks all capital or nearly all capital messages from
1066                matching users (requires blockcaps module).
1067  C:<banmask>   Blocks CTCPs from matching users (requires noctcp
1068                module).
1069  N:<banmask>   Blocks nick changes from matching users (requires
1070                nonicks module).
1071  Q:<banmask>   Blocks kicks by matching users (requires nokicks
1072                module).
1073  S:<banmask>   Strips color/bold/underline from messages from matching
1074                users (requires stripcolor module).
1075  T:<banmask>   Blocks notices from matching users (requires nonotice
1076                module).
1077  U:<banmask>   Blocks unregistered users matching the given banmask.
1078                (requires services account).
1079
1080 A ban given to an Acting extban may either be a nick!user@host mask
1081 (unless stated otherwise), matched against users as for a normal ban,
1082 or a Matching extban.
1083
1084 There is an additional special type of extended ban, a redirect ban:
1085
1086  Redirect      n!u@h#channel will redirect the banned user to #channel
1087                when they try to join (requires banredirect module).">