mIRC Home    About    Download    Register    News    Help

Print Thread
#227649 17/11/10 03:11 PM
Joined: Feb 2008
Posts: 34
mbab Offline OP
Ameglian cow
OP Offline
Ameglian cow
Joined: Feb 2008
Posts: 34
Any of you guys/girls have a sweet and working calc script somewhere(preferably the one which doesnt reset idle time)?

Cant find the old one on hawkee i've been using before =(

mbab #227680 18/11/10 02:48 AM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
I've never seen a calc script that doesn't reset the idle time, as all of them have to send a message to the server to display the results of the requested calculation.

The simplest calc script I've seen is
Code:
on *:text:!calc*:#:{
  .msg $chan Calculation of $$2- is $calc($replace($$2-,x,*))
}


RusselB #227701 18/11/10 01:00 PM
Joined: Feb 2008
Posts: 34
mbab Offline OP
Ameglian cow
OP Offline
Ameglian cow
Joined: Feb 2008
Posts: 34
Thanks =0P


Link Copied to Clipboard