mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-13 18:30:27 +00:00
- neue Konstante IRCPLUSFLAGS.
This commit is contained in:
parent
1c668252c9
commit
33a3550df4
@ -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: defines.h,v 1.31 2002/09/03 20:39:54 alex Exp $
|
||||
* $Id: defines.h,v 1.32 2002/09/03 23:53:41 alex Exp $
|
||||
*
|
||||
* defines.h: (globale) Konstanten
|
||||
*/
|
||||
@ -59,6 +59,8 @@
|
||||
#define PROTOVER "0210" /* implementierte Protokoll-Version (RFC 2813, 4.1.1) */
|
||||
#define PROTOIRCPLUS "-IRC+" /* Protokoll-Suffix (RFC 2813, 4.1.1) */
|
||||
|
||||
#define IRCPLUSFLAGS "C" /* IRC+-Flags, die immer zutreffen */
|
||||
|
||||
#define STARTUP_DELAY 1 /* Erst n Sek. nach Start zu anderen Servern verbinden */
|
||||
#define RECONNECT_DELAY 3 /* Server-Links erst nach 3 Sekunden versuchen, wieder aufzubauen */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user