Page 1 of 1

IRCServices botserv module

Posted: Sat Mar 25, 2006 9:54 pm
by ratman
hello all,
First, I need to explain what I need done:

I have a hub server that may have alot of other networks connecting to it. I need a services that has a full DB converter in it, which IRCServices has, but it does NOT have botserv. We REALLY need a botserv module coded. Would anyone be willing to join our server at irc.miltonradio.com port 6668 and help us with this project idea?

Pseudocode to get things going

Posted: Sat Mar 25, 2006 11:59 pm
by ratman
ok guys,

to help get thigs going I'm gonna provide some pseudocode of what this botserv module has to do. Others are welcome to fil in what I missed :).

Code: Select all


START
   Botserv module starts
   Module integrates with the rest of IRCServices according to docs found at http://www.ircservices.esper.net/docs/6.html
   IF user sends notice to botserv with add command THEN
      See if user who sent the notice has the proper access
      IF user has proper access THEN
         Check for proper command syntax
         IF command syntax is proper THEN
            add Qline for correct nick
            connect bot to server
            add botnick to botserv bot list
        ELSE
           Return notice showing proper syntax
   ELSE
      Return notice saying access denied
STOP......