X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=data%2Frbot%2Fplugins%2Fseen.rb;h=529fdf8695f3d3125c858f13c6400e601040d3bb;hb=16336b4a240a4265d1f2df1e30d7b68d3a924287;hp=ed308ac9363be46512677ab892a57dd0a8345798;hpb=cae7568bdfb07be564562edb49343c74762c5daa;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/data/rbot/plugins/seen.rb b/data/rbot/plugins/seen.rb index ed308ac9..529fdf86 100644 --- a/data/rbot/plugins/seen.rb +++ b/data/rbot/plugins/seen.rb @@ -99,6 +99,7 @@ class SeenPlugin < Plugin ret << "changing nick from #{saw.nick} to #{saw.message}" when :PART ret << "leaving #{saw.where}" + ret << " (#{saw.message})" unless saw.message.empty? when :JOIN ret << "joining #{saw.where}" when :QUIT