///////////////////////////////////////////////////// characters in your game setting: // ///////////////////////////////////////////////////var characterdiff = "99"; //use this to keep those pesky spam bots out of the f'ing game //note you must manually hit the check box the first time for this to workvar maxNumberOfPlayersss = "8"; //use this to set the maximum number of players allowed in your game///////////////////////////////////////// Channel Settings: // / /These controll what if any channel you join///////////////////////////////////////var joinChatAfterGame = true; // join chat after leaving a gamevar joinRandomChannel = false; // if this is true, will join a random channel, otherwise it will use the channel below..var joinChannelInChat = "OP INK"; // Channel you want your bot to join, leave blank to not join a private channel///////////////////////////////////////// Message Settings: // // These controll what your bot sais to the leechers will also send a log incommand to a channel bot///////////////////////////////////////var chatMessageOnJoin = ""; // Chat Message to say Login command for channel bot will only be sent oncevar chatMessageAfterGame1 = ""; // Optional chat message Line #1 to say after each game on Channelvar chatMessageAfterGame2 = ""; // Optional chat message Line #2 to say after each game on Channelvar chatMessageAfterGame3 = ""; // Optional chat message Line #3 to say after each game on Channelvar chatMessageAfterGame4 = ""; // Optional chat message Line #4 to say after each game on Channelvar chatMessageAfterGame5 = ""; // Optional chat message Line #5 to say after each game on Channel/////////////////////////////////////// // These will let you send a message with a game name password and time to your leechers// Game Message Settings: // // var saygamename must be true for any of these to work/////////////////////////////////////// // You cant NOT have a - in you game name it will bug it outvar saygamename = true; // Must be true for any of the game message settings to workvar nextgamemessage = "next game should be"; // This will come befor your next game name eg "New game is"var saypassword = false; // This will togle if the bot says your game pwvar saytime = true; // This will togle if the bot says how much time till creationvar timemessage = "in about"; // This will come after your pw and befor the time eg. "in about" xx seconds say time MUST be true for this to be used