From 285023382ed06501aca544c52123d61799937eab Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Tue, 25 Sep 2007 12:52:01 +0000 Subject: message.rb: fix logmessage for CTCP ACTIONs --- lib/rbot/message.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/rbot/message.rb b/lib/rbot/message.rb index 47994c10..de72d30c 100644 --- a/lib/rbot/message.rb +++ b/lib/rbot/message.rb @@ -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 -- cgit v1.2.3