From a73f4bd751949b43f5cb1cd481aa35d87d00de05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phan=20Kochen?= Date: Mon, 20 Oct 2003 20:48:19 +0000 Subject: [PATCH] Doh! --- src/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf.py b/src/conf.py index ea2dab316..235022f44 100644 --- a/src/conf.py +++ b/src/conf.py @@ -260,6 +260,7 @@ types = { 'throttleTime': float, #'allowEval': mybool, 'replyWhenNotCommand': mybool, + 'replyWithPrivateNotice': mybool, 'requireRegistration': mybool, 'enablePipeSyntax': mybool, 'replyError': mystr,