Id: 9769; Nick: He3F; Timestamp: 2008-04-26 19:00:12; Pasted as: mIRC
Description: problem is that my script use to much of mirc's power when it is on many channel or just fx #2on2, couse of spam.

so will it help if i turn all the alias in to just one line in on text? (see part2)
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?
Options: New, Download,
, mIRC Parser;
Copyright © 2006 by Zyberdog - Some rights reserved. (Browse/Disclaimer/Stats/About)