Advertisement
sparkychild

Untitled

Jun 23rd, 2015
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. ///under case J
  2.  
  3. if (room === 'botaboose') {
  4. if (by.charAt(0) !== '+' && by.charAt(0) !== '%' & by.charAt(0) !== '@' & by.charAt(0) !== '#') {
  5. this.say('botaboose', '/roomdriver ' + by);
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement