diff options
| author | 2005-05-20 00:42:25 +0000 | |
|---|---|---|
| committer | 2005-05-20 00:42:25 +0000 | |
| commit | 9f37f99dcdf92de1881de2f91db353ee50de6d98 (patch) | |
| tree | 65d269a847e5dcd9b39fe1a62eb6b8d5bf262d24 /docs | |
| parent | Fixed case-sensitivity typo in module name for Addcommand (diff) | |
| download | inspircd++-9f37f99dcdf92de1881de2f91db353ee50de6d98.tar.gz inspircd++-9f37f99dcdf92de1881de2f91db353ee50de6d98.tar.bz2 inspircd++-9f37f99dcdf92de1881de2f91db353ee50de6d98.zip | |
Updated helpop docs
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1460 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/helpop.conf.example | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/helpop.conf.example b/docs/helpop.conf.example index 8945c3a0c..ae4c62229 100644 --- a/docs/helpop.conf.example +++ b/docs/helpop.conf.example @@ -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." @@ -242,6 +243,9 @@ 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."> |
