UndernetX: fix auto-login
This commit is contained in:
parent
5131648a59
commit
2252884bc4
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue