Does someone have a functional bot that does nothing but broadcast what's happening in the bnet channel into a irc channel, and vice versa?
Some person (murphybob) I think modified a JavaOp to do that. Go find him.
Be l33t! Make your own!
I would suggest looking into LKBot by goddesslarussia.
She used mirc and bgate to make a bot that worked for bnet and irc at the same time.
Quote from: Newby on September 13, 2004, 09:01 AM
Some person (murphybob) I think modified a JavaOp to do that. Go find him.
Ya I did, he hard coded it for his machine, and he told me to get back to him.
Quote from: Krush[LM] on September 29, 2004, 08:19 PM
Quote from: Newby on September 13, 2004, 09:01 AM
Some person (murphybob) I think modified a JavaOp to do that. Go find him.
Ya I did, he hard coded it for his machine, and he told me to get back to him.
she*
I coded one of this kind of bots this summer : IRC and Battle.net linked with /w, /me, /where...
It is coded in Visual Basic for being easy and fast and linked with a SQL Server database to create players statistics. Currently, this bot is well working and still under development to make it portable for other users.
Quote from: HomerLAN on October 14, 2004, 11:20 AM
I coded one of this kind of bots this summer : IRC and Battle.net linked with /w, /me, /where...
It is coded in Visual Basic for being easy and fast and linked with a SQL Server database to create players statistics. Currently, this bot is well working and still under development to make it portable for other users.
Does it send all messages sent in either? Like if i say Hello on b.net would the bot say it for me on irc?
I believe fuzz made one awhile back, you could pm him and maybe he'll help you out.
I'm not sure if this will help but there is a BnetBot (called BnetBot) written in Python that connects to battle.net, irc, aim, the aim oscar servers and google searching (something like that).
Does it broadcast what is in the bnet channel to the irc channel?
Well, this is the bot dev forum, so do some bot dev'ing and make a bot that does what you want. In VB it shouldn't take too long because there's plenty of free code everywhere.