diff --git a/protocols/inspircd.py b/protocols/inspircd.py index a483b2c..d2a3a19 100644 --- a/protocols/inspircd.py +++ b/protocols/inspircd.py @@ -692,7 +692,7 @@ class InspIRCdProtocol(TS6BaseProtocol): def handle_fhost(self, numeric, command, args): """Handles FHOST, used for denoting hostname changes.""" - # <- :70MAAAAAB FIDENT some.host + # <- :70MAAAAAB FHOST some.host self.irc.users[numeric].host = newhost = args[0] return {'target': numeric, 'newhost': newhost}