Limnoria/plugins/NickAuth
Valentin Lorentz db7ef3f025 all: Add generic 'The Limnoria Contributors' to copyright notices.
No need to bother with details (that are all outdated / out of sync
anyway), just look up the git history.
2021-08-01 21:54:49 +02:00
..
local NickAuth: First commit. 2012-11-03 23:06:57 +01:00
locales Fix msgfmt warnings. 2020-03-26 22:10:28 +01:00
README.rst all plugins: regenerate READMEs 2021-04-22 00:29:15 +02:00
__init__.py all: Add generic 'The Limnoria Contributors' to copyright notices. 2021-08-01 21:54:49 +02:00
config.py all: Add generic 'The Limnoria Contributors' to copyright notices. 2021-08-01 21:54:49 +02:00
messages.pot Squashed commit of the following: 2014-12-20 14:37:27 +01:00
plugin.py all: Add generic 'The Limnoria Contributors' to copyright notices. 2021-08-01 21:54:49 +02:00
test.py all: Add generic 'The Limnoria Contributors' to copyright notices. 2021-08-01 21:54:49 +02:00

README.rst

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

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.

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.

nick list [<network>] [<user>]

Lists nicks of the <user> on the network. <network> defaults to the current network.

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.

Configuration

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.