]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/defines.h
fix ngt_TrimStr(), fix format string
[ngircd-alex.git] / src / ngircd / defines.h
index 8feb5b86e21687c8144fa4d62742f4e7b6d73ede..d314f1a969bef7c3d2676ef7a97559a7155b033f 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.55 2005/07/08 16:18:39 alex Exp $
+ * $Id: defines.h,v 1.57 2005/09/02 12:50:25 alex Exp $
  */
 
 
@@ -62,7 +62,6 @@
 #define CHANNEL_NAME_LEN 51            /* Max. length of a channel name, see
                                           RFC 2812 section 1.3 */
 #define CHANNEL_MODE_LEN 9             /* Max. length of channel modes */
-#define CHANNEL_TOPIC_LEN 128          /* Max. length of a channel topic */
 
 #define COMMAND_LEN 513                        /* Max. IRC command length, see. RFC
                                           2812 section 3.2 */
 #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. */