]> arthur.barton.de Git - ngircd.git/commitdiff
New constant "CUT_TXTSUFFIX". [from HEAD]
authorAlexander Barton <alex@barton.de>
Sat, 2 Jul 2005 14:44:36 +0000 (14:44 +0000)
committerAlexander Barton <alex@barton.de>
Sat, 2 Jul 2005 14:44:36 +0000 (14:44 +0000)
src/ngircd/defines.h

index 5f5adcd368f3e5cb4d7a8158ab71350bffcb94a4..469136e0e1f6178f7eb5a3b5f5be39e3ab3028e5 100644 (file)
@@ -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