Poodletooth-iLand/toontown/chat/TTWhiteList.py

12 lines
352 B
Python
Raw Normal View History

2015-03-03 16:10:12 -06:00
from otp.chat.WhiteList import WhiteList
from toontown.toonbase import TTLocalizer
2015-03-04 12:24:11 -06:00
from toontown.chat import WhiteListData
2015-03-03 16:10:12 -06:00
2015-03-04 12:24:11 -06:00
class TTWhiteList(WhiteList):
notify = directNotify.newCategory('TTWhiteList')
2015-03-03 16:10:12 -06:00
def __init__(self):
2015-03-04 12:24:11 -06:00
WhiteList.__init__(self, WhiteListData.WHITELIST)
2015-03-03 16:10:12 -06:00
self.defaultWord = TTLocalizer.ChatGarblerDefault[0]