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
You must be logged in to comment.





