Advertisement
Wikked

Auto Slots

Nov 28th, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.29 KB | None | 0 0
  1. menu channel {
  2.   Slots
  3.   .On: enable #slots | msg #neeners-nest !slots 1000
  4.   .Off: disable #slots
  5. }
  6. #slots off
  7. on !*:text:*:#neeners-nest:{
  8.   tokenize 32 $strip($1-,burci)
  9.   if (gave NICKNAME isin $1-) { msg # !slots 1000 }
  10.   if (NICKNAME lost isin $1-) { msg # !slots 1000 }
  11. }
  12. #slots end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement