Browse Source

minot fix

tBKwtWS 7 năm trước cách đây
mục cha
commit
690c32f9f1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)