diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-03-22 12:01:58 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-03-22 12:01:58 +0000 |
commit | 2a9750af70b4d08f5e4e44482ddeec682ad6ec74 (patch) | |
tree | 792868df3e2c028a47d672683c0b2e4c52bb3080 /data | |
parent | b5e306c6e24e0a96b04ebf14318b3bd763cfd40d (diff) |
keywords plugin: there is no rescan method for plugins. Remove leftover from when keywords was part of the core
Diffstat (limited to 'data')
-rw-r--r-- | data/rbot/plugins/keywords.rb | 7 |
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 |