UndernetX: fix auto-login

This commit is contained in:
Gordon Shumway 2020-02-23 10:41:55 -05:00 committed by GitHub
parent 5131648a59
commit 2252884bc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -85,6 +85,7 @@ class UndernetX(callbacks.Plugin):
log.warning("username and password not set, this plugin will not work")
return
self._login(irc)
do422 = do377 = do376
# Similar to Services->Identify
def login(self, irc, msg, args):
@ -104,4 +105,4 @@ class UndernetX(callbacks.Plugin):
Class = UndernetX
# vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79:
# vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79: