I am trying to get my eggy to send a pm to another bot..
I have a certain channel im making my eggy join, from there, i need it to pm another bot with like.. /msg otherbot login [user] [ pass] where I will hard code the login info. I have been searching and trying different things but have had no luck.
I am also wondering how I can manually pm someone from within the bot's dcc chat command line..
Thanks guys,
P.S. if this isnt the right place for this, let me know or where I should look for learning how to do this.
Ok, i hate when this happens.. ill post something that I have been working on for a long time then it just comes to me...
Ok, figured out the sending private message part
.msg <nickname> <text>
Now i need my bot to perform .msg <nickname> <text> when it joins a particular channel or maybe just when it comes online. Ill need to check whether its already in that channel or not
Ok, lets see if i figure that out also after 2 days of trying now that I posted here.. see these forums are really good even if no one replies
Have you tryed a timed script.. Something like if the bot is in a channel, send privmsg $botnick with the msg text ? that it will check and send the msg once an hour or soemthing.. Or you can have the bot as it joins the channel send a msg to a defined bot.. lemme do both fer ya