diff options
-rw-r--r-- | data/rbot/plugins/note.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/note.rb b/data/rbot/plugins/note.rb index 25d122a1..8dfae361 100644 --- a/data/rbot/plugins/note.rb +++ b/data/rbot/plugins/note.rb @@ -44,7 +44,7 @@ class NotePlugin < Plugin pub = [] priv = [] @registry[nick].each do |n| - s = "[#{n.time.strftime('%H:%M')}] <#{n.from}> #{n.text}" + s = "[#{n.time.strftime('%b-%e %H:%M')}] <#{n.from}> #{n.text}" unless n.private or @bot.config['note.private_message'] pub << s else |