I am currently building my own services package in PHP for my own IRC project. I am using Unreal3.2.1.
When the services connects I get this:
Code: Select all
[12:00:21] NICK nickname 1 1092740344 ident myhost.adsl.xs4all.nl irc.myserver.nl 0 :QuietGuy
[12:00:21] nickname MODE nickname :+ix
[12:00:21] nickname SETHOST dc-9C0FEF79.adsl.xs4all.nlBut if the services are already connected to the IRCd, I only get the NICK and MODE-lines:
Code: Select all
[12:59:04] NICK nickname 1 1092740344 ident myhost.adsl.xs4all.nl irc.myserver.nl 0 :QuietGuy
[12:59:04] nickname MODE nickname :+ixDoes anybody know how can I find out the correct VHOST or how to recalculate it with PHP?