Bot-to-bot Integration

Author
Message
Indy
User avatar
Offline
Site Admin
Posts: 465
Joined: Thu Oct 16, 2008 1:58 pm
IRCBot Version I Use: v5
IRCBot Platform: Linux/Ubuntu
Contact:

Re: Bot-to-bot Integration

Post 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.
You can also contact me via email or instant messenger, links are at the bottom of this post.

MattEnloe
Offline
Member
Posts: 51
Joined: Sat Oct 16, 2010 10:40 am

Re: Bot-to-bot Integration

Post 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

Indy
User avatar
Offline
Site Admin
Posts: 465
Joined: Thu Oct 16, 2008 1:58 pm
IRCBot Version I Use: v5
IRCBot Platform: Linux/Ubuntu
Contact:

Re: Bot-to-bot Integration

Post 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.
You can also contact me via email or instant messenger, links are at the bottom of this post.

MattEnloe
Offline
Member
Posts: 51
Joined: Sat Oct 16, 2010 10:40 am

Re: Bot-to-bot Integration

Post by MattEnloe »

As for general interface, why doesn't

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

Allow the bot to receive requests properly?

Indy
User avatar
Offline
Site Admin
Posts: 465
Joined: Thu Oct 16, 2008 1:58 pm
IRCBot Version I Use: v5
IRCBot Platform: Linux/Ubuntu
Contact:

Re: Bot-to-bot Integration

Post 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.
You can also contact me via email or instant messenger, links are at the bottom of this post.

MattEnloe
Offline
Member
Posts: 51
Joined: Sat Oct 16, 2010 10:40 am

Re: Bot-to-bot Integration

Post by MattEnloe »

<Wahrheit> !djowns
<RadioBot> Wahrheit thinks RadioBot owns!!
<CraftIRC-bot> (Wahrheit) !djowns

Indy
User avatar
Offline
Site Admin
Posts: 465
Joined: Thu Oct 16, 2008 1:58 pm
IRCBot Version I Use: v5
IRCBot Platform: Linux/Ubuntu
Contact:

Re: Bot-to-bot Integration

Post 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.
You can also contact me via email or instant messenger, links are at the bottom of this post.

MattEnloe
Offline
Member
Posts: 51
Joined: Sat Oct 16, 2010 10:40 am

Re: Bot-to-bot Integration

Post 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
};
};
};

Indy
User avatar
Offline
Site Admin
Posts: 465
Joined: Thu Oct 16, 2008 1:58 pm
IRCBot Version I Use: v5
IRCBot Platform: Linux/Ubuntu
Contact:

Re: Bot-to-bot Integration

Post by Indy »

Yeah, it's in your IRC/Server0/Channel0 section, it should be in IRC/Server0.
You can also contact me via email or instant messenger, links are at the bottom of this post.

Post Reply