diff options
| author | Alexander Barton <alex@barton.de> | 2004-04-25 15:46:50 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2004-04-25 15:46:50 +0000 |
| commit | d433eb389666aebf52de09d389097fbd76be40f3 (patch) | |
| tree | b2c59aa342e19f73d0204b57af8b9b3a1bf05fae | |
| parent | c1e9841118c3cdde677afe000f9fd29abcaddbb9 (diff) | |
| download | ngircd-d433eb389666aebf52de09d389097fbd76be40f3.tar.gz ngircd-d433eb389666aebf52de09d389097fbd76be40f3.zip | |
Add flag "L" to default IRC+ server flags: synchronize INVITE-
and BAN-lists.
| -rw-r--r-- | src/ngircd/defines.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ngircd/defines.h b/src/ngircd/defines.h index 0dfd502a..e351b236 100644 --- a/src/ngircd/defines.h +++ b/src/ngircd/defines.h @@ -8,7 +8,7 @@ * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: defines.h,v 1.44 2003/12/26 15:55:07 alex Exp $ + * $Id: defines.h,v 1.45 2004/04/25 15:46:50 alex Exp $ * * Global defines of ngIRCd. */ @@ -67,7 +67,7 @@ #define PROTOIRCPLUS "-IRC+" /* Protokoll-Suffix fŸr IRC+-Protokoll */ #ifdef IRCPLUS -# define IRCPLUSFLAGS "C" /* IRC+-Flags, die immer zutreffen */ +# define IRCPLUSFLAGS "CL" /* IRC+-Flags, die immer zutreffen */ #endif #define STARTUP_DELAY 1 /* Erst n Sek. nach Start zu anderen Servern verbinden */ |