|
|
@@ -53,9 +53,9 @@ def process_event(self, connection, event):
|
|
|
return
|
|
|
|
|
|
# Stop if offender is atleast halfop in the home channel and offended is not owner.
|
|
|
- if userstatus.atleast_halfop(self, event.source.nick, self.homechannel) and not self.channels[self.homechannel].is_owner(protectee):
|
|
|
- return
|
|
|
-
|
|
|
+ if userstatus.atleast_halfop(self, event.source.nick, self.homechannel) and not self.channels[self.homechannel].is_owner(protectee):
|
|
|
+ return
|
|
|
+
|
|
|
for protectee in self.protectees:
|
|
|
if behaviour == "passive": # Passive behaviour.
|
|
|
return
|