Metadata-Version: 2.1
Name: limnoria-undernetx
Version: 2020.2.24+git
Home-page: https://github.com/oddluck/limnoria-plugins/
Author: Ken Spencer
Author-email: ken@electrocode.net
Maintainer: oddluck
Maintainer-email: oddluck@riseup.net
Classifier: Environment :: Plugins
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications :: Chat
Description-Content-Type: text/markdown

Logs into UnderNet's X Service.

Python3 compatible. Forked from https://github.com/IotaSpencer/supyplugins/tree/master/UndernetX

## Setup

* configure the plugin by setting `plugins.UndernetX.auth.password` and `plugins.UndernetX.auth.username`

* If you want your bot to /mode +x on login, make sure to set
  `plugins.UndernetX.modeXonID` to `True` if it isn't already.

* To prevent channel joins before authorized with X set
  `plugins.UndernetX.auth.noJoinsUntilAuthed` to `True` if it isn't already.
