diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-04-09 01:28:21 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-04-09 01:28:21 +0200 |
commit | 55eae6dcf60c8b24452cf5eb75f18aacb3469215 (patch) | |
tree | c541a72192fab49199a7c27b5ebbe7b4d8ec379b /data/rbot | |
parent | 3b8b9d66fb60469a05a51bbcdf9bc919de155e07 (diff) |
script plugin: mark handled messages as replied
Diffstat (limited to 'data/rbot')
-rw-r--r-- | data/rbot/plugins/script.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/rbot/plugins/script.rb b/data/rbot/plugins/script.rb index c994d4da..8a3e1e84 100644 --- a/data/rbot/plugins/script.rb +++ b/data/rbot/plugins/script.rb @@ -64,6 +64,7 @@ class ScriptPlugin < Plugin m.reply( e.inspect ) end } + m.replied = true end end |