From e32b66df93c785745ab73a26543c48c7132a86c1 Mon Sep 17 00:00:00 2001 From: Daniel DiPaolo Date: Tue, 13 Apr 2004 04:08:15 +0000 Subject: [PATCH] Fixed a boo-boo in the help string for fundb.add --- plugins/FunDB.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/FunDB.py b/plugins/FunDB.py index 43c0bbb57..ec6b23f1e 100755 --- a/plugins/FunDB.py +++ b/plugins/FunDB.py @@ -126,8 +126,8 @@ class FunDB(callbacks.Privmsg, plugins.ChannelDBHandler): Adds another record to the data referred to in the first argument. For commands that will later respond with an ACTION (lart and praise), $who should be in the message to show who should be larted or praised. I.e. - 'dbadd lart slices $who in half with a free AOL cd' would make the bot, - when it used that lart against, say, jemfinch, to say '/me slices + 'fundb add lart slices $who in half with a free AOL cd' would make the + bot, when it used that lart against, say, jemfinch, to say '/me slices jemfinch in half with a free AOL cd' is only necessary if the message isn't sent in the channel itself. """