diff options
Diffstat (limited to 'warmachine/addons/standup.py')
| -rw-r--r-- | warmachine/addons/standup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/warmachine/addons/standup.py b/warmachine/addons/standup.py index 27cee53..1120082 100644 --- a/warmachine/addons/standup.py +++ b/warmachine/addons/standup.py | |||
| @@ -320,7 +320,7 @@ class StandUpPlugin(WarMachinePlugin): | |||
| 320 | 320 | ||
| 321 | if u in self.users_awaiting_reply and \ | 321 | if u in self.users_awaiting_reply and \ |
| 322 | 'standup_msg' in self.users_awaiting_reply[u]: | 322 | 'standup_msg' in self.users_awaiting_reply[u]: |
| 323 | await connection.say('{}: {}'.format( | 323 | await connection.say('*@{}*: {}'.format( |
| 324 | u, self.users_awaiting_reply[u]['standup_msg']), channel) | 324 | u, self.users_awaiting_reply[u]['standup_msg']), channel) |
| 325 | else: | 325 | else: |
| 326 | await self.standup_priv_msg(connection, u, channel) | 326 | await self.standup_priv_msg(connection, u, channel) |