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