diff options
author | Sadie Powell <sadie@witchery.services> | 2024-10-18 18:54:22 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-10-18 18:54:22 +0100 |
commit | 499077826c55170a66b89e1945d1929f8f97596c (patch) | |
tree | 5755dd777768169b7d78765fcd57a8db65a5d162 /data | |
parent | bc4d34ebd8146b7c069dab667390738579afa81e (diff) |
Replace the Facebook ns_set_misc example with a non-URL alternative.
This makes it more clear you can use this for more than just an
URL to an external service.
Diffstat (limited to 'data')
-rw-r--r-- | data/nickserv.example.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index 905909f79..e42a05023 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -582,10 +582,10 @@ command { service = "NickServ"; name = "SET URL"; command = "nickserv/set/misc"; 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 DISCORD"; command = "nickserv/set/misc"; misc_description = _("Associate a Discord account with your account"); } #command { service = "NickServ"; name = "SASET DISCORD"; command = "nickserv/saset/misc"; misc_description = _("Associate a Discord account with this account"); permission = "nickserv/saset/discord"; 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"; } #command { service = "NickServ"; name = "SET MASTODON"; command = "nickserv/set/misc"; misc_description = _("Associate a Mastodon account with your account"); } #command { service = "NickServ"; name = "SASET MASTODON"; command = "nickserv/saset/misc"; misc_description = _("Associate a Mastodon account with this account"); permission = "nickserv/saset/mastodon"; group = "nickserv/admin"; } +#command { service = "NickServ"; name = "SET TIMEZONE"; command = "nickserv/set/misc"; misc_description = _("Associate a time zone with your account"); } +#command { service = "NickServ"; name = "SASET TIMEZONE"; command = "nickserv/saset/misc"; misc_description = _("Associate a time zone with this account"); permission = "nickserv/saset/timezone"; group = "nickserv/admin"; } /* * ns_suspend |