tBKwtWS il y a 6 ans
Parent
commit
d9a36339ba
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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():