]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/helpop.conf.example
Added module sockets to new engine, MAY NOT WORK
[user/henk/code/inspircd.git] / docs / helpop.conf.example
index 522250242fd74d607875247a188e7f06cca2c5b5..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."
         line6="1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,"
         line7="5 minutes and 6 seconds. All fields in this format are optional.">
 
+<eline line1="/ELINE [user@host] {[duration] :[reason]}"
+       line2="Sets or removes a e-line (local ban exception) on host mask."
+       line3="You must specify at least 3 parameters to add an exception, and one"
+       line4="parameter to remove an exception (just the user@host section)."
+       line5="The duration may be specified in seconds, or in the following format"
+       line6="1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours,"
+       line7="5 minutes and 6 seconds. All fields in this format are optional.">
+
 <userhost line1="/USERHOST [nickname]"
        line2="Returns the hostname and nickname of a user, and some other"
        line3="miscellanious information.">
        line2="-------------"
        line3="DIE      RESTART KILL    REHASH      TRACE"
        line4="CONNECT  SQUIT   MODULES KLINE       ZLINE"
-       line5="QLINE    GLINE">
+       line5="QLINE    GLINE   ELINE">
 
 <die line1="/DIE [password]"
        line2="If the correct password is provided, and you are an operator,"
        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="----------"