diff options
| author | Alexander Barton <alex@barton.de> | 2002-01-28 13:06:19 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2002-01-28 13:06:19 +0000 |
| commit | 8316d98b161acd4028686b7566541d677d0f6440 (patch) | |
| tree | 736b73d7896ef5cbeab8ce8e8143d34c7b75c3af /src | |
| parent | a0123e424cfeabf7ef16ec77110686917c76e0f1 (diff) | |
| download | ngircd-8316d98b161acd4028686b7566541d677d0f6440.tar.gz ngircd-8316d98b161acd4028686b7566541d677d0f6440.zip | |
- RPL_NAMREPLY_MSG an tatsaechliche Implementierung angepasst ;-)
Diffstat (limited to 'src')
| -rw-r--r-- | src/ngircd/messages.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/ngircd/messages.h b/src/ngircd/messages.h index 8b31fe05..f6bd3189 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.21 2002/01/27 17:13:37 alex Exp $ + * $Id: messages.h,v 1.22 2002/01/28 13:06:19 alex Exp $ * * irc.h: IRC-Befehle (Header) * * $Log: messages.h,v $ + * Revision 1.22 2002/01/28 13:06:19 alex + * - RPL_NAMREPLY_MSG an tatsaechliche Implementierung angepasst ;-) + * * Revision 1.21 2002/01/27 17:13:37 alex * - neue Defines fuer RPL_TOPIC und RPL_NOTOPIC. * @@ -159,7 +162,7 @@ #define RPL_TOPIC_MSG RPL_TOPIC" %s %s :%s" #define RPL_NAMREPLY "353" -#define RPL_NAMREPLY_MSG RPL_NAMREPLY" %s %s %s :%s" +#define RPL_NAMREPLY_MSG RPL_NAMREPLY" %s %s %s :" #define RPL_LINKS "364" #define RPL_LINKS_MSG RPL_LINKS" %s %s %s :%d %s" |