1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
alias xdid { if ( $isid ) return $dcx( _xdid, $1 $2 $prop $3- ) dcx xdid $2 $3 $1 $4- } alias dcx { if ($isid) return $dll($T_S $+ dcx\dcx\dcx.dll",$1,$2-) else dll $T_S $+ dcx\dcx\dcx.dll" $1 $2- } alias T_S { return $remove(" $+ $scriptdir,\script) } on ^*:text:*:#:{ haltdef var %chan $mid($chan,2,31) xdid -i %chan 4 $xdid(%chan, 4).num $remove(%themetime1,$chr(32)) $+ $time $+ %themetime2 %themetegn 4(14 $+ $nick $+ 4)14 $1- xdid -Z %chan 4 -1 } [part2] on ^*:text:*:#:{ haltdef dll $T_S $+ dcx\dcx\dcx.dll" xdid -i $mid($chan,2,31) 4 $xdid($mid($chan,2,31), 4).num $remove(%themetime1,$chr(32)) $+ $time $+ %themetime2 %themetegn 4(14 $+ $nick $+ 4)14 $1- xdid -Z $mid($chan,2,31) 4 -1 } [hmm] or is there any order way to make it take less of mirc power? |
| Parsed for bracket errors and indented: | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
alias xdid { if ( $isid ) return $dcx( _xdid, $1 $2 $prop $3- ) dcx xdid $2 $3 $1 $4- } alias dcx { if ($isid) return $dll($T_S $+ dcx\dcx\dcx.dll",$1,$2-) else dll $T_S $+ dcx\dcx\dcx.dll" $1 $2- } alias T_S { return $remove(" $+ $scriptdir,\script) } on ^*:text:*:#:{ haltdef var %chan $mid($chan,2,31) xdid -i %chan 4 $xdid(%chan, 4).num $remove(%themetime1,$chr(32)) $+ $time $+ %themetime2 %themetegn 4(14 $+ $nick $+ 4)14 $1- xdid -Z %chan 4 -1 } [part2] on ^*:text:*:#:{ haltdef dll $T_S $+ dcx\dcx\dcx.dll" xdid -i $mid($chan,2,31) 4 $xdid($mid($chan,2,31), 4).num $remove(%themetime1,$chr(32)) $+ $time $+ %themetime2 %themetegn 4(14 $+ $nick $+ 4)14 $1- xdid -Z $mid($chan,2,31) 4 -1 } [hmm] or is there any order way to make it take less of mirc power? |