summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index 7884422..947b5bb 100644
--- a/settings.py
+++ b/settings.py
@@ -1,10 +1,16 @@
1# warmachine
2#
3
4# choose the nickname for you bot.
1NICKNAME = 'warmachine' 5NICKNAME = 'warmachine'
2 6
3SERVER = 'irc.freenode.org' 7SERVER = 'irc.freenode.org'
4PORT = 6667 8PORT = 6667
5IDENT = 'warmachine' 9IDENT = 'warmachine'
6 10
7CHANNELS = ('#antitech-dev',) 11CHANNELS = ('#warmachine-dev',)
12
13ADMINS = ('com4',)
8 14
9try: 15try:
10 from local_settings.py import * 16 from local_settings.py import *