aboutsummaryrefslogtreecommitdiffstats
path: root/jeeves/art.py
diff options
context:
space:
mode:
Diffstat (limited to 'jeeves/art.py')
-rw-r--r--jeeves/art.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jeeves/art.py b/jeeves/art.py
index 274bac5..dbbb444 100644
--- a/jeeves/art.py
+++ b/jeeves/art.py
@@ -151,7 +151,7 @@ def _img_to_irc(url, height):
@plugin.require_chanmsg
def cmd_draw(bot, trigger):
if not _PILLOW:
- bot.notice("!draw requires Pillow (pip install Pillow) — not installed", trigger.nick)
+ bot.notice("!draw requires Pillow (pip install Pillow), not installed", trigger.nick)
return
args = (trigger.group(2) or "").split(None, 1)