diff options
author | Robin Burchell <viroteck@viroteck.net> | 2012-04-19 03:25:05 -0700 |
---|---|---|
committer | Robin Burchell <viroteck@viroteck.net> | 2012-04-19 03:25:05 -0700 |
commit | 58c47b3943d45ca630e68ac62f0fba0eddee9ed4 (patch) | |
tree | ab48ac5f94556c36b1aa80cc0151b7f26f0c5d63 /docs/inspircd.helpop.example | |
parent | b0611fabe709619b2b9cc5f339b5fe7adc7b9e72 (diff) | |
parent | 485e97fb1c68152003e2760668294dd94d3c3807 (diff) |
Merge pull request #88 from Robby-/insp20-helpop
[2.0] helpop: revert 05e6330 and make it the other way around
Diffstat (limited to 'docs/inspircd.helpop.example')
-rw-r--r-- | docs/inspircd.helpop.example | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/inspircd.helpop.example b/docs/inspircd.helpop.example index fec81865e..4b3354837 100644 --- a/docs/inspircd.helpop.example +++ b/docs/inspircd.helpop.example @@ -9,7 +9,7 @@ # -- w00t 16/dec/2006 # -<alias text="HELPOP" replace="HELP $2-"> +<alias text="HELP" replace="HELPOP $2-"> <helpop key="start" value="InspIRCd Help System @@ -17,12 +17,12 @@ This system provides help for commands and modes. Specify your question or a command name as the parameter for this command. -/HELP CUSER - To see a list of user commands -/HELP COPER - To see a list of oper commands -/HELP UMODES - To see a list of user modes -/HELP CHMODES - To see a list of channel modes -/HELP SNOMASKS - To see a list of oper snotice masks -/HELP EXTBANS - To see a list of extended bans"> +/HELPOP CUSER - To see a list of user commands +/HELPOP COPER - To see a list of oper commands +/HELPOP UMODES - To see a list of user modes +/HELPOP CHMODES - To see a list of channel modes +/HELPOP SNOMASKS - To see a list of oper snotice masks +/HELPOP EXTBANS - To see a list of extended bans"> <helpop key="nohelp" value="There is no help for the topic you searched for. Please try again."> |