mIRC Home    About    Download    Register    News    Help

Print Thread
#26298 27/05/03 01:52 AM
Joined: Apr 2003
Posts: 57
V
Babel fish
OP Offline
Babel fish
V
Joined: Apr 2003
Posts: 57
i have a script that after a certain amout of time it changes my name to very_confused'away. My question is how can i make it so when i type something my name changes back to very_confused.

#26299 27/05/03 02:12 AM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
on 1:INPUT:*: {
if ($away) && (`away isin $me) {
/nick $remove($me, `away)
}
}

that will work with all names, with the `away ending like KingTomato`away, confused`away, very_confused`away, etc


-KingTomato
#26300 27/05/03 02:17 AM
Joined: Apr 2003
Posts: 57
V
Babel fish
OP Offline
Babel fish
V
Joined: Apr 2003
Posts: 57
thanx

#26301 27/05/03 02:27 AM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
np, glad to help


-KingTomato

Link Copied to Clipboard