Custom Windows
Very long but you can remove repeated code, for example: ;---general alias alias openwindow { if ($1 == $null || $2 == $null) return if ($window($1)) window -a $1 else window -p $1 var %x = $dll(nHTMLn_2.95.dll,attach,$window($...
Find discussions and posts across the Forum sections you are allowed to read.
Filter by Forum, author, date, content scope and sort order without exposing restricted discussions.
Very long but you can remove repeated code, for example: ;---general alias alias openwindow { if ($1 == $null || $2 == $null) return if ($window($1)) window -a $1 else window -p $1 var %x = $dll(nHTMLn_2.95.dll,attach,$window($...
If you use mIRC 6.3x, use this code: on *:start:{ splay $qt($nofile($mircexe) $+ sounds\start.wav) } For test purposes, type this code on the inputbox of mIRC: //echo -s $isfile($qt($nofile($mircexe) $+ sounds\start.wav)) If you se...