tBKwtWS %!s(int64=6) %!d(string=hai) anos
pai
achega
4f21f6bdcb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rotbot/events/common.py

+ 1 - 1
rotbot/events/common.py

@@ -17,7 +17,7 @@ class Inform():
 
     def operators(self, connection, message):
         log.info('Informing operators: %s' % message)
-        if self.home_channel in self.channels:
+        if self.network.home_channel in self.channels:
             for user in self.channels[self.network.home_channel].owners():
                 connection.privmsg(user, message)
             for user in self.channels[self.network.home_channel].admins():