summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index beda64f..dc423cb 100644
--- a/settings.py
+++ b/settings.py
@@ -9,7 +9,7 @@ NICKNAME = 'warmachine'
9NICKSERV_PASSWORD ='' 9NICKSERV_PASSWORD =''
10 10
11SERVER = 'irc.freenode.org' 11SERVER = 'irc.freenode.org'
12PORT = 6667 12PORT = "+6667"
13IDENT = 'warmachine' 13IDENT = 'warmachine'
14PASSWORD = os.environ['PASSWORD'] 14PASSWORD = os.environ['PASSWORD']
15 15