]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/helpop.conf.example
Documented <options:tempdir>
[user/henk/code/inspircd.git] / docs / helpop.conf.example
index b419fe886c4f77bb677d12e4feb78000a907a0a3..ae4c6222997e988fea422b0c7a870ccf329cbe00 100644 (file)
@@ -31,7 +31,8 @@
        line6="KICK     MODE    TOPIC   WHO         MOTD"
        line7="RULES    OPER    LIST    LUSERS      STATS"
        line8="USERHOST AWAY    ISON    SUMMON      USERS"
-       line9="INVITE   PASS    WHOWAS  LINKS       MAP">
+       line9="INVITE   PASS    WHOWAS  LINKS       MAP"
+       line10="COMMANDS MODULES">
 
 <user line1="/USER [ident] [local host] [remote host] :[GECOS]"
        line2="This command is used by your client to register your irc session."
        line2="If the correct password is provided, and you are an operator,"
        line3="This command will restart the local server.">
 
+<commands line1="/COMMANDS"
+       line2="Shows all currently available commands.">
+
 <kill line1="/KILL [user] [reason]"
        line2="This command will disconnect a user from IRC with the given"
        line3="reason.">
 
 <modules line1="/MODULES"
        line2="Lists currently loaded modules, their memory offsets and version"
-       line3="numbers.">
+       line3="numbers and flags. If you are not an operator, you will see reduced"
+       line4="detail.">
+
+<loadmodule line1="/LOADMODULE [filename.so]"
+       line2="Loads a module into the IRCd.">
+
+<unloadmodule line1="/UNLOADMODULE [filename.so]"
+       line3="Unloads a module from the IRCd. The module cannot have the static"
+       line4="flag set (see the output of /MODULES)">
 
 <umodes line1="User Modes"
        line2="----------"