Skip to content

Commit

Permalink
Merge pull request #52 from JC3/master
Browse files Browse the repository at this point in the history
Increase link text size
  • Loading branch information
thomas-daniels committed Apr 6, 2015
2 parents f309add + 5581f6e commit 558b2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatcommunicate.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def watcher(ev, wrap2):
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.")
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. A command list is available [here](https://github.com/Charcoal-SE/SmokeDetector/wiki/Commands).")
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. [A command list is available here](https://github.com/Charcoal-SE/SmokeDetector/wiki/Commands).")
if content_lower.startswith("!!/apiquota"):
ev.message.reply(GlobalVars.apiquota)
if content_lower.startswith("!!/queuestatus"):
Expand Down

0 comments on commit 558b2f3

Please sign in to comment.