tBKwtWS hace 6 años
padre
commit
d9a36339ba
Se han modificado 1 ficheros con 1 adiciones y 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.homechannel in self.channels:
+        if self.homec_hannel in self.channels:
             for user in self.channels[self.homechannel].owners():
                 connection.privmsg(user, message)
             for user in self.channels[self.homechannel].admins():