From 13246a1ef0c0e9728bb11689d6f757d4017271a8 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sun, 10 Apr 2011 02:12:48 -0400 Subject: [PATCH] adding an empty secure config file so cloners can get the template --- .gitignore | 2 +- config/irc_config.py | 2 +- config/secure_config.py | 9 +++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 config/secure_config.py diff --git a/.gitignore b/.gitignore index 3174e35..a64cd0b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ *.pyc -secure_config.py +#secure_config.py diff --git a/config/irc_config.py b/config/irc_config.py index 7dd16f6..6ff02c8 100644 --- a/config/irc_config.py +++ b/config/irc_config.py @@ -22,4 +22,4 @@ REALNAME = "[[w:en:User:EarwigBot]]" CHANS = ["##earwigbot"] # hostnames of users who can update/restart the bot with !update -ADMINS = ["wikipedia/The-Earwig"] \ No newline at end of file +ADMINS = ["wikipedia/The-Earwig"] diff --git a/config/secure_config.py b/config/secure_config.py new file mode 100644 index 0000000..0db882e --- /dev/null +++ b/config/secure_config.py @@ -0,0 +1,9 @@ +# -*- coding: utf-8 -*- + +# EarwigBot Configuration File +# This file contains information that should be kept hidden, including passwords. + +# IRC: identify ourselves to NickServ? +NS_AUTH = False +NS_USER = "" +NS_PASS = ""