From 6b3600c1e51ded4367c59a791955c0fee8d91bec Mon Sep 17 00:00:00 2001 From: James Vega Date: Mon, 8 Sep 2003 08:46:23 +0000 Subject: [PATCH] Added replyNotRegistered --- src/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf.py b/src/conf.py index 7749dab65..b7c586437 100644 --- a/src/conf.py +++ b/src/conf.py @@ -98,6 +98,7 @@ replyNoCapability = 'You don\'t have the "%s" capability.' replySuccess = 'The operation succeeded.' replyIncorrectAuth = 'Your hostmasks don\'t match or your password is wrong.' replyNoUser = 'I can\'t find that user in my database.' +replyNotRegistered = 'You must be registered to use this command.' replyInvalidArgument = 'I can\'t send \\r, \\n, or \\0 (\\x00).' replyRequiresPrivacy = 'That can\'t be done in a channel.' replyEvalNotAllowed = 'You must enable conf.allowEval for that to work.'