]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/helpop.conf.example
Added ability to update the helpop file on rehash (Bug #69)
[user/henk/code/inspircd.git] / docs / helpop.conf.example
1 # Sample configuration file for m_helpop.so
2 # You can either copy this into your conf folder and set up the module to use it,
3 # or you can customise the responses for your network and/or add more.
4
5 <start line1="     InspIRCd help system"
6         line2="     --------------------"
7         line3="-"
8         line4="This system provides help for commands and modes."
9         line5="Specify your question or a command name as the"
10         line6="parameter for this command. If you are an oper"
11         line7="you must prefix your query with a ? symbol."
12         line8="-"
13         line9="/HELPOP COMMANDS      -      To see a list of user commands"
14         line10="/HELPOP COPER         -      To see a list of oper commands"
15         line11="/HELPOP UMODES        -      To see a list of user modes"
16         line12="/HELPOP CHMODES       -      To see a list of channel modes">
17
18 <nohelp line1="There is no help for the topic"
19         line2="You searched for. Please try again.">
20
21 <nohelpo line1="There is no help for the topic"
22         line2="You searched for. Please try again."
23         line3="-"
24         line4="Your Query has been forwarded to the IRCops">
25
26 <commands line1="User Commands"
27         line2="-------------"
28         line3="USER     NICK    QUIT    VERSION     PING"
29         line4="PONG     ADMIN   PRIVMSG INFO        TIME"
30         line5="WHOIS    NOTICE  JOIN    NAMES       PART"
31         line6="KICK     MODE    TOPIC   WHO         MOTD"
32         line7="RULES    OPER    LIST    LUSERS      STATS"
33         line8="USERHOST AWAY    ISON    SUMMON      USERS"
34         line9="INVITE   PASS    WHOWAS  LINKS       MAP"
35         line10="COMMANDS MODULES">
36
37 <user line1="/USER [ident] [local host] [remote host] :[GECOS]"
38         line2="This command is used by your client to register your irc session."
39         line3="You should not use it during an established connection.">
40
41 <nick line1="/NICK [new nick]"
42         line2="Change your nickname to [new nick]">
43
44 <quit line1="/QUIT [reason]"
45         line2="Quit from IRC and end your current session">
46
47 <version line1="/VERSION"
48         line2="Returns the server's version number">
49
50 <ping line1="/PING [server]"
51         line2="Ping a server. Target server will answer with a PONG">
52
53 <pong line2="/PONG [server]"
54         line2="Your client should send this to answer server PINGs. You"
55         line3="should not issue this command manually.">
56
57 <admin line1="/ADMIN [server]"
58         line2="Fetches the administrative information on the given"
59         line3="server.">
60
61 <privmsg line1="/MSG [target] [text]"
62         line2="Sends a message to a user or channel specified in [target]">
63
64 <notice line1="/NOTICE [target] [text]"
65         line2="Sends a notice to a user or channel specified in [target]">
66
67 <join line1="/JOIN [channel]{,[channel]} [key]{,[key]}"
68         line2="Joins one or more channels you provide the names for">
69
70 <names line1="/NAMES [channel]{,[channel]}"
71         line2="Return a list of users on the channels you provide">
72
73 <part line1="/PART [channel]{,[channel]}"
74         line2="Leaves one or more channels you specify">
75
76 <kick line1="/KICK [channel] [nick]"
77         line2="Kicks a user from a channel you specify. You must be"
78         line3-"At least a channel halfoperator to kick a user">
79
80 <mode line1="/MODE [target] [+|-][modes]{[+|-][modes]} {mode parameters}"
81         line2="Sets the mode for a channel or a nickname specified in [target]"
82         line3="A user may only set modes upon themselves, and may not set the"
83         line4="+o usermode, and a user may only change channel modes of"
84         line5="channels where they are at least a halfoperator.">
85
86 <topic line1="/TOPIC [channel] {topic}"
87         line2="Sets or retrieves the channel topic. If a channel topic is"
88         line3="given in teh command and the channel is either not +t, or"
89         line4="You are at least a halfoperator, the channel topic will be"
90         line5="changed to the new one you provide">
91
92 <who line1="/WHO [channel|nick|servermask|o 0]"
93         line2="Looks up the information of users matching the range you"
94         line3="provide. You may only /WHO nicknames in channels or on servers"
95         line4="where you share a common channel with them."
96         line5="The syntax '/WHO o 0' shows a list of online IRC operators.">
97
98 <motd line1="/MOTD [server]"
99         line2="Show the message of the day for [server]. Messages of the"
100         line3="day contain important server rules and notice and should be"
101         line4="read before using a server in any way!">
102
103 <rules line1="/RULES"
104         line2="Show the rules file for the local server. This is similar in"
105         line3="effect to /MOTD except that rules are optional. All users are"
106         line4="sent the MOTD when they connect without having to request it.">
107
108 <oper line1="/OPER [login] [password]"
109         line2="Attempts to authenticate a user as an IRC operator."
110         line3="Please be aware that both successful and unsucessful oper attempts"
111         line4="Are logged, and sent to online IRC operators">
112
113
114 <list line1="/LIST [pattern]"
115         line2="Creates a list of all existing channels matching the glob pattern"
116         line3="[pattern], e.g. *chat* or bot*">
117
118 <lusers line1="/LUSERS"
119         line2="Shows a count of local and remote users, servers and channels.">
120
121 <stats line1="/STATS [symbol]"
122         line2="Shows various server statistics. Depending on configuration this"
123         line3="command may be reserved for oper-only use."
124         line4="-"
125         line5="Valid symbols are:"
126         line6="-"
127         line7="m  Show command statistics, number of times commands have been used"
128         line8="z  Show memory usage statistics"
129         line9="o  Show a list of all valid oper usernames and hostmasks"
130         line10="l  Show all inbound and outbound server and client connections"
131         line11="u  Show server uptime"
132         line12="k  Show k-lines (local bans)"
133         line13="g  Show g-lines (global bans)"
134         line14="q  Show q-lines (nick mask bans)"
135         line15="Z  Show z-lines (ip mask bans)"
136         line16="Y  Show connection classes"
137         line17="C  Show link blocks"
138         line18="U  Show u-lined servers"
139         line19="P  Show online opers and their idle times"
140         line20="I  Show connect class permissions"
141         line21="e  Show e-lines (local ban exemptions)"
142         line22="-"
143         line23="Note that all /STATS use is broadcast to online IRC operators.">
144
145 <kline line1="/KLINE [user@host] {[duration] :[reason]}"
146         line2="Sets or removes a k-line (host based ban) on a host and ident mask."
147         line3="You must specify at least 3 parameters to add a ban, and one"
148         line4="parameter to remove a ban (just the user@host section)."
149         line5="The duration may be specified in seconds, or in the following format"
150         line6="1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,"
151         line7="5 minutes and 6 seconds. All fields in this format are optional.">
152
153 <zline line1="/ZLINE [ipmask] {[duration] :[reason]}"
154         line2="Sets or removes a z-line (ip based ban) on an ip range mask."
155         line3="You must specify at least 3 parameters to add a ban, and one"
156         line4="parameter to remove a ban (just the user@host section)."
157         line5="The duration may be specified in seconds, or in the following format"
158         line6="1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,"
159         line7="5 minutes and 6 seconds. All fields in this format are optional.">
160
161 <qline line1="/QLINE [nickmask] {[duration] :[reason]}"
162         line2="Sets or removes a q-line (nick based ban) on a nick mask."
163         line3="You must specify at least 3 parameters to add a ban, and one"
164         line4="parameter to remove a ban (just the user@host section)."
165         line5="The duration may be specified in seconds, or in the following format"
166         line6="1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,"
167         line7="5 minutes and 6 seconds. All fields in this format are optional.">
168
169 <gline line1="/GLINE [user@host] {[duration] :[reason]}"
170         line2="Sets or removes a g-line (global host based ban) on host mask."
171         line3="You must specify at least 3 parameters to add a ban, and one"
172         line4="parameter to remove a ban (just the user@host section)."
173         line5="The duration may be specified in seconds, or in the following format"
174         line6="1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,"
175         line7="5 minutes and 6 seconds. All fields in this format are optional.">
176
177 <eline line1="/ELINE [user@host] {[duration] :[reason]}"
178         line2="Sets or removes a e-line (local ban exception) on host mask."
179         line3="You must specify at least 3 parameters to add an exception, and one"
180         line4="parameter to remove an exception (just the user@host section)."
181         line5="The duration may be specified in seconds, or in the following format"
182         line6="1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,"
183         line7="5 minutes and 6 seconds. All fields in this format are optional.">
184
185 <userhost line1="/USERHOST [nickname]"
186         line2="Returns the hostname and nickname of a user, and some other"
187         line3="miscellanious information.">
188
189 <away line1="/AWAY {message}"
190         line2="If a message is given, marks you as being away, otherwise"
191         line3="removes your away status and previous message">
192
193 <ison line1="/ISON [nick] {[nick]...}"
194         line2="Returns a subset of the nicks you give, showing only those"
195         line3="that are currently online.">
196
197 <summon line1="/SUMMON [user]"
198         line2="Summons a user from the shell where the ircd is running onto irc"
199         line3="This command is deprecated in the current protocol.">
200
201 <users line1="/USERS"
202         line2="Shows users logged into the shell where the ircd is running."
203         line3="This command is deprecated in the current protocol.">
204
205 <invite line1="/INVITE [nick] [channel]"
206         line2="Invites a user to a channel. If the channel is NOT +i, any"
207         line3="user, channel op or not, may invite any other user to the"
208         line4="channel, so long as they are a member of that channel."
209         line5="Otherwise, if +i is set only channel halfoperators"
210         line6="and above may invite users into the channel">
211
212 <pass line1="/PASS [password]"
213         line2="This command is used by your irc client when setting up"
214         line3="your irc session, and should not be issued by a fully"
215         line4="connected client.">
216
217 <whowas line1="/WHOWAS [nick]"
218         line2="Returns a list of times the user was last seen on irc"
219         line3="along with the time they were last seen and their server.">
220
221 <links line1="/LINKS"
222         line2="Shows all servers linked to this one. Note that in this"
223         line3="server implementation all links will be flattened as"
224         line4="a tree based layout is not in use.">
225
226 <map line1="/MAP"
227         line2="Shows a graphical representation of all users and servers"
228         line3="on the network. The tree diagram is inaccurate in this"
229         line4="implementation as a tree based network is not in place.">
230
231
232 <coper line1="Oper Commands"
233         line2="-------------"
234         line3="DIE      RESTART KILL    REHASH      TRACE"
235         line4="CONNECT  SQUIT   MODULES KLINE       ZLINE"
236         line5="QLINE    GLINE   ELINE">
237
238 <die line1="/DIE [password]"
239         line2="If the correct password is provided, and you are an operator,"
240         line3="This command will shut down the local server.">
241
242 <restart line1="/RESTART [password]"
243         line2="If the correct password is provided, and you are an operator,"
244         line3="This command will restart the local server.">
245
246 <commands line1="/COMMANDS"
247         line2="Shows all currently available commands.">
248
249 <kill line1="/KILL [user] [reason]"
250         line2="This command will disconnect a user from IRC with the given"
251         line3="reason.">
252
253 <rehash line1="/REHASH"
254         line2="This command will cause the server configuration file to be"
255         line3="re-read and values re-initialised.">
256
257 <trace line1="/TRACE [nick|user@host|servermask]"
258         line2="This command will provide a list of all users and servers which"
259         line3="must be passed through or over to reach a given object (server"
260         line4="or user)">
261
262 <connect line1="/CONNECT [servermask]"
263         line2="Create a mesh connection to the given servermask. You must have"
264         line3="configured the server for linking in your configuration file,"
265         line4="and provided a password.">
266
267 <squit line1="/SQUIT"
268         line2="Disconnects the local server from the mesh network, causing every"
269         line3="other server in the mesh to drop it.">
270
271 <modules line1="/MODULES"
272         line2="Lists currently loaded modules, their memory offsets and version"
273         line3="numbers and flags. If you are not an operator, you will see reduced"
274         line4="detail.">
275
276 <loadmodule line1="/LOADMODULE [filename.so]"
277         line2="Loads a module into the IRCd.">
278
279 <unloadmodule line1="/UNLOADMODULE [filename.so]"
280         line3="Unloads a module from the IRCd. The module cannot have the static"
281         line4="flag set (see the output of /MODULES)">
282
283 <umodes line1="User Modes"
284         line2="----------"
285         line3="o                Is an IRC operator"
286         line4="i                Is invisible to /WHO"
287         line5="w                Can receive wallops messages"
288         line6="s                Can receive server notices"
289         line7="x                Cloaked hostname (requires cloaking module)"
290         line8="g                Can receive globops (requires globops module)"
291         line9="h                Will receive helpops notification (requires helpop module)">
292
293 <chmodes line1="Channel Modes"
294         line2="-------------"
295         line3="v [nickname]     Gives voice to [nickname] (can talk on +m channel)"
296         line4="h [nickname]     Gives halfops to [nickname] (requires halfop module)"
297         line5="o [nickname]     Gives ops to [nickname]"
298         line6="b [hostmask]     Bans [hostmask] on the channel"
299         line7="a [nickname]     Give protected status to [nickname] (+q only)"
300         line8="q [nickname]     Give founder status to [nickname] (ulines only)"
301         line9="i                Make the channel invite only, must /INVITE users"
302         line10="k [key]          Set the channel key (password) to [key]"
303         line11="l [limit]        Set the maximum possible users to [limit]"
304         line12="m                Enable moderation. Only +vo(h) can speak"
305         line13="n                Only users who are members of the channel may message it"
306         line14="p                Make channel private (hide from /LIST)"
307         line15="s                Make channel secret (can't be used at the same time as +p)"
308         line16="O                Channel is IRCops only (can only be set by IRCops)"
309         line17="t                Only halfops and above can change the topic"
310         line18="Q                Only U-Lined servers/nicks can kick"
311         line19="T                Only halfops/ops can send NOTICEs to the channel"
312         line20="C                No CTCPs allowed to the channel"
313         line21="c                mIRC colour codes blocked on the channel"
314         line22="K                No /KNOCK allowed to channel (if knock module is loaded)"
315         line23="L [channel]      If the channel is full, redirect users to [channel]"
316         line24="N                No nickchanges while on the channel"
317         line25="-------------"
318         line26="NOTE: A large number of these modes are dependent upon server-side modules"
319         line27="being loaded by a server/network administrator. The actual modes available"
320         line28="on your network may be very different to this list. Please consult your"
321         line29="help channel if you have any questions.">
322
323