X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fdefines.h;h=d314f1a969bef7c3d2676ef7a97559a7155b033f;hp=70800c3d65c4d2354eb9ce9662720786c4020678;hb=ca32c1b311379445d1c8bee5705a9371cf2fa1a7;hpb=342f20f88931d823088dccf5af45281df64e3c51 diff --git a/src/ngircd/defines.h b/src/ngircd/defines.h index 70800c3d..d314f1a9 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.56 2005/07/28 16:23:55 fw Exp $ + * $Id: defines.h,v 1.57 2005/09/02 12:50:25 alex Exp $ */ @@ -103,6 +103,8 @@ #define DEFAULT_AWAY_MSG "Away" /* Away message for users connected to linked servers. */ +#define DEFAULT_TOPIC_ID "-Server-" /* Default ID for "topic owner". */ + #define CONFIG_FILE "/ngircd.conf" /* Configuration file name. */ #define MOTD_FILE "/ngircd.motd" /* Name of the MOTD file. */ #define MOTD_PHRASE "" /* Default MOTD phrase string. */