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:
parent
e4cd028e86
commit
3ec3d4cebb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user