Advertisement
illpastethat

thanks man

Apr 10th, 2011
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.38 KB | None | 0 0
  1. alias trivia {
  2.   .inc %chancount
  3.   .set %trivchan #trivia $+ $r(1,1000000)
  4.   .join %trivchan
  5.   .timer 1 1 cs register %trivchan Trivia trivia
  6.   .timer 1 3 msg funserv request trivia %trivchan
  7.   .timer 1 5 invite nick1 %trivhcan
  8.   .timer 1 7 mode %trivchan +spo nick1
  9.   .timer 1 9 msg %trivchan .trivia
  10.   .timer 1 12 part %trivchan
  11.   $iif(%chancount < 20,timer 1 15 trivia,noop)
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement