]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - lib/rbot/message.rb
weather plugin: refactor HTML cleanup code
[user/henk/code/ruby/rbot.git] / lib / rbot / message.rb
index 47994c10735d4e5a01ab8ae2fdc4aad1b49ae6b8..de72d30c93eec520f3b4c896d0888d290345bd25 100644 (file)
@@ -287,6 +287,7 @@ module Irc
         @message = $3 || String.new
         @action = @ctcp == 'ACTION'
         debug "Received CTCP command #{@ctcp} with options #{@message} (action? #{@action})"
+        @logmessage = @message.dup
       end
 
       # free splitting for plugins