Whois capture

Whois capture

mIRC Snippet that displays in a separate window a notice received from the server when someone checks your username with /whois command.

Postat de Copyright Categorie Review user Vizualizari Data
BLKoldSUN BLKoldSUN stats Cod testat 323 2024-08-03 19:42:06

On ^*:snotice:& & is doing a /whois on you:{
  if !$window(@whois) { window -n @whois }
  aline @whois $1-
  haltdef
}