summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/settings.py b/settings.py
new file mode 100644
index 0000000..7884422
--- /dev/null
+++ b/settings.py
@@ -0,0 +1,12 @@
1NICKNAME = 'warmachine'
2
3SERVER = 'irc.freenode.org'
4PORT = 6667
5IDENT = 'warmachine'
6
7CHANNELS = ('#antitech-dev',)
8
9try:
10 from local_settings.py import *
11except ImportError:
12 pass \ No newline at end of file