We can't /me.
authorCMDR furrycat <elite@furrycat.net>
Tue, 4 Oct 2016 13:32:01 +0000 (14:32 +0100)
committerCMDR furrycat <elite@furrycat.net>
Tue, 4 Oct 2016 13:32:01 +0000 (14:32 +0100)
bot.py

diff --git a/bot.py b/bot.py
index 33fbe73..84c3382 100755 (executable)
--- a/bot.py
+++ b/bot.py
@@ -769,7 +769,7 @@ def list_announcements(message):
   if len(results):
     yield from say_many(message.channel, results)
   else:
-    yield from say(message.channel, '/me shrugs')
+    yield from say(message.channel, '*shrugs*')
 
 def iso8601(timestamp):
   return datetime.datetime.utcfromtimestamp(timestamp).isoformat()[:19] + 'Z'