Kod:
package require http
bind pub mnf|oa .ip getip
proc getip {nick uhost hand chan arg} {
if {![llength [lindex [split $arg] 0]]} {
putmsg $chan "Kullanımı: \00303$::lastbind <Nick Yada IP>\003 olmalı!"
return 0
} elseif {[onchan [lindex [split $arg] 0] $chan] &&\...
Please login to view full content. Giriş yap veya üye ol.
