2021-04-05 17:29:49 +02:00
.. _plugin-NickAuth:
Documentation for the NickAuth plugin for Supybot
=================================================
Purpose
-------
Support authentication based on nicks and network services.
Usage
-----
This plugin allows users to use their network services account to
authenticate to the bot.
They first have to use `` @nickauth nick add <the nick> `` while being
identified to the bot and then use `` @auth `` when they want to
identify to the bot.
2021-04-05 22:56:40 +02:00
.. _commands-NickAuth:
2021-04-05 17:29:49 +02:00
Commands
--------
2021-04-17 20:09:33 +02:00
.. _command-nickauth-auth:
2021-04-05 22:56:40 +02:00
2021-04-05 17:29:49 +02:00
auth takes no argument
Tries to authenticate you using network services. If you get no reply, it means you are not authenticated to the network services.
2021-04-17 20:09:33 +02:00
.. _command-nickauth-nick.add:
2021-04-05 22:56:40 +02:00
2021-04-05 17:29:49 +02:00
nick add [<network> ] <user> <nick>
Add <nick> to the list of nicks owned by the <user> on the <network>. You have to register this nick to the network services to be authenticated. <network> defaults to the current network.
2021-04-17 20:09:33 +02:00
.. _command-nickauth-nick.list:
2021-04-05 22:56:40 +02:00
2021-04-05 17:29:49 +02:00
nick list [<network> ] [<user> ]
Lists nicks of the <user> on the network. <network> defaults to the current network.
2021-04-17 20:09:33 +02:00
.. _command-nickauth-nick.remove:
2021-04-05 22:56:40 +02:00
2021-04-05 17:29:49 +02:00
nick remove [<network> ] <user> <nick>
Remove <nick> from the list of nicks owned by the <user> on the <network>. <network> defaults to the current network.
2021-04-17 20:09:33 +02:00
.. _conf-NickAuth:
2021-04-05 17:29:49 +02:00
Configuration
-------------
2021-04-17 20:09:33 +02:00
.. _conf-supybot.plugins.NickAuth.public:
2021-04-05 17:29:49 +02:00
supybot.plugins.NickAuth.public
This config variable defaults to "True", is not network-specific, and is not channel-specific.
Determines whether this plugin is publicly visible.