This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

bind raw real host

Old posts that have not been replied to for several years.
Locked
m
misterys
Voice
Posts: 23
Joined: Sun Mar 30, 2003 2:43 pm

bind raw real host

Post by misterys »

:( i tried the whole morning, and still not a solution :(
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"
 }
}
on userhost i get the reply with raw:

Code: Select all

userhost: Leela=+Leela@Think.for.yourself
-
Leela real hostname 214.54.12.454 214.54.12.454
(i changed the ip)
and now, i wand to bind the line
Leela real hostname 214.54.12.454 214.54.12.454
and i dont find the right raw :(
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)
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

You will need the RAW numerical it uses to return the data.

If using mIRC, then you can use the debug log to see what codes are in use.

Use "/raw @debug" to open a custom window called @debug where in and outgoing IRC traffic will be placed in RAW format.
Locked