Kod: Kodu kopyalamak için üzerine çift tıklayın!
on *:text:!idle*:#:{
if ($chan == #Sohbet@) {
var %a 1
while %a <= $nick(#Sohbet,0) {
if !$regex($nick(#Sohbet,%a),/((\Q $+ $me $+ \E)|MerakLiuser)/i) && $regex($nick(#Sohbet,%a).pnick,/[@~&%]/){
whois $nick(#Sohbet,%a) $nick(#Sohbet,%a)
}
inc %a
}
}
}