From 2f028b52446362da2e1aa9173fa938c700a6a0cf Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Sun, 4 Nov 2007 23:06:37 +0000 Subject: factoids plugin: no need to prepend 'learnt' to metadata --- data/rbot/plugins/factoids.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/rbot') diff --git a/data/rbot/plugins/factoids.rb b/data/rbot/plugins/factoids.rb index f9c64eba..e50cc73d 100644 --- a/data/rbot/plugins/factoids.rb +++ b/data/rbot/plugins/factoids.rb @@ -38,7 +38,7 @@ class FactoidsPlugin < Plugin metadata << _("in %{where}" % @hash) end unless metadata.empty? - meta << _(" [learnt %{data}]" % {:data => metadata.join(" ")}) + meta << _(" [%{data}]" % {:data => metadata.join(" ")}) end return fact+meta end -- cgit v1.2.3