diff options
author | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-07-26 22:52:14 +0000 |
---|---|---|
committer | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-07-26 22:52:14 +0000 |
commit | 2479241a368f771e905f66645d0705674300b2e9 (patch) | |
tree | dfdce5b0236a2b3a59265a6312f8f55d150579ee /rbot | |
parent | 6139b89ff92dd89e206f5073ccdde29698d2eacd (diff) |
set a name to avoid spamming help with all the options
Diffstat (limited to 'rbot')
-rw-r--r-- | rbot/plugins/lart.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rbot/plugins/lart.rb b/rbot/plugins/lart.rb index 1c72c648..de767197 100644 --- a/rbot/plugins/lart.rb +++ b/rbot/plugins/lart.rb @@ -28,6 +28,10 @@ class LartPlugin < Plugin "rmpraise" => "handle_rmpraise" } + def name + "lart" + end + #{{{ def initialize super |