Skip to content
This repository has been archived by the owner on May 17, 2020. It is now read-only.

Commit

Permalink
Fixes #21
Browse files Browse the repository at this point in the history
  • Loading branch information
Foggalong committed Sep 15, 2014
1 parent 5e64c3a commit 0964579
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# Time before post is removed
DELAY = 1200
# WGW start
WGWNUMBER = 10
WGWNUMBER = 11
# Toggles whether bot reports before removal
TRUSTME = True

Expand Down Expand Up @@ -111,9 +111,9 @@
"now deprecated in favour of userflair." + CONTACT

# Message when not using an approved host
HOSTRESPONSE = "You don't appear to be using an [approved host](). " \
HOSTRESPONSE = "You don't appear to be using an [approved host]({0})." \
"Please resubmit using one of them, but feel free to " \
"leave mirrors to host in your details comment." + CONTACT
"leave mirrors to host in your details comment.{1}".format(HOSTLINK, CONTACT)

# Warning when haven't added a details comment
DETAILSWARN = "Please add a {0}.{1}".format(TEMPLATE, CONTACT)
Expand Down Expand Up @@ -280,6 +280,7 @@ def actions(post):
file.write(pid + "\n")



"""RUNNING BOT"""

print("Running on /r/" + SUBREDDIT)
Expand Down

0 comments on commit 0964579

Please sign in to comment.