From 7e8746d436dd8246693cbcc9e160f3d971fec54b Mon Sep 17 00:00:00 2001 From: LetterJay Date: Sat, 10 Jun 2017 10:07:47 -0500 Subject: [PATCH] Create config.py --- bot/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bot/config.py b/bot/config.py index c0ffc55bed..8888753ab7 100644 --- a/bot/config.py +++ b/bot/config.py @@ -1,7 +1,6 @@ # Configuration for the minibot.py bot starts here server = "irc.rizon.net" port = 6667 -nudge_port = 45678 channels = ["#asdfgbus", "#botbus"] defaultchannel = "#asdfgbus"