3
0
mirror of https://github.com/jlu5/PyLink.git synced 2025-02-02 15:44:06 +01:00

hybrid: Fix typo in 0be83449fb (#198)

This commit is contained in:
James Lu 2016-04-08 20:57:03 -07:00
parent e4cd028e86
commit 3ec3d4cebb

View File

@ -138,7 +138,7 @@ class HybridProtocol(TS6Protocol):
# parv[4] = optional argument (services account, vhost) # parv[4] = optional argument (services account, vhost)
field = field.upper() field = field.upper()
ts = irc.users[target].ts ts = self.irc.users[target].ts
if field == 'HOST': if field == 'HOST':
self.irc.users[target].host = text self.irc.users[target].host = text