All pastes #2073305 Raw Edit

Mine

public text v1 · immutable
#2073305 ·published 2011-06-01 17:15 UTC
rendered paste body
alias rnc {
  ;just type /rnc in a channel... AND YOU FEEL LIKE YOUR ON SHROOMS! :D
  ;/rnc to stop :)
  var %users $nick($active, 0)
  while (%users > 0) {
    cline  $rand(2,15) $nick($active, %users)
    dec %users 1
  }
  if ($1 != TIMER) {
    if ($timer(rnc  $+ $active) !isnum ) { timerrnc $+ $active -o 0 1 rnc TIMER  } 
    else if ($timer(rnc $+ $active).pause) { timerrnc $+ $active -r } 
    else {
      timerrnc  $+ $active -p 
      var %users $nick($active, 0)
      while (%users > 0) {
        cline  -r $nick($active, %users)
        dec %users 1
      }
    }
  }
}