diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-05-20 21:48:17 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-05-20 21:48:17 +0200 |
commit | 00f2ebcb30f460aaee5494dde9a5c2b1db4c4cc0 (patch) | |
tree | d65a694004c0a35b955eb189c5bb673b5c3f8f00 | |
parent | 6c1022d9ef02ae01b1258a388ecab150241a5f69 (diff) |
botsnack plugin: help: it's @bot.nick, not @nick
-rw-r--r-- | data/rbot/plugins/botsnack.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/botsnack.rb b/data/rbot/plugins/botsnack.rb index 54eb88f4..d3097d1b 100644 --- a/data/rbot/plugins/botsnack.rb +++ b/data/rbot/plugins/botsnack.rb @@ -18,7 +18,7 @@ class BotsnackPlugin < Plugin def help(plugin, topic="") - "botsnack => reward #{@nick} for being good" + "botsnack => reward #{@bot.nick} for being good" end |