mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-28 16:24:44 +00:00
- neue Konstante: CHANNEL_TOPIC_LEN
This commit is contained in:
parent
52548bd3e3
commit
8975c7a204
@ -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: defines.h,v 1.10 2002/02/27 18:22:45 alex Exp $
|
||||
* $Id: defines.h,v 1.11 2002/02/27 20:32:34 alex Exp $
|
||||
*
|
||||
* defines.h: (globale) Konstanten
|
||||
*
|
||||
* $Log: defines.h,v $
|
||||
* Revision 1.11 2002/02/27 20:32:34 alex
|
||||
* - neue Konstante: CHANNEL_TOPIC_LEN
|
||||
*
|
||||
* Revision 1.10 2002/02/27 18:22:45 alex
|
||||
* - Mode "a" (away) in USERMODES aufgenommen.
|
||||
*
|
||||
@ -79,6 +82,7 @@
|
||||
|
||||
#define CHANNEL_NAME_LEN 51 /* max. Laenge eines Channel-Namens, vgl. RFC 2812, 1.3 */
|
||||
#define CHANNEL_MODE_LEN 8 /* max. Laenge der Channel-Modes */
|
||||
#define CHANNEL_TOPIC_LEN 128 /* max. Laenge eines Channel-Topics */
|
||||
|
||||
#define COMMAND_LEN 513 /* max. Laenge eines Befehls, vgl. RFC 2812, 3.2 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user