diff options
author | Sadie Powell <sadie@witchery.services> | 2023-08-31 07:17:56 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2023-08-31 07:19:00 +0100 |
commit | 0a3ddef3151ef4258e529f5850be08810fa146d3 (patch) | |
tree | 176986455dfeeca37515ff3c7041fc152af8bb1b | |
parent | 0715db71829786ec98c6922a9e32077ae396c87e (diff) |
Replace Twitter with Mastodon in the ns_set_misc example config.
Closes #320.
-rw-r--r-- | data/nickserv.example.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index 4af7b8c69..f835a9327 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -596,10 +596,11 @@ 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 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"; } +#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"; } + /* * ns_status |