]> 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 d32dabd90ccf8067f23d248fb9267193ee466d57..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."
        line18="U  Show u-lined servers"
        line19="P  Show online opers and their idle times"
        line20="I  Show connect class permissions"
-       line21="-"
-       line22="Note that all /STATS use is broadcast to online IRC operators.">
+       line21="e  Show e-lines (local ban exemptions)"
+       line22="-"
+       line23="Note that all /STATS use is broadcast to online IRC operators.">
 
 <kline line1="/KLINE [user@host] {[duration] :[reason]}"
        line2="Sets or removes a k-line (host based ban) on a host and ident mask."
         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="----------"
        line9="i                Make the channel invite only, must /INVITE users"
        line10="k [key]          Set the channel key (password) to [key]"
        line11="l [limit]        Set the maximum possible users to [limit]"
-       line12="m                Enable moderation. Only +vo can speak"
+       line12="m                Enable moderation. Only +vo(h) can speak"
        line13="n                Only users who are members of the channel may message it"
        line14="p                Make channel private (hide from /LIST)"
        line15="s                Make channel secret (can't be used at the same time as +p)"
        line16="O                Channel is IRCops only (can only be set by IRCops)"
-       line17="t                Only halfops and above can change the topic">
+       line17="t                Only halfops and above can change the topic"
+       line18="Q                Only U-Lined servers/nicks can kick"
+       line19="T                Only halfops/ops can send NOTICEs to the channel"
+       line20="C                No CTCPs allowed to the channel"
+       line21="c                mIRC colour codes blocked on the channel"
+       line22="K                No /KNOCK allowed to channel (if knock module is loaded)"
+       line23="L [channel]      If the channel is full, redirect users to [channel]"
+       line24="N                No nickchanges while on the channel"
+       line25="-------------"
+       line26="NOTE: A large number of these modes are dependent upon server-side modules"
+       line27="being loaded by a server/network administrator. The actual modes available"
+       line28="on your network may be very different to this list. Please consult your"
+       line29="help channel if you have any questions.">
+