IRC bot
Simple bot in Python 3.
Configuation
HOST- irc serverPORT- irc server port (default: 6667)NICK- nick of botCHANS- list of channelsOPS- bot will make those users the OPsDEBUG- bot will print logs to stdoutFORTUNES- array of fortunesDELAY- delay between reading new messages
Usage
./bot.pyLicense
MIT