summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/keywords.rb
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-03-22 12:01:58 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-03-22 12:01:58 +0000
commit2a9750af70b4d08f5e4e44482ddeec682ad6ec74 (patch)
tree792868df3e2c028a47d672683c0b2e4c52bb3080 /data/rbot/plugins/keywords.rb
parentb5e306c6e24e0a96b04ebf14318b3bd763cfd40d (diff)
keywords plugin: there is no rescan method for plugins. Remove leftover from when keywords was part of the core
Diffstat (limited to 'data/rbot/plugins/keywords.rb')
-rw-r--r--data/rbot/plugins/keywords.rb7
1 files changed, 0 insertions, 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