mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-25 12:31:07 -05:00
507 B
507 B
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
andplugins.UndernetX.auth.username
-
If you want your bot to /mode +x on login, make sure to set
plugins.UndernetX.modeXonID
toTrue
if it isn't already. -
To prevent channel joins before authorized with X set
plugins.UndernetX.auth.noJoinsUntilAuthed
toTrue
if it isn't already.