diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-09-09 06:44:59 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-09-09 06:44:59 +0000 |
commit | 9eb1553a306a162f98b45f86b194a862a4f4b668 (patch) | |
tree | c5cd20a2743126c6a7b96638aff33eb110ef3864 /data/rbot/plugins/fortune.rb | |
parent | 17bbbbc1dfd32f0914ca1c5472a1268df3673b27 (diff) |
fortune plugin: add header
Diffstat (limited to 'data/rbot/plugins/fortune.rb')
-rw-r--r-- | data/rbot/plugins/fortune.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/rbot/plugins/fortune.rb b/data/rbot/plugins/fortune.rb index d258e9ba..2845a8c8 100644 --- a/data/rbot/plugins/fortune.rb +++ b/data/rbot/plugins/fortune.rb @@ -1,3 +1,8 @@ +#-- vim:sw=2:et +#++ +# +# :title: Fortune plugin + class FortunePlugin < Plugin BotConfig.register BotConfigStringValue.new('fortune.path', :default => '', |