mIRC Homepage
Posted By: da_hype halts.. - 08/12/04 12:55 PM

Quote:

[18:18] <h3lp> alias checkchannel { if (R !isincs $chan(#).mode) && ($nick($1,0) == 1) { part $1 | timerchannel 1 4 join $1 | halt } | else { halt } }
[18:29] <@da^hype> you don't need all the halt's
[18:29] <h3lp> huhuhuh..
[18:29] <@da^hype> the alias will stop anyway after the if statement
[18:29] <h3lp> yes it will stop.. but it will use up the cpu cycle time
[18:29] <h3lp> this will slow down your PC, because it uses the memory.

[18:30] <@da^hype> ???
[18:30] <h3lp> nvm i don't feel like argueing..
[18:32] <h3lp> time is running out
[18:32] <h3lp> chow~!!
[18:32] * Joins: amrs (Webchat-DA@210.186.114.fo28=)
[18:33] * h3lp gtg.. see you'll later.. bye bye
[18:33] * Quits: h3lp (scripters@218.111.18.wU30=) (QUIT: User exited)


what you think???
Posted By: Danthemandoo Re: halts.. - 08/12/04 06:48 PM
its perfectly fine on 6.16 and 6.03, not even a noticable jump in memory or CPU usage.
Posted By: Iori Re: halts.. - 08/12/04 07:04 PM
Yes it certainly doesn't need any halt at all. It also would fail if the channel had a key containg R (e.g. +k BuggeR) Better to use $gettok($chan($1).mode,1,32)
© mIRC Discussion Forums