From 0a813e0f404bb31d1af1e3ccf9341e5b6aed5659 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 31 Oct 2009 16:38:01 -0500 Subject: need to override both message and plaintext --- lib/IM/Engine/Plugin/Commands/Command/Help.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/IM/Engine/Plugin/Commands/Command/Help.pm b/lib/IM/Engine/Plugin/Commands/Command/Help.pm index 5847414..24cc464 100644 --- a/lib/IM/Engine/Plugin/Commands/Command/Help.pm +++ b/lib/IM/Engine/Plugin/Commands/Command/Help.pm @@ -13,7 +13,8 @@ sub default { my $last_message = $self->_ime_plugin->_last_message; my $message = $last_message->meta->clone_object( $last_message, - message => "${prefix}$action -help", + message => "${prefix}$action -help", + plaintext => "${prefix}$action -help", ); return $self->_ime_plugin->incoming($message); } -- cgit v1.2.3