Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 1st, 2012  |  syntax: None  |  size: 0.17 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. alias masshl {
  2.   var %x, %y 1
  3.   while ($nick(#,%y)) {
  4.     if ($v1 != $me) {
  5.       %x = %x $v1
  6.     }
  7.     inc %y
  8.   }
  9.   msg # $v1 %x $+  12:06:13:04:07: $1-
  10. }