mIRC Homepage
Posted By: h1d3 auto-away system - 13/09/03 05:43 PM
hi all!
i'ma very lame in mirc scripts, so i decided to post my question here smile
the sitation is: i have an away system, but each time i have to set it manually frown i want some automatic smile so, can anybody post me here a complete script which wuold do these steps: if i have been idle more than 30 mins, it would type in mirc backgroud the command /away auto-away after 30 minutes, and type jsut /away on any keypresses. thanks a lot for those, who is will help me cool
Posted By: J0ke Re: auto-away system - 13/09/03 06:01 PM
Quote:
if i have been idle more than 30 mins, it would type in mirc backgroud the command /away auto-away after 30 minutes


not tested but might work
Code:
on 1:INPUT:*:{ .timerAW 1 1800 away auto-away after 30 minutes }


Quote:
and type jsut /away on any keypresses

no need for that
ALT+o -> options -> cancel away on keypress
Posted By: LocutusofBorg Re: auto-away system - 13/09/03 06:51 PM
Quote:
can anybody post me here a complete script

This forum isn't a place to get scripts, it's a place to get help writing them. If you want a complete script or addon, try one of the bigger scripting sites. The following sites offer scripts that contain no malicious code:

http://www.team-clanx.net
http://www.mircscripts.org
http://www.mirc-egg.net
http://www.scriptheaven.net
Posted By: JuZt3r Re: auto-away system - 26/10/03 09:34 PM
Quote:
on 1:INPUT:*:{ .timerAW 1 1800 away auto-away after 30 minutes }


on 1:INPUT:*: { timerAW off } | .{ .timerAW 1 1800 away auto-away after 30 minutes } ??
© mIRC Discussion Forums