--- a/rollbot.py Wed Apr 04 00:25:43 2018 +0800
+++ b/rollbot.py Wed Apr 04 00:32:01 2018 +0800
return '/me %s a %s' % (random.choice(self.action), random.choice(self.food))
- return '/me eats a %s' % ' '.join(words[1:])
+ return '/me %s a %s' % (random.choice(self.action), ' '.join(words[1:]))
return '%s usage: %s' % (self.name, self.usage())