Beispiel #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)
Beispiel #2
0
 def filter(self, senderID, text):
     if isCurrentPlayer(senderID):
         return text
     return g_olDictionary.searchAndReplace(text)
Beispiel #3
0
 def filter(self, senderID, text):
     if isCurrentPlayer(senderID):
         return text
     return g_olDictionary.searchAndReplace(text)
Beispiel #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)