itte/config.py

15 lines
281 B
Python

# Server and channel settings
server = ("localhost", 6667)
channels = ["#rktest"]
bot_nick = "ramenkan"
# Admin user and code for admin actions
admin_user = "mio"
admin_code = "ramen"
# Request prefix, e.g. "!<request>"
req_prefix = "!"
# Print messages to stdout
debug = True