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