mirc command

Talk about pretty much anything here, but DO NOT USE FOR SUPPORT.

Moderator: Supporters

Locked
Ping
Posts: 16
Joined: Fri Nov 04, 2005 11:49 am
Contact:

mirc command

Post 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
tdw
Posts: 105
Joined: Sat Aug 06, 2005 12:40 pm

Post 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 !
}
Locked