From d91186b48d1a3fd00c06782f89b76f95eeea9896 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Mon, 23 Oct 2006 21:16:26 +0000 Subject: stupid typo in keywords forget --- data/rbot/plugins/keywords.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/rbot') diff --git a/data/rbot/plugins/keywords.rb b/data/rbot/plugins/keywords.rb index a5b773a1..dc7171ed 100644 --- a/data/rbot/plugins/keywords.rb +++ b/data/rbot/plugins/keywords.rb @@ -446,7 +446,7 @@ class Keywords < Plugin keyword_lookup(m, m.params) if @bot.auth.allow?('keyword', m.source, m.replyto) end when "forget" - keyword_forget(m, params) if @bot.auth.allow?('keycmd', m.source, m.replyto) + keyword_forget(m, m.params) if @bot.auth.allow?('keycmd', m.source, m.replyto) when "tell" if m.params =~ /(\S+)\s+about\s+(.+)$/ keyword_tell(m, $1, $2) if @bot.auth.allow?('keyword', m.source, m.replyto) -- cgit v1.2.3