diff --git a/ircbot.py b/ircbot.py index 9f0c70a..88d4cd6 100644 --- a/ircbot.py +++ b/ircbot.py @@ -32,7 +32,7 @@ servers = { "replirc": { "address": "localhost", "pass": env["replirc_pass"], - "channels": {"#random": 0, "#dice": 0, "#main": 0, "#bots": 0}, + "channels": {"#random": 0, "#dice": 0, "#main": 0, "#bots": 0, "#firebot": 0}, "admins": ["firepup", "firepup|lounge", "h|tl"], }, }