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()