Merge pull request #15 from haydennyyy/patch-1

Stopped the bot being such a HEATHEN!
This commit is contained in:
Anthony Sottile 2019-10-19 15:07:30 -07:00 committed by GitHub
commit 5564c7413a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
bot.py
View File

@ -324,7 +324,7 @@ def msg_gnu_please(match: Match[str]) -> Response:
if query: if query:
return MessageResponse(match, f'YES! {query[0]}') return MessageResponse(match, f'YES! {query[0]}')
else: else:
return MessageResponse(match, f"Um please, it's GNU/{esc(word)}!") return MessageResponse(match, f"Um please, it's GNU+{esc(word)}!")
# TODO: !tags, only allowed by stream admin / mods???? # TODO: !tags, only allowed by stream admin / mods????