diff options
| author | Alexander Barton <alex@barton.de> | 2002-02-17 17:42:53 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2002-02-17 17:42:53 +0000 |
| commit | 1b1b718e7e58a5d456fcaeed61a48a957c9e5aa7 (patch) | |
| tree | 0f4b5ebbaaf6ce6836ac930315d611833cefc16a | |
| parent | ce2738c9840565f1665ac1d5b63b970eadfa5f39 (diff) | |
| download | ngircd-1b1b718e7e58a5d456fcaeed61a48a957c9e5aa7.tar.gz ngircd-1b1b718e7e58a5d456fcaeed61a48a957c9e5aa7.zip | |
- neue Text-Konstante ERR_UMODEUNKNOWNFLAG2_MSG.
| -rw-r--r-- | src/ngircd/messages.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/ngircd/messages.h b/src/ngircd/messages.h index 38a3ebb0..0baeb491 100644 --- a/src/ngircd/messages.h +++ b/src/ngircd/messages.h @@ -9,11 +9,14 @@ * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. * - * $Id: messages.h,v 1.28 2002/02/13 23:04:50 alex Exp $ + * $Id: messages.h,v 1.29 2002/02/17 17:42:53 alex Exp $ * * irc.h: IRC-Befehle (Header) * * $Log: messages.h,v $ + * Revision 1.29 2002/02/17 17:42:53 alex + * - neue Text-Konstante ERR_UMODEUNKNOWNFLAG2_MSG. + * * Revision 1.28 2002/02/13 23:04:50 alex * - RPL_MYINFO_MSG korrigiert. * @@ -255,7 +258,8 @@ #define ERR_NOOPERHOST_MSG ERR_NOOPERHOST" %s :Not configured for your host" #define ERR_UMODEUNKNOWNFLAG "501" -#define ERR_UMODEUNKNOWNFLAG_MSG ERR_UMODEUNKNOWNFLAG" %s :Unknown mode flag" +#define ERR_UMODEUNKNOWNFLAG_MSG ERR_UMODEUNKNOWNFLAG" %s :Unknown mode" +#define ERR_UMODEUNKNOWNFLAG2_MSG ERR_UMODEUNKNOWNFLAG" %s :Unknown mode \"%c%c\"" #define ERR_USERSDONTMATCH "502" #define ERR_USERSDONTMATCH_MSG ERR_USERSDONTMATCH" %s :Can't set/get mode for other users" |