git://git.furryclan.net
/
furrycat
/
catbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7996ed
)
We can't /me.
author
CMDR furrycat
<elite@furrycat.net>
Tue, 4 Oct 2016 13:32:01 +0000
(14:32 +0100)
committer
CMDR furrycat
<elite@furrycat.net>
Tue, 4 Oct 2016 13:32:01 +0000
(14:32 +0100)
bot.py
patch
|
blob
|
history
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'