Added replyNotRegistered

This commit is contained in:
James Vega 2003-09-08 08:46:23 +00:00
parent f818efa588
commit 6b3600c1e5
1 changed files with 1 additions and 0 deletions

View File

@ -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.'