Cevap: Eggdrop Bota /Whois Çekildiğin de Özele Bilgi Vermesi...
bind raw * notice snotice
proc snotice {from keyword arg}
if { [string match "*did a /whois on you.*" $arg] } {
set nick [lindex $arg 2]
set host [lindex $arg 3]
putquick "PRIVMSG $nick Merhaba Ben $botnick"
}
böyle denermisin. |