diff options
Diffstat (limited to 'docs/helpop.conf.example')
-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."> |