Page 1 of 1

mirc command

Posted: Sun Mar 05, 2006 5:14 am
by Ping
what is the numeric on mirc to show [11:04pm] • Server: some.server *** mynick ([email protected]) did a /whois on you. ?


Best Regards

Posted: Sun Mar 05, 2006 8:30 am
by tdw
http://www.mirc.net/raws/

but you can also try:

Code: Select all

on *:SNOTICE:*did a /whois on you*:{
      /msg $1 Hey, you whois'd me !
}