From 2252884bc46444a07eed83baaeb8d6d2925c7955 Mon Sep 17 00:00:00 2001 From: Gordon Shumway Date: Sun, 23 Feb 2020 10:41:55 -0500 Subject: [PATCH] UndernetX: fix auto-login --- UndernetX/plugin.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UndernetX/plugin.py b/UndernetX/plugin.py index ca19915..d31935a 100644 --- a/UndernetX/plugin.py +++ b/UndernetX/plugin.py @@ -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: \ No newline at end of file +# vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79: