diff --git a/protocols/p10.py b/protocols/p10.py index b540aee..48a34d9 100644 --- a/protocols/p10.py +++ b/protocols/p10.py @@ -1011,7 +1011,7 @@ class P10Protocol(IRCS2SProtocol): accountname = uobj.services_account newhost = "%s.%s" % (accountname, suffix) - elif 'C' in modes and self.serverdata.get('use_account_cloaks'): + elif 'C' in modes and self.serverdata.get('use_hashed_cloaks'): # +C propagates hashed IP cloaks, similar to UnrealIRCd. (thank god we don't # need to generate these ourselves) newhost = modes['C']