rtdmnk / viking-bot

IRC bot written in Python 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

viking-bot

IRC bot written in Python 3 Command line arguments -v(erbose), prints traceback for exceptions to command line. -c(onfig), point to configuration file (default is ./bot.conf)

Requirements

Configuration example

# ./bot.conf
# Server info 
host = "irc.server.com"
port = 6667 # + for ssl, e.g: +6697

# Bot info
nick = "VikingIRCBot"
ident = "info"
realname = "Amanita Muscaria"

owner = "totalawesomeuser"

# Logging
log_file = "viking.log"

# NickServ
nickserv = True
password = "supersecret"

About

IRC bot written in Python 3

License:GNU General Public License v2.0


Languages

Language:Python 100.0%