Python IRC Bot
The bot doesn’t do much but tell fortunes, give a pong response to a ping, and log the chatroom. Will probably add to is as I get bored. The fortunes text file can be found here if interested. import socket import random from config import * def processChat(sock, buff): buff = buff.strip() …