the bot has an o-line
the first: (works and is ok)
Code: Select all
bind pub - !host hostscan
proc hostscan {nick uh hand chan target} {
global botnick
if {$target != "$botnick"} {
putserv "userhost $target"
}
}
Code: Select all
userhost: Leela=+Leela@Think.for.yourself
-
Leela real hostname 214.54.12.454 214.54.12.454
and now, i wand to bind the line
and i dont find the right rawLeela real hostname 214.54.12.454 214.54.12.454
can anyone help me pls?
i must use /userhost cause on whois etc i get the crypted hosts.
mfg
misterys ( sorry for bad english *g)