mirror of
https://github.com/jlu5/PyLink.git
synced 2024-12-25 04:02:45 +01:00
inspircd: fix comment that says FIDENT in the FHOST handler (#392)
This commit is contained in:
parent
ca8b025f9a
commit
5e79ea908d
@ -692,7 +692,7 @@ class InspIRCdProtocol(TS6BaseProtocol):
|
|||||||
|
|
||||||
def handle_fhost(self, numeric, command, args):
|
def handle_fhost(self, numeric, command, args):
|
||||||
"""Handles FHOST, used for denoting hostname changes."""
|
"""Handles FHOST, used for denoting hostname changes."""
|
||||||
# <- :70MAAAAAB FIDENT some.host
|
# <- :70MAAAAAB FHOST some.host
|
||||||
self.irc.users[numeric].host = newhost = args[0]
|
self.irc.users[numeric].host = newhost = args[0]
|
||||||
return {'target': numeric, 'newhost': newhost}
|
return {'target': numeric, 'newhost': newhost}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user