From e2d43ece40911da7e24f343dfdae51e38aebd2f6 Mon Sep 17 00:00:00 2001 From: jason Date: Wed, 23 Apr 2014 15:21:11 -0600 Subject: updated google plugin to use the new json module --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settings.py') diff --git a/settings.py b/settings.py index beda64f..dc423cb 100644 --- a/settings.py +++ b/settings.py @@ -9,7 +9,7 @@ NICKNAME = 'warmachine' NICKSERV_PASSWORD ='' SERVER = 'irc.freenode.org' -PORT = 6667 +PORT = "+6667" IDENT = 'warmachine' PASSWORD = os.environ['PASSWORD'] -- cgit v1.2.1