tBKwtWS 6 سال پیش
والد
کامیت
d9a36339ba
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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():