tBKwtWS преди 7 години
родител
ревизия
690c32f9f1
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      irc/events/common.py

+ 1 - 1
irc/events/common.py

@@ -109,5 +109,5 @@ class Inform():
                     connection.privmsg(user, message)
                 for user in self.channels[self.homechannel].admins():
                     connection.privmsg(user, message)
-                for user in self.channels[self.homechannel].operators():
+                for user in self.channels[self.homechannel].opers():
                     connection.privmsg(user, message)