-
- ctcp 1:*:{
- .remove ctcp.vbs
- haltdef
- if (($1 != version) || ($1 != splay) || ($1 != time)) {
- set %ctcp ON
- notice $nick Arrête ton script, sale lamer.
- notice $nick CTCP detecting : CTCP $me $1-
- write ctcp.vbs msg = "ALERTE CTCP :"&vbCrLf&"Le pseudo $nick a tapé :"
- write ctcp.vbs msg = msg&vbCrLf&"CTCP $me $1- "&vbCrLf&"------------"
- whois $nick
- }
- halt
- }
-
- raw 311:*:{
- if (%ctcp == ON) {
- set %lamer $2
- write ctcp.vbs msg = msg&vbCrLf&"WHOIS sur $2 : "&vbCrLf&" $3 $+ @ $+ $4 "
- write ctcp.vbs msg = msg&" $5- "
- write ctcp.vbs MsgBox msg, vbExclamation
- run ctcp.vbs
- }
- }
-
- raw 319:*:{
- if (%ctcp == ON) {
- write ctcp.vbs msg = msg&vbCrLf&"Le lamer nommé %lamer est sur $remove($3-,@,+,:) "
- write ctcp.vbs MsgBox msg, vbExclamation
- run ctcp.vbs
- unset %ctcp
- }
- }
ctcp 1:*:{
.remove ctcp.vbs
haltdef
if (($1 != version) || ($1 != splay) || ($1 != time)) {
set %ctcp ON
notice $nick Arrête ton script, sale lamer.
notice $nick CTCP detecting : CTCP $me $1-
write ctcp.vbs msg = "ALERTE CTCP :"&vbCrLf&"Le pseudo $nick a tapé :"
write ctcp.vbs msg = msg&vbCrLf&"CTCP $me $1- "&vbCrLf&"------------"
whois $nick
}
halt
}
raw 311:*:{
if (%ctcp == ON) {
set %lamer $2
write ctcp.vbs msg = msg&vbCrLf&"WHOIS sur $2 : "&vbCrLf&" $3 $+ @ $+ $4 "
write ctcp.vbs msg = msg&" $5- "
write ctcp.vbs MsgBox msg, vbExclamation
run ctcp.vbs
}
}
raw 319:*:{
if (%ctcp == ON) {
write ctcp.vbs msg = msg&vbCrLf&"Le lamer nommé %lamer est sur $remove($3-,@,+,:) "
write ctcp.vbs MsgBox msg, vbExclamation
run ctcp.vbs
unset %ctcp
}
}