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