mIRC Home    About    Download    Register    News    Help

Print Thread
#87479 18/06/04 10:56 PM
Joined: Jun 2004
Posts: 133
S
state Offline OP
Vogon poet
OP Offline
Vogon poet
S
Joined: Jun 2004
Posts: 133
sorri if i have already posted this. i 4ght i had but cant find it.

i would like to be able to add a user to a mate list so when he next joins it would say something like


sam was (prevoius nick)

previous as in the nick he/she was when i added him to my list

thanks

#87480 18/06/04 11:28 PM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
alias mate { auser mate $address($1,6) $1 }

on mate:join:#:{
var %n = $$ulist($address($nick,6),mate,1).info
if %n != $nick { msg $chan $nick was previously %n }
}

Usage: /mate nick


New username: hixxy
#87481 19/06/04 09:12 AM
Joined: Jun 2004
Posts: 133
S
state Offline OP
Vogon poet
OP Offline
Vogon poet
S
Joined: Jun 2004
Posts: 133
thank you


Link Copied to Clipboard