diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-11-04 15:10:23 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-11-04 15:10:23 +0000 |
commit | 34acfe3193a3603b4c6654dd23dacfef80ce1bc2 (patch) | |
tree | 72074a379447ac894106deaf52916cab710e6ee8 /data | |
parent | 9e09a5fda0720098ab497aaf827f232cee392599 (diff) |
factoids plugin: mark factoids as changed after factfile import
Diffstat (limited to 'data')
-rw-r--r-- | data/rbot/plugins/factoids.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/rbot/plugins/factoids.rb b/data/rbot/plugins/factoids.rb index 4fed9242..8ceb28f4 100644 --- a/data/rbot/plugins/factoids.rb +++ b/data/rbot/plugins/factoids.rb @@ -281,6 +281,7 @@ class FactoidsPlugin < Plugin :fname => fname, :len => @factoids.length - oldlen }) + @changed = true end end |