diff --git a/miniircd b/miniircd index 807e183..f24f25e 100755 --- a/miniircd +++ b/miniircd @@ -181,6 +181,10 @@ class Client: def oper(self) -> bool: return self.is_operator + @property + def bouncer_replay_active(self) -> bool: + return self.__bouncer_replay_active + @bouncer_replay_active.setter def bouncer_replay_active(self, value: bool) -> None: self.__bouncer_replay_active = value