# Configuration for the minibot.py bot starts here server = "irc.rizon.net" port = 6667 channels = ["#asdfgbus", "#botbus"] defaultchannel = "#asdfgbus" nick = "minibot-testing-ss13" altnick = "minibot-testing-ss13_" name = "minibot" ident = "minibot" realname = "minibot" password = "CHANGETHIS" # Configuration ends here