Configuration - nortxort/tinybot-rtc GitHub Wiki

Tinybot-rtc's configuration extends pinylib-rtc's configuration with these setting:

B_PREFIX - The prefix for commands.

B_KEY - This key is a unique bot controller key, the key should be at least 6 characters long. With this key a user can gain access to certain commands that are only else avaible to moderators. Choose who you give this key to with care. NOTE: Only a user using the room owner account or a super moderator can change this key.

B_SUPER_KEY - This key is a unique super moderator key, the key should be at least 8 characters long. With this key a user has unlimited access to all commands. This key should NOT be shared. NOTE: It is only possible to be a super moderator if the bot is using the room owner account.

B_MAX_MATCH_BANS - The maximum bans when using wildcard ban.

B_PUBLIC_CMD - If set to True, then the public commands can be used by any user.

B_GREET - Greet user upon joining the room.

B_ALLOW_GUESTS - Allow/disallow guests e.g users not signed in to tinychat.

B_ALLOW_LURKERS - Allow/disallow lurkers.

B_ALLOW_GUESTS_NICKS - Allow/disallow guest nicks e.g guest-xxx

B_USE_KICK_AS_AUTOBAN - Use kick instead of ban for auto bans.

B_NICK_BANS_FILE_NAME - The name of the file that contains nicks that are auto banned/kicked. The location of the file is \rooms\roomname\

B_NICK_BANS - Do not change NOTE: This was added to cut down on reads from file.

B_ACCOUNT_BANS_FILE_NAME - The name of the file that contains accounts that are auto banned/kicked. The location of the file is \rooms\roomname\

B_ACCOUNT_BANS - Do not change NOTE: This was added to cut down on reads from file.

B_STRING_BANS_FILE_NAME - The name of the file that contains strings(words) that are auto banned/kicked. The location of the file is \rooms\roomname\

B_STRING_BANS - Do not change NOTE: This was added to cut down on reads from file.

B_DEBUG_FILE_NAME - The name of tinybots debug log.