diff options
| author | Alexander Barton <alex@barton.de> | 2002-11-24 18:45:31 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2002-11-24 18:45:31 +0000 |
| commit | 15d78412bc5eabef4ab7ec9027f61c8816f33022 (patch) | |
| tree | 6645acde1f71d8996c90960915a4423c3c4ee098 /src | |
| parent | 1fd9216ca453af260887db338131031c0ab73d24 (diff) | |
| download | ngircd-15d78412bc5eabef4ab7ec9027f61c8816f33022.tar.gz ngircd-15d78412bc5eabef4ab7ec9027f61c8816f33022.zip | |
- neue Konstante RPL_TIME_MSG.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ngircd/messages.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ngircd/messages.h b/src/ngircd/messages.h index 59f80b44..6b1b1d4c 100644 --- a/src/ngircd/messages.h +++ b/src/ngircd/messages.h @@ -9,7 +9,7 @@ * 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.53 2002/11/22 23:08:04 alex Exp $ + * $Id: messages.h,v 1.54 2002/11/24 18:45:31 alex Exp $ * * irc.h: IRC-Befehle (Header) */ @@ -71,6 +71,7 @@ #define RPL_MOTDSTART_MSG "375 %s :- %s message of the day" #define RPL_ENDOFMOTD_MSG "376 %s :End of MOTD command" #define RPL_YOUREOPER_MSG "381 %s :You are now an IRC Operator" +#define RPL_TIME_MSG "391 %s %s :%s" #define ERR_NOSUCHNICK_MSG "401 %s %s :No such nick or channel name" #define ERR_NOSUCHSERVER_MSG "402 %s %s :No such server" |