From 42f3e1340c35b29300a63a49ee799704f0bb8fe1 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 27 Aug 2004 15:13:48 +0000 Subject: [PATCH] Reply's getConfig shouldn't be used on GlobalValues. --- src/callbacks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/callbacks.py b/src/callbacks.py index 4f34db502..9bd22a355 100644 --- a/src/callbacks.py +++ b/src/callbacks.py @@ -162,7 +162,7 @@ def reply(msg, s, prefixName=True, private=None, else: target = to # XXX: User value for reply.withNoticeWhenPrivate. - if getConfig(conf.supybot.reply.withNoticeWhenPrivate): + if conf.supybot.reply.withNoticeWhenPrivate(): # global, no getConfig. notice = True if to is None: to = msg.nick