Skip to content

Commit

Permalink
Added !!/help command
Browse files Browse the repository at this point in the history
Might be useful.
  • Loading branch information
thomas-daniels committed Jan 10, 2015
1 parent eafd7bb commit 25695ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion chatcommunicate.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,6 @@ def watcher(ev, wrap2):
elif "error" in states or "failure" in states:
ev.message.reply("CI build failed! :( Please check your commit.")
elif "pending" in states or not states:
ev.message.reply("CI build is still pending, wait until the build has finished and then pull again.")
ev.message.reply("CI build is still pending, wait until the build has finished and then pull again.")
if content_lower.startswith("!!/help"):
ev.message.reply("I'm [SmokeDetector](https://github.com/Charcoal-SE/SmokeDetector), a bot that detects spam and low-quality posts on the network and posts alerts to chat.")

0 comments on commit 25695ad

Please sign in to comment.