From 2a9750af70b4d08f5e4e44482ddeec682ad6ec74 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Thu, 22 Mar 2007 12:01:58 +0000 Subject: keywords plugin: there is no rescan method for plugins. Remove leftover from when keywords was part of the core --- data/rbot/plugins/keywords.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/data/rbot/plugins/keywords.rb b/data/rbot/plugins/keywords.rb index 255d7fe6..6ace2016 100644 --- a/data/rbot/plugins/keywords.rb +++ b/data/rbot/plugins/keywords.rb @@ -117,13 +117,6 @@ class Keywords < Plugin end end - # drop static keywords and reload them from files, picking up any new - # keyword files that have been added - def rescan - @statickeywords = Hash.new - scan - end - # load static keywords from files, picking up any new keyword files that # have been added def scan -- cgit v1.2.3