diff options
| author | Robby- <robby@chat.be> | 2013-02-05 16:31:14 +0100 |
|---|---|---|
| committer | Robby- <robby@chat.be> | 2013-02-05 16:31:14 +0100 |
| commit | 65fbdcfa87f32818eb6591e1a9fd2dd191ec2b95 (patch) | |
| tree | 779ea5d206a15fe406ebb2ee3acdbb621fc1921b /data | |
| parent | 62e3c8c4f8ccbba3cc6e62fb970d38be25a654e4 (diff) | |
Fixed ns_set_misc not showing help for its SASET commands.
Added descriptions and SASETs for the remaining commented ns_set_misc examples, without a description they won't show up in HELP if someone actually enabled those.
Diffstat (limited to 'data')
| -rw-r--r-- | data/nickserv.example.conf | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index be36e0e4a..07f55f05f 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -551,9 +551,12 @@ command { service = "NickServ"; name = "SASET NOEXPIRE"; command = "nickserv/sas module { name = "ns_set_misc" } command { service = "NickServ"; name = "SET URL"; command = "nickserv/set/misc"; misc_description = _("Associate a URL with your account"); } command { service = "NickServ"; name = "SASET URL"; command = "nickserv/saset/misc"; misc_description = _("Associate a URL with this account"); permission = "nickserv/saset/url"; group = "nickserv/admin"; } -#command { service = "NickServ"; name = "SET ICQ"; command = "nickserv/set/misc"; } -#command { service = "NickServ"; name = "SET TWITTER"; command = "nickserv/set/misc"; } -#command { service = "NickServ"; name = "SET FACEBOOK"; command = "nickserv/set/misc"; } +#command { service = "NickServ"; name = "SET ICQ"; command = "nickserv/set/misc"; misc_description = _("Associate an ICQ account with your account"); } +#command { service = "NickServ"; name = "SASET ICQ"; command = "nickserv/saset/misc"; misc_description = _("Associate an ICQ account with this account"); permission = "nickserv/saset/icq"; group = "nickserv/admin"; } +#command { service = "NickServ"; name = "SET TWITTER"; command = "nickserv/set/misc"; misc_description = _("Associate a Twitter account with your account"); } +#command { service = "NickServ"; name = "SASET TWITTER"; command = "nickserv/saset/misc"; misc_description = _("Associate a Twitter account with this account"); permission = "nickserv/saset/twitter"; group = "nickserv/admin"; } +#command { service = "NickServ"; name = "SET FACEBOOK"; command = "nickserv/set/misc"; misc_description = _("Associate a Facebook URL with your account"); } +#command { service = "NickServ"; name = "SASET FACEBOOK"; command = "nickserv/saset/misc"; misc_description = _("Associate a Facebook URL with this account"); permission = "nickserv/saset/facebook"; group = "nickserv/admin"; } /* * ns_status |
