mirc command
Posted: Sun Mar 05, 2006 5:14 am
what is the numeric on mirc to show [11:04pm] • Server: some.server *** mynick ([email protected]) did a /whois on you. ?
Best Regards
Best Regards
Code: Select all
on *:SNOTICE:*did a /whois on you*:{
/msg $1 Hey, you whois'd me !
}