mIRC Home    About    Download    Register    News    Help

Print Thread
#49218 13/09/03 05:43 PM
Joined: Sep 2003
Posts: 1
H
h1d3 Offline OP
Mostly harmless
OP Offline
Mostly harmless
H
Joined: Sep 2003
Posts: 1
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

#49219 13/09/03 06:01 PM
Joined: Jan 2003
Posts: 150
J
Vogon poet
Offline
Vogon poet
J
Joined: Jan 2003
Posts: 150
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


Go ahead, jump. 100,000 lemmings can't be wrong.
#49220 13/09/03 06:51 PM
Joined: Mar 2003
Posts: 1,271
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,271
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


DALnet #Helpdesk
I hear and I forget. I see and I remember. I do and I understand. -Confucius
#49221 26/10/03 09:34 PM
Joined: Dec 2002
Posts: 14
J
Pikka bird
Offline
Pikka bird
J
Joined: Dec 2002
Posts: 14
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 } ??


Link Copied to Clipboard