Skip to content
This repository was archived by the owner on Aug 7, 2019. It is now read-only.
Lucifer (Lucy) edited this page Mar 9, 2018 · 1 revision

Edit config.py

# Tinychat account. ACCOUNT = 'youraccount' # Password for account PASSWORD = 'yourpassword' BOTNICK = 'BuddyBot' # Define rooms the bot will manage in a list format : ['room1','room2','room3'] ROOMS = ['fobcity'] B_ANNOUNCEMENT = 'Default Room Announcement, thanks for using Buddybot by odsum. !annoucement <msg> to change.'

You can park your bot in multiple rooms. (Each room has it's own database for accounts, bans) ROOMS = ['fobcity', 'room2', 'room3']

You can define Verbose and Spam protection in config.py

# !verbose to disble enable, user joins and quits, kick and bans messages. B_VEROBOSE = True

# Only Whitelist/Verified/VIP users +vip (level 5) or greater are allowed in the room. B_VIP = False

# Spam Protection Enable and disable spam protection by !spam B_SPAMP = True

Clone this wiki locally