]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - conf/inspircd.helpop-full.example
b38b2a3910c60a1f40080b87f8c27f57c72ed32f
[user/henk/code/inspircd.git] / conf / inspircd.helpop-full.example
1 #####################
2 #  Helpop Standard  #
3 #####################
4
5 <helpop key="start" value="InspIRCd help system
6 -
7 This system provides help for commands and modes.
8 Specify your question or a command name as the
9 parameter for this command. If you are an oper
10 you must prefix your query with a ? symbol.
11 -
12 /HELPOP COMMANDS      -      To see a list of user commands
13 /HELPOP COPER         -      To see a list of oper commands
14 /HELPOP UMODES        -      To see a list of user modes
15 /HELPOP CHMODES       -      To see a list of channel modes">
16
17 <helpop key="nohelp" value="There is no help for the topic
18 you searched for. Please try again.">
19
20 #####################
21 #   User Commands   #
22 #####################
23
24 <helpop key="commands" value="User Commands
25 -------------
26 USER      NICK     QUIT     VERSION    PING
27 PONG      ADMIN    PRIVMSG  INFO       TIME
28 WHOIS     NOTICE   JOIN     NAMES      PART
29 KICK      MODE     TOPIC    WHO        MOTD
30 RULES     OPER     LIST     LUSERS     STATS
31 USERHOST  AWAY     ISON     SUMMON     USERS
32 INVITE    PASS     WHOWAS   LINKS      MAP
33 COMMANDS  MODULES  KNOCK    SILENCE    DEVOICE
34 REMOVE    PARK     UNPARK   UNINVITE   VHOST
35 WATCH     USERIP">
36
37 <helpop key="watch" value="/WATCH [C|S|+/-[NICK]]
38 Adds or deletes a user from the watch list. C clears the list
39 and S queries the status.">
40
41 <helpop key="vhost" value="/VHOST [username] [password]
42 Authenticate for a vhost.">
43
44 <helpop key="kick" value="/REMOVE [channel] [nick] {[reason]}
45 Removes a user from a channel you specify. You must be
46 At least a channel halfoperator to remove a user.
47 A removed user will part with a message stating they
48 were removed from the channel and by whom.">
49
50 <helpop key="devoice" value="/DEVOICE [channel]
51 Devoices yourself from the specified channel.">
52
53 <helpop key="silence" value="/SILENCE +/-[nick]
54 A serverside /ignore of the given nick. It does not follow
55 the users nick so if they change their nick you will recieve
56 their messages. /SILENCE without a parameter will list the nicks
57 that you have silenced.">
58
59 <helpop key="knock" value="/KNOCK [channel]
60 Sends a notice to a channel indicating you wish to join.">
61
62 <helpop key="user" value="/USER [ident] [local host] [remote host] :[GECOS]
63 This command is used by your client to register your irc session.
64 You should not use it during an established connection.">
65
66 <helpop key="nick" value="/NICK [new nick]
67 Change your nickname to [new nick].">
68
69 <helpop key="quit" value="/QUIT [reason]
70 Quit from IRC and end your current session.">
71
72 <helpop key="version" value="/VERSION
73 Returns the server's version number.">
74
75 <helpop key="ping" value="/PING [server]
76 Ping a server. Target server will answer with a PONG.">
77
78 <helpop key="pong" value="/PONG [server]
79 Your client should send this to answer server PINGs. You
80 should not issue this command manually.">
81
82 <helpop key="admin" value="/ADMIN [server]
83 Fetches the administrative information on the given server.">
84
85 <helpop key="privmsg" value="/MSG [target] [text]
86 Sends a message to a user or channel specified in [target].">
87
88 <helpop key="notice" value="/NOTICE [target] [text]
89 Sends a notice to a user or channel specified in [target].">
90
91 <helpop key="join" value="/JOIN [channel]{,[channel]} [key]{,[key]}
92 Joins one or more channels you provide the names for.">
93
94 <helpop key="names" value="/NAMES [channel]{,[channel]}
95 Return a list of users on the channels you provide.">
96
97 <helpop key="part" value="/PART [channel]{,[channel] [reason]}
98 Leaves one or more channels you specify.">
99
100 <helpop key="kick" value="/KICK [channel] [nick] {[reason]}
101 Kicks a user from a channel you specify. You must be
102 At least a channel halfoperator to kick a user.">
103
104 <helpop key="mode" value="/MODE [target] [+|-][modes]{[+|-][modes]} {mode parameters}
105 Sets the mode for a channel or a nickname specified in [target]
106 A user may only set modes upon themselves, and may not set the
107 +o usermode, and a user may only change channel modes of
108 channels where they are at least a halfoperator.">
109
110 <helpop key="topic" value="/TOPIC [channel] {topic}
111 Sets or retrieves the channel topic. If a channel topic is
112 given in teh command and the channel is either not +t, or
113 You are at least a halfoperator, the channel topic will be
114 changed to the new one you provide.">
115
116 <helpop key="who" value="/WHO [channel|nick|servermask|o 0]
117 Looks up the information of users matching the range you
118 provide. You may only /WHO nicknames in channels or on servers
119 where you share a common channel with them.
120 The syntax '/WHO o 0' shows a list of online IRC operators.">
121
122 <helpop key="motd" value="/MOTD [server]
123 Show the message of the day for [server]. Messages of the
124 day contain important server rules and notice and should be
125 read before using a server in any way!">
126
127 <helpop key="rules" value="/RULES
128 Show the rules file for the local server. This is similar in
129 effect to /MOTD except that rules are optional. All users are
130 sent the MOTD when they connect without having to request it.">
131
132 <helpop key="oper" value="/OPER [login] [password]
133 Attempts to authenticate a user as an IRC operator.
134 Please be aware that both successful and unsucessful oper attempts
135 Are logged, and sent to online IRC operators.">
136
137 <helpop key="list" value="/LIST [pattern]
138 Creates a list of all existing channels matching the glob pattern
139 [pattern], e.g. *chat* or bot*.">
140
141 <helpop key="lusers" value="/LUSERS
142 Shows a count of local and remote users, servers and channels.">
143
144 <helpop key="userhost" value="/USERHOST [nickname]
145 Returns the hostname and nickname of a user, and some other
146 miscellanious information.">
147
148 <helpop key="userip" value="/USERIP [nickname]
149 Returns the ip and nickname of a user.">
150
151 <helpop key="away" value="/AWAY {message}
152 If a message is given, marks you as being away, otherwise
153 removes your away status and previous message.">
154
155 <helpop key="ison" value="/ISON [nick] {[nick]...}
156 Returns a subset of the nicks you give, showing only those
157 that are currently online.">
158
159 <helpop key="summon" value="/SUMMON [user]
160 Summons a user from the shell where the ircd is running onto irc
161 This command is deprecated in the current protocol.">
162
163 <helpop key="users" value="/USERS
164 Shows users logged into the shell where the ircd is running.
165 This command is deprecated in the current protocol.">
166
167 <helpop key="invite" value="/INVITE [nick] [channel]
168 Invites a user to a channel. If the channel is NOT +i, any
169 user, channel op or not, may invite any other user to the
170 channel, so long as they are a member of that channel.
171 Otherwise, if +i is set only channel halfoperators
172 and above may invite users into the channel.">
173
174 <helpop key="pass" value="/PASS [password]
175 This command is used by your irc client when setting up
176 your irc session, and should not be issued by a fully
177 connected client.">
178
179 <helpop key="whowas" value="/WHOWAS [nick]
180 Returns a list of times the user was last seen on irc
181 along with the time they were last seen and their server.">
182
183 <helpop key="links" value="/LINKS
184 Shows all servers linked to this one. Note that in this
185 server implementation all links will be flattened as
186 a tree based layout is not in use.">
187
188 <helpop key="map" value="/MAP
189 Shows a graphical representation of all users and servers
190 on the network. The tree diagram is inaccurate in this
191 implementation as a tree based network is not in place.">
192
193 #####################
194 #   Oper Commands   #
195 #####################
196
197 <helpop key="coper" value="Oper Commands
198 -------------
199 DIE        RESTART     KILL         REHASH         TRACE
200 CONNECT    SQUIT       MODULES      MKPASSWD       SHUN
201 KLINE      QLINE       GLINE        ELINE          ZLINE"  
202 SAJOIN     SAPART      SAMODE       SAQUIT         SANICK
203 SETIDLE    SETHOST     SETNAME      SETIDENT       SWHOIS
204 OPERMOTD   CHGHOST     CHGNAME      CHGIDENT       CBAN
205 NICKLOCK   NICKUNLOCK  LOADMODULE   UNLOADMODULE   GLOBOPS
206 SPYLIST    SPYNAMES    GLOADMODULE  GUNLOADMODULE  MKSHA256
207 PARKSTATS  FREEZE      UNFREEZE     OPERPERMS      RCONNECT">
208
209 <helpop key="rconnect" value="/RCONNECT [source mask] [target mask]
210 All servers matching [source mask] will try to connect to
211 the first server in the config file matching [target mask].">
212
213 <helpop key="operperms" value="/OPERPERMS [nick]
214 List all commands an oper has access to use.">
215
216 <helpop key="freeze" value="/FREEZE [nick]
217 Prevents the user from sending commands until they reconnect.
218 User is also notified they have been frozen.">
219
220 <helpop key="unfreeze" value="/UNFREEZE [nick]
221 Unfreezes a user frozen by the /FREEZE command.">
222
223 <helpop key="parkstats" value="/PARKSTATS
224 Displays the park module's statistics">
225
226 <helpop key="spylist" value="/SPYLIST
227 Operates the same as /LIST but includes +s and +p channels.">
228
229 <helpop key="spynames" value="/SPYNAMES [channel]
230 Operates the same as /name but works on +s and +p channels.">
231
232 <helpop key="globops" value="/GLOBOPS [message]
233 Sends a message to all +g users.">
234
235 <helpop key="cban  " value="/CBAN [channel] {[duration] :[reason]}
236 Sets or removes a channel ban. You must specify at least
237 3 parameters to add a ban, and one parameter to remove a ban.
238 The duration may be specified in seconds, or in the following format
239 1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,
240 5 minutes and 6 seconds. All fields in this format are optional.">
241
242 <helpop key="sajoin" value="/SAJOIN [nick] [channel]
243 Forces the user to join the channel.">
244
245 <helpop key="sapart" value="/SAPART [nick] [channel]
246 Forces the user to part the channel.">
247
248 <helpop key="samode" value="/SAMODE [#chan/nick] +/-[modes] {[parameters for modes]}
249 Gives the channel or nick the modes specified.">
250
251 <helpop key="sanick" value="/SANICK [nick] [new nick]
252 Changes the users nick to the new nick.">
253
254 <helpop key="saquit" value="/SAQUIT [nick] [reason]
255 Forces user to quit with the specified reason.">
256
257 <helpop key="setidle" value="/SETIDLE [idle time]
258 Sets your idle time (in seconds).">
259
260 <helpop key="sethost" value="/SETHOST [host]
261 Sets your host to the specified host.">
262
263 <helpop key="setident" value="/SETIDENT [ident]
264 Sets your ident to the specified ident.">
265
266 <helpop key="setname" value="/SETNAME [name]
267 Sets your name to the specified name.">
268
269 <helpop key="swhois line="/SWHOIS [nick] [swhois]
270 Sets the users swhois field to the given swhois.">
271
272 <helpop key="mkpasswd" value="/MKPASSWD [plaintext]
273 Encodes the plaintext to an MD5 hash and displays the result.">
274
275 <helpop key="mksha256" value="/MKSHA256 [plaintext]
276 Encodes the plaintext to an SHA-256 hash and displays the result.">
277
278 <helpop key="opermotd" value="/OPERMOTD
279 Re-displays the Oper MOTD.">
280
281 <helpop key="nicklock" value="/NICKLOCK [nick] [new nick]
282 Changes user's nick to the new nick, and forces
283 it to remain as such for the remainder of the session.">
284
285 <helpop key="nickunlock" value="/NICKUNLOCK [nick]
286 Allows the user to change nicks.">
287
288 <helpop key="chghost" value="/CHGHOST [nickname] [new hostname]
289 Changes the hostname of the user to the new hostname.">
290
291 <helpop key="chgname" value="/CHGNAME [nickname] [new name]
292 Changes the name of the user to the new name.">
293
294 <helpop key="chgident" value="/CHGIDENT [nickname] [new ident]
295 Changes the ident of the user to the new ident.">
296
297 <helpop key="shun" value="/SHUN [user@host] {[duration] :[reason]}
298 Sets or removes a shun (serverside ignore) on a host and ident mask.
299 You must specify at least 3 parameters to add a shun, and one
300 parameter to remove a shun (just the user@host section).
301 The duration may be specified in seconds, or in the following format
302 1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,
303 5 minutes and 6 seconds. All fields in this format are optional.">
304
305 <helpop key="die" value="/DIE [password]
306 If the correct password is provided, and you are an operator,
307 This command will shut down the local server.">
308
309 <helpop key="restart" value="/RESTART [password]
310 If the correct password is provided, and you are an operator,
311 This command will restart the local server.">
312
313 <helpop key="commands" value="/COMMANDS
314 Shows all currently available commands.">
315
316 <helpop key="kill" value="/KILL [user] [reason]
317 This command will disconnect a user from IRC with the given reason.">
318
319 <helpop key="rehash" value="/REHASH
320 This command will cause the server configuration file to be
321 re-read and values re-initialised.">
322
323 <helpop key="trace" value="/TRACE [nick|user@host|servermask]
324 This command will provide a list of all users and servers which
325 must be passed through or over to reach a given object (server or user).">
326
327 <helpop key="connect" value="/CONNECT [servermask]
328 Create a mesh connection to the given servermask. You must have
329 configured the server for linking in your configuration file,
330 and provided a password.">
331
332 <helpop key="squit" value="/SQUIT
333 Disconnects the local server from the mesh network, causing every
334 other server in the network to drop it.">
335
336 <helpop key="modules" value="/MODULES
337 Lists currently loaded modules, their memory offsets and version
338 numbers and flags. If you are not an operator, you will see reduced
339 detail.">
340
341 <helpop key="loadmodule" value="/LOADMODULE [filename.so]
342 Loads a module into the IRCd.">
343
344 <helpop key="unloadmodule" value="/UNLOADMODULE [filename.so]
345 Unloads a module from the IRCd. The module cannot have the static
346 flag set (see the output of /MODULES).">
347
348 <helpop key="gloadmodule" value="/GLOADMODULE [filename.so]
349 Globally loads a module into the network.">
350
351 <helpop key="gunloadmodule" value="/GUNLOADMODULE [filename.so]
352 Globally unloads a module from the network. The module cannot 
353 have the static flag set (see the output of /MODULES).">
354
355 <helpop key="kline" value="/KLINE [user@host] {[duration] :[reason]}
356 Sets or removes a k-line (host based ban) on a host and ident mask.
357 You must specify at least 3 parameters to add a ban, and one
358 parameter to remove a ban (just the user@host section).
359 The duration may be specified in seconds, or in the following format
360 1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,
361 5 minutes and 6 seconds. All fields in this format are optional.">
362
363 <helpop key="zline" value="/ZLINE [ipmask] {[duration] :[reason]}
364 Sets or removes a z-line (ip based ban) on an ip range mask.
365 You must specify at least 3 parameters to add a ban, and one
366 parameter to remove a ban (just the user@host section).
367 The duration may be specified in seconds, or in the following format
368 1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,
369 5 minutes and 6 seconds. All fields in this format are optional.">
370
371 <helpop key="qline" value="/QLINE [nickmask] {[duration] :[reason]}
372 Sets or removes a q-line (nick based ban) on a nick mask.
373 You must specify at least 3 parameters to add a ban, and one
374 parameter to remove a ban (just the user@host section).
375 The duration may be specified in seconds, or in the following format
376 1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,
377 5 minutes and 6 seconds. All fields in this format are optional.">
378
379 <helpop key="gline" value="/GLINE [user@host] {[duration] :[reason]}
380 Sets or removes a g-line (global host based ban) on host mask.
381 You must specify at least 3 parameters to add a ban, and one
382 parameter to remove a ban (just the user@host section).
383 The duration may be specified in seconds, or in the following format
384 1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,
385 5 minutes and 6 seconds. All fields in this format are optional.">
386
387 <helpop key="eline" value="/ELINE [user@host] {[duration] :[reason]}
388 Sets or removes a e-line (local ban exception) on host mask.
389 You must specify at least 3 parameters to add an exception, and one
390 parameter to remove an exception (just the user@host section).
391 The duration may be specified in seconds, or in the following format
392 1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,
393 5 minutes and 6 seconds. All fields in this format are optional.">
394
395 ######################
396 # User/Channel Modes #
397 ######################
398
399 <helpop key="umodes" value="User Modes
400 ----------
401 o                Is an IRC operator
402 i                Is invisible to /WHO
403 w                Can receive wallops messages
404 s                Can receive server notices
405 n [mask]         Can recieve server notices specified by [mask]
406 x                Cloaked hostname (requires cloaking module)
407 g                Can receive globops (requires globops module)
408 h                Will receive helpops notification (requires helpop module)
409 r                Nickname is registered
410 R                Only registered users can PRIVMSG this nickname
411 B                Is a bot
412 G                Messages are censored to user
413 W                Can see when a user uses WHOIS on them
414 S                mIRC colour codes are stripped to the user
415 D                User can not recieve PRIVMSGs">
416
417 <helpop key="chmodes" value="Channel Modes
418 -------------
419 v [nickname]       Gives voice to [nickname] (can talk on +m channel)
420 h [nickname]       Gives halfops to [nickname]
421 o [nickname]       Gives ops to [nickname]
422 b [hostmask]       Bans [hostmask] on the channel
423 a [nickname]       Give protected status to [nickname] (+q only)
424 q [nickname]       Give founder status to [nickname] (ulines only)
425 i                  Make the channel invite only, must /INVITE users
426 k [key]            Set the channel key (password) to [key]
427 l [limit]          Set the maximum possible users to [limit]
428 m                  Enable moderation. Only +vo(h) can speak
429 n                  Only users who are members of the channel may message it
430 p                  Make channel private (hide from /LIST)
431 s                  Make channel secret (can't be used at the same time as +p)
432 O                  Channel is IRCops only (can only be set by IRCops)
433 t                  Only halfops and above can change the topic
434 Q                  Only U-Lined servers/nicks can kick
435 T                  Only halfops/ops can send NOTICEs to the channel
436 C                  No CTCPs allowed to the channel
437 c                  mIRC colour codes blocked on the channel
438 S                  mIRC colour codes are stripped from the channel
439 e [hostmask]       Ban exception on [hostmask]
440 K                  No /KNOCK allowed to channel
441 L [channel]        If the channel is full, redirect users to [channel]
442 N                  No nickchanges while on the channel
443 G                  Censors channel based on network censor config
444 g [word]           All messages containing the word are blocked
445 I [hostmask]       Invite exception allows user to join a channel with +i
446 j [joins]:[sec]    Prevents join flooding
447 J [seconds]        Prevents auto-rejoin on kick
448 f [*][lines]:[sec] Kick on text flood. With * user is banned
449 V                  No invites allowed
450 r                  Channel is registered
451 R                  Only registered users can join
452 M                  Non-registered users can't chat
453 z                  SSL clients only
454 x                  Join exception mask. Avoids +ibkO
455 -------------
456 NOTE: A large number of these modes are dependent upon server-side modules
457 being loaded by a server/network administrator. The actual modes available
458 on your network may be very different to this list. Please consult your
459 help channel if you have any questions.">
460
461 ######################
462 #   Stats Symbols    #
463 ######################
464
465 <helpop key="stats" value="/STATS [symbol]
466 Shows various server statistics. Depending on configuration this
467 command may be reserved for oper-only use.
468 -
469 Valid symbols are:
470 -
471 m  Show command statistics, number of times commands have been used
472 z  Show memory usage statistics
473 o  Show a list of all valid oper usernames and hostmasks
474 l  Show all inbound and outbound server and client connections
475 u  Show server uptime
476 k  Show k-lines (local bans)
477 g  Show g-lines (global bans)
478 q  Show q-lines (nick mask bans)
479 Z  Show z-lines (ip mask bans)
480 Y  Show connection classes
481 C  Show link blocks
482 U  Show u-lined servers
483 P  Show online opers and their idle times
484 I  Show connect class permissions
485 e  Show e-lines (local ban exemptions)
486 C  Show channel bans
487 s  Show filters
488 -
489 Note that all /STATS use is broadcast to online IRC operators.">
490