1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-06-26 07:03:00 +00:00

New constant "CUT_TXTSUFFIX". [from HEAD]

This commit is contained in:
Alexander Barton 2005-07-02 14:44:36 +00:00
parent db2a41e5bc
commit 5f68d5f1e1

View File

@ -8,7 +8,7 @@
* (at your option) any later version. * (at your option) any later version.
* Please read the file COPYING, README and AUTHORS for more information. * 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. * Global defines of ngIRCd.
*/ */
@ -98,6 +98,8 @@
#define NOTICE_TXTPREFIX "" /* prefix for NOTICEs from the server to users */ #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 #ifdef RENDEZVOUS
#define RENDEZVOUS_TYPE "_ircu._tcp." /* service type to register with Rendezvous */ #define RENDEZVOUS_TYPE "_ircu._tcp." /* service type to register with Rendezvous */
#endif #endif