diff options
Diffstat (limited to 'settings.py')
| -rw-r--r-- | settings.py | 2 |
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' | |||
| 9 | NICKSERV_PASSWORD ='' | 9 | NICKSERV_PASSWORD ='' |
| 10 | 10 | ||
| 11 | SERVER = 'irc.freenode.org' | 11 | SERVER = 'irc.freenode.org' |
| 12 | PORT = 6667 | 12 | PORT = "+6667" |
| 13 | IDENT = 'warmachine' | 13 | IDENT = 'warmachine' |
| 14 | PASSWORD = os.environ['PASSWORD'] | 14 | PASSWORD = os.environ['PASSWORD'] |
| 15 | 15 | ||