alias wallops { if (!$dialog(wallops)) dialog -dm wallops wallops }
dialog wallops {
title ""
size 2 2 652 55
option dbu
list 1, 0 0 640 54, size
}
on *:dialog:wallops:init:*:{
$mdxin
dll $mdx SetControlMDX $dname 1 ListView report > $views
did -i $dname 1 1 setbkg color $color(1)
did -i $dname 1 1 settxt color $color(14)
did -i $dname 1 1 settxt bgcolor $color(1)
did -i $dname 1 1 headerdims 156 125 975
did -i $dname 1 1 headertext Server $chr(9) Time $chr(9) Message
dll $hos Dock $dname bottom -1
}
on *:WALLOPS:*:{
if ($dialog(wallops)) {
did -a wallops 1 $server $chr(9) $time(dddd-h:nntt) $chr(9) $strip($1-)
did -c wallops 1 $did(wallops,1).lines
}
}
on *:SNOTICE:*:{
if ($dialog(wallops)) {
did -a wallops 1 $server $chr(9) $time(dddd-h:nntt) $chr(9) $strip($1-)
did -c wallops 1 $did(wallops,1).lines
}
}
on *:start:{
if ($dialog(wallops)) {
did -a wallops 1 *Script Start Up* $server $chr(9) $time(dddd-h:nntt) $chr(9) Welcome To Renegade-IRC Final Edition.
did -a wallops 1 *Script Start Up* $server $chr(9) $time(dddd-h:nntt) $chr(9) Coded By V1p3rByt3s`
did -a wallops 1 *Script Start Up* $server $chr(9) $time(dddd-h:nntt) $chr(9) You Are On mIRC Verison $version
did -a wallops 1 *Script Start Up* $server $chr(9) $time(dddd-h:nntt) $chr(9) Enjoy And Have Fun.
did -c wallops 1 $did(wallops,1).lines
}
}
alias hos { return hos.dll }
alias mdx { return mdx.dll }
alias moo { return moo.dll }
alias views { return views.mdx }
alias bars { return bars.mdx }
alias ctl { return ctl_gen.mdx }
alias dmdx { return dialog.mdx }
alias views { return views.mdx }
alias mdxin { dll $mdx SetMircVersion $version | dll $mdx MarkDialog $dname }
alias popupsd { return DLL\POPUPS.DLL }
alias rescheck {
|