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