Limnoria/plugins/NickAuth
2024-07-20 21:47:46 +02:00
..
local NickAuth: First commit. 2012-11-03 23:06:57 +01:00
locales Added russian locale to NickAuth plugin 2024-07-20 21:47:46 +02:00
__init__.py Revert generic 'The Limnoria Contributors' in copyright notices 2021-10-17 09:57:55 +02:00
config.py Revert generic 'The Limnoria Contributors' in copyright notices 2021-10-17 09:57:55 +02:00
messages.pot all: Update .pot and .po files 2022-02-06 00:14:47 +01:00
plugin.py Revert generic 'The Limnoria Contributors' in copyright notices 2021-10-17 09:57:55 +02:00
README.rst supybot-plugin-doc: Remove extra space + regenerate all READMEs. 2021-12-04 03:19:12 +01:00
test.py Revert generic 'The Limnoria Contributors' in copyright notices 2021-10-17 09:57:55 +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.

.. _commands-NickAuth:

Commands
--------

.. _command-nickauth-auth:

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.

.. _command-nickauth-nick.add:

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.

.. _command-nickauth-nick.list:

nick list [<network>] [<user>]
  Lists nicks of the <user> on the network. <network> defaults to the current network.

.. _command-nickauth-nick.remove:

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.

.. _conf-NickAuth:

Configuration
-------------

.. _conf-supybot.plugins.NickAuth.public:


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.