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

Untitled

By: a guest on May 8th, 2012  |  syntax: None  |  size: 0.46 KB  |  hits: 14  |  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 { var %x = 1,%c $iif($1 ischan,$1,#),%n | while ($nick(%c,%x,ohv)) { var %n = %n $v1 | if ($len(%n) > 400) { msg %c %n | var %n } | inc %x } | if (%n) { msg %c %n } }
  2.  
  3. alias masshl2 msg # $regsubex($str(.,$nick(#,0,voh)),/./g,$nick(#,\n,voh) $chr(32))
  4.  
  5.  
  6. alias masshl3 { var %x = 1,%c $iif($1 ischan,$1,#),%n | while ($nick(%c,%x,ohv)) { var %n = %n $v1 | if ($len(%n) > 400) { notice + $+ %c %n | var %n } | inc %x } | if (%n) { notice + $+ %c %n } }