Advertisement
Plornt

Untitled

Nov 11th, 2011
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. on *:TEXT:*:#:{
  2. if ($timer($+(.,$chan,.,$nick)).secs > 0) {
  3. $+(.timer.,$chan,.,$nick) off
  4. msg $chan Yay $nick you win!
  5. }
  6.   if ($1 == !drunk) {
  7.     if ($($+(%,gon.,$chan),2) == 0) {
  8.       halt
  9.     }
  10.     if ($chan) {
  11.       var %rgivenick = $nick($chan,$rand(1,$nick($chan,0))) | var %rgiveid = $read($idfl, s, %rgivenick)
  12.       msg $chan $theme $+ The biggest drunk in $chan is: %rgivenick [ $+ $iif(%rgiveid,%rgiveid,No ID Stored) $+ ]. Talk to claim your prize.
  13. .timer. $+ $chan $+ . $+ %rgivenick 1 30 msg $chan $theme $+ Sorry %rgivenick $+ , your time is up!
  14.     }
  15.   }
  16. }
  17.  
  18.  
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement