X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fdefines.h;h=469136e0e1f6178f7eb5a3b5f5be39e3ab3028e5;hb=5f68d5f1e1fc03498d70fa6bcd4252d14fa8fa07;hp=5f5adcd368f3e5cb4d7a8158ab71350bffcb94a4;hpb=9f247ebd5a9b424ae9e6c10ba31dcb4b7190b1f8;p=ngircd.git diff --git a/src/ngircd/defines.h b/src/ngircd/defines.h index 5f5adcd3..469136e0 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.52 2005/05/16 12:22:32 alex Exp $ + * $Id: defines.h,v 1.52.2.1 2005/07/02 14:44:36 alex Exp $ * * Global defines of ngIRCd. */ @@ -98,6 +98,8 @@ #define NOTICE_TXTPREFIX "" /* prefix for NOTICEs from the server to users */ +#define CUT_TXTSUFFIX "[CUT]" /* Suffix for oversized messages that + have been shortened and cut off. */ #ifdef RENDEZVOUS #define RENDEZVOUS_TYPE "_ircu._tcp." /* service type to register with Rendezvous */ #endif