예제 #1
0
 def filter(self, senderID, text):
     if isCurrentPlayer(senderID):
         return text
     return g_dnDictionary.searchAndReplace(text)
예제 #2
0
 def filter(self, senderID, text):
     if isCurrentPlayer(senderID):
         return text
     return g_dnDictionary.searchAndReplace(text)