From 305fb8442c140075e20c9ce031822f7786e3db7d Mon Sep 17 00:00:00 2001 From: jcao219 Date: Mon, 2 Apr 2012 16:21:32 -0500 Subject: [PATCH] add clarifying comment --- .hgignore | 1 + botconfig.py.example | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.hgignore b/.hgignore index 2d0af55..b1a3686 100644 --- a/.hgignore +++ b/.hgignore @@ -3,3 +3,4 @@ syntax: glob *.pyc *.sqlite3 botconfig.py +errors.log diff --git a/botconfig.py.example b/botconfig.py.example index a9f6ef7..f06bbbd 100644 --- a/botconfig.py.example +++ b/botconfig.py.example @@ -15,6 +15,8 @@ ALLOW = {"cloakof/fwaiter": ("fwait",), "cloakof/?omeone_else": ("fday","fnight")} DENY = {} +# Stop editing here + # Argument --debug means start in debug mode import argparse parser = argparse.ArgumentParser()