tglogo.png
0 LIKES

Snippet


Whois recognition

In Category General IRC Posted by AndyAbnormal On 07/20/25

If a user you who get a message in a dialogue
; === 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
}


Comments 0


Please note that on our website we use cookies necessary for the functioning of our website, cookies that optimize the performance. To learn more about our cookies, how we use them and their benefits, please read our Cookie Policy.
I Understand