Page 2 of 2

Re: Bot-to-bot Integration

Posted: Sun Feb 13, 2011 4:02 pm
by Indy
Maybe, I'll have to see how much bloat it would add.

Although it still wouldn't be able to give each user customized replies, it would just see everything as coming from the minecraft bot.

Re: Bot-to-bot Integration

Posted: Sun Feb 13, 2011 5:36 pm
by MattEnloe
That's not an issue.

I have the source for a java plugin that is able to:

Whispering! Just PM the bot with: tell <playerName> <msg>

Would you be able to have one bot go through another in that regard?

http://github.com/Animosity/CraftIRC

Re: Bot-to-bot Integration

Posted: Sun Feb 13, 2011 5:45 pm
by Indy
Anything like that would have to be done via a plugin.

Since everything can be routed through the bot, you could probably just hook channel/privmsgs with a plugin instead of needing to implement a whole console interface, you'd have to override the std_reply & send_* commands but it would be a little less work than a whole console interface.

Re: Bot-to-bot Integration

Posted: Sun Feb 13, 2011 5:48 pm
by MattEnloe
As for general interface, why doesn't

RemovePreText (V.2)|(SubtleShadow)|(Wahrheit)

Allow the bot to receive requests properly?

Re: Bot-to-bot Integration

Posted: Sun Feb 13, 2011 5:57 pm
by Indy
It should, you may want to try a command that shows the result in a channel message just for testing purposes since it would be PMing the bot with replies and they may not be visible.

Re: Bot-to-bot Integration

Posted: Sun Feb 13, 2011 6:02 pm
by MattEnloe
<Wahrheit> !djowns
<RadioBot> Wahrheit thinks RadioBot owns!!
<CraftIRC-bot> (Wahrheit) !djowns

Re: Bot-to-bot Integration

Posted: Sun Feb 13, 2011 6:09 pm
by Indy
Is your RemovePreText in IRC/ServerX or somewhere else?

Are there any control codes in the prefix text? The bot may not know all of them or something and is missing one.

Re: Bot-to-bot Integration

Posted: Sun Feb 13, 2011 6:26 pm
by MattEnloe
IRC {
Server0 {
Host irc.summaxr.com
Port 6667
SSL 0
# Pass irc_server_password
OnConnect PRIVMSG NickServ :identify [REDACTED]
# OnConnect PRIVMSG [email protected] :AUTH nick password
Channel0 {
Channel #radio
Channel #minecraft
RemovePreText (V.2)|(SubtleShadow)|(Wahrheit)
# Key channel_password
DoSpam 1
DoOnjoin 1
DoTopic 1
SongInterval 0
};
};
};

Re: Bot-to-bot Integration

Posted: Sun Feb 13, 2011 6:30 pm
by Indy
Yeah, it's in your IRC/Server0/Channel0 section, it should be in IRC/Server0.