Hi!
I'm developing an hublist and I want to have suport for BotInfo.. I've seen its syntax in http://www.dcpp.net/wiki/index.php/%24BotINFO, and I've tryed to used it in an Ptokax hub, but nothing happens..
I've done the authentication as a normal user, and then send the BotInfo command..
Well is this command supported by default in ptokax(and if so, how is the protocol for using it), and if not, which script do i've to use?
Thanks!
Is BotInfo supported by default?
Moderator: Moderators
-
- Posts: 96
- Joined: 2003-04-18 05:57
- Location: Oporto, Portugal
- Contact:
-
- Posts: 96
- Joined: 2003-04-18 05:57
- Location: Oporto, Portugal
- Contact:
Thanks for your help
Ok, now I can send BotINFO and also handle the HubInfo from hub. I'm using the following string:
Now, another question What can I do, when in BotINFO "mode"? I'm asking this, cause I've also tried to send the ValidateNick command and GetNickList command and the hub answered correctly..
Is there any site where I can check the complete protocol for an HubList pinger??
I've checked the wiki, but I've only found this http://www.dcpp.net/wiki/index.php/Hublist_Pinger ..
Ok, now I can send BotINFO and also handle the HubInfo from hub. I'm using the following string:
Code: Select all
"$Supports BotINFO|$Key "+key+"|$BotINFO "+description+"|"
Is there any site where I can check the complete protocol for an HubList pinger??
I've checked the wiki, but I've only found this http://www.dcpp.net/wiki/index.php/Hublist_Pinger ..