diff options
Diffstat (limited to 'settings.py')
| -rw-r--r-- | settings.py | 8 |
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. | ||
| 1 | NICKNAME = 'warmachine' | 5 | NICKNAME = 'warmachine' |
| 2 | 6 | ||
| 3 | SERVER = 'irc.freenode.org' | 7 | SERVER = 'irc.freenode.org' |
| 4 | PORT = 6667 | 8 | PORT = 6667 |
| 5 | IDENT = 'warmachine' | 9 | IDENT = 'warmachine' |
| 6 | 10 | ||
| 7 | CHANNELS = ('#antitech-dev',) | 11 | CHANNELS = ('#warmachine-dev',) |
| 12 | |||
| 13 | ADMINS = ('com4',) | ||
| 8 | 14 | ||
| 9 | try: | 15 | try: |
| 10 | from local_settings.py import * | 16 | from local_settings.py import * |