Poodletooth-iLand/toontown/chat/TTWhiteList.py

12 lines
352 B
Python
Raw Normal View History

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