Skip to content
TG007 community snippet #166

Whois recognition

If a user you who get a message in a dialogue

By AndyAbnormal Added Jul 20, 2025
General IRC All snippets
mIRC script 16 lines
About this snippet

Overview

If a user you who get a message in a dialogue
Source code

mIRC script

16 lines · 373 characters
; === WHOIS-Warner für IRCOPs ===

dialog whoisAlert {
  title "WHOIS-Alarm – IRCOP"
  size -1 -1 300 80
  text "", 1, 20 20 260 20
  button "OK", 2, 125 50 50 20, ok
}

on ^*:SNOTICE:*did a /whois on you*:{
  var %whoiser = $gettok($strip($1-), 2, 32)
  dialog -m whoisAlert whoisAlert
  did -a whoisAlert 1 Achtung! %whoiser hat dich gewhoist.
  haltdef
}
Community

Comments

Want to join the discussion? Sign in to TG007.
No comments yet. Start the discussion.