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