From 3ec3d4cebb6af8fb4d94047c8a31999799245e0b Mon Sep 17 00:00:00 2001 From: James Lu Date: Fri, 8 Apr 2016 20:57:03 -0700 Subject: [PATCH] hybrid: Fix typo in 0be83449fb0 (#198) --- protocols/hybrid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/hybrid.py b/protocols/hybrid.py index 00c4113..74fc5ee 100644 --- a/protocols/hybrid.py +++ b/protocols/hybrid.py @@ -138,7 +138,7 @@ class HybridProtocol(TS6Protocol): # parv[4] = optional argument (services account, vhost) field = field.upper() - ts = irc.users[target].ts + ts = self.irc.users[target].ts if field == 'HOST': self.irc.users[target].host = text