Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. // Channel Settings
  2. //------------------------------------------------------------------------------
  3.  
  4. var IgnoreWispers = true; // Set to true to ignore all incoming wispers from players that are not on your friendlist.
  5. var JoinChatAfterLogin = true; // Join chat after login.
  6. var JoinRandomChannel = false; // If this is true, will join a random channel, otherwise it will use the channel below..
  7. var JoinChannelInChat = "OP Faszomala"; // Leave blank not to join a private channel.
  8. var PerformChannelLogin = false; // Type ".login" once after joining the channel.
  9. var ChannelUsers = new Array(); // Dynamic array that holds channel users.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement