pretty much I was using this IRC Script and wanted to use it over WLM
quote:
alias scan {
var %pl $r(1,10000)
describe $chan scans $1 $+ 's Power Level...
if ($1 !ison $chan) {
.timer 1 3 msg $chan $1 is out of range. | halt
}
if (%pl > 9000) {
.timer 1 3 msg $chan its... ITS... ITS OVER 9000!!!!!!!( $+ %pl $+ )
}
else {
.timer 1 3 msg $chan $1 $+ 's Power Level is %pl
}
}