Esempio n. 1
0
 def filter(self, senderID, text):
     self.__currentID = senderID
     self.usersStorage._markAsBreaker(self.__currentID, False)
     if isCurrentPlayer(senderID):
         return text
     return g_olDictionary.searchAndReplace(text)
Esempio n. 2
0
 def filter(self, senderID, text):
     if isCurrentPlayer(senderID):
         return text
     return g_olDictionary.searchAndReplace(text)
Esempio n. 3
0
 def filter(self, senderID, text):
     if isCurrentPlayer(senderID):
         return text
     return g_olDictionary.searchAndReplace(text)
Esempio n. 4
0
 def filter(self, senderID, text):
     self.__currentID = senderID
     self.usersStorage._markAsBreaker(self.__currentID, False)
     if isCurrentPlayer(senderID):
         return text
     return g_olDictionary.searchAndReplace(text)
 def filter(self, senderID, text):
     return g_olDictionary.searchAndReplace(text)