diff options
author | Robby- <robbyke@gmail.com> | 2012-04-19 11:46:51 +0200 |
---|---|---|
committer | Robby- <robbyke@gmail.com> | 2012-04-19 11:46:51 +0200 |
commit | 485e97fb1c68152003e2760668294dd94d3c3807 (patch) | |
tree | 7e8d0f4769b64d41ffdb39360d58a042e477b2e5 /docs | |
parent | b32df2db7d60e180e3ac9b219165723c59ce1fca (diff) |
Revert 05e6330fbd6e9a427c09cf90e2cada10656c48f7 and reference HELPOP instead (afterall, the module is called helpop and references itself as that in the code/output too, and most clients override /help), also make the alias work the other way around
Diffstat (limited to 'docs')
-rw-r--r-- | docs/inspircd.helpop-full.example | 18 | ||||
-rw-r--r-- | docs/inspircd.helpop.example | 14 |
2 files changed, 16 insertions, 16 deletions
diff --git a/docs/inspircd.helpop-full.example b/docs/inspircd.helpop-full.example index 0169077ba..9c4ae0b92 100644 --- a/docs/inspircd.helpop-full.example +++ b/docs/inspircd.helpop-full.example @@ -2,7 +2,7 @@ # Helpop Standard # ##################### -<alias text="HELPOP" replace="HELP $2-"> +<alias text="HELP" replace="HELPOP $2-"> <helpop key="start" value="InspIRCd Help System @@ -10,12 +10,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."> @@ -205,8 +205,8 @@ A user may only set modes upon themselves, and may not set the +o usermode, and a user may only change channel modes of channels where they are at least a halfoperator. -For a list of all user and channel modes, enter /HELP UMODES or -/HELP CHMODES."> +For a list of all user and channel modes, enter /HELPOP UMODES or +/HELPOP CHMODES."> <helpop key="topic" value="/TOPIC [channel] {topic} 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."> |