Hi monks!

I have to announce and share my new project with you. See more at: https://github.com/lucaspc/minixbot/tree/master

It's basically the development a bot for #minix IRC channel.

I have some bugs to correct, if you want to join the project, post here or /msg me anytime at #perl at irc.freenode.net.

Thanks!

Replies are listed 'Best First'.
Re: Minixbot Project
by szabgab (Priest) on Jun 29, 2014 at 08:28 UTC
    I'd probably follow the route of Ack, write the code in a separate module and then create a one-script version if that makes distribution easier. See also the Github repository of Ack. See also FatPacker

        I tried to separate the functions of bot of main program but the program doesn't work as intended. I think I will let the program in one .pl file until otherwise.