summaryrefslogtreecommitdiff
path: root/msgs.h
diff options
context:
space:
mode:
Diffstat (limited to 'msgs.h')
-rw-r--r--[-rwxr-xr-x]msgs.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/msgs.h b/msgs.h
index 8c2ca13..3f9f37d 100755..100644
--- a/msgs.h
+++ b/msgs.h
@@ -17,11 +17,14 @@
#define CFILENO "Failed opening config file "
#define CONNECT "Receiving connection "
#define CONTACT "Contact: www.yChat.org, Mail@yChat.org "
-#define DESCRIP "yChat++ Copyright (C) 2003 Paul C. Buetow, Volker Richer "
+#define DESCRIP "yChat; Copyright (C) 2003 Paul C. Buetow, Volker Richer\n(C) 2005 Paul C. Buetow"
#define DOWNMSG "Shutting down "
-#define LOGINPR "Login procedure succeeded for nick "
+#define LOGINPR "Login procedure succeeded for nick "
#define MODULEC "Caching module "
#define NEWROOM "Adding room "
+#define POOLER1 "Pool: Did not allocate all threads ("
+#define POOLER2 "Pool: Max pool size reached ("
+#define POOLFLL "Pool: Allocating new threads ("
#define REQUEST "Request string "
#define SEPERAT "----------------------------------------- "
#define SOCKCRT "Creating server socket "
@@ -31,6 +34,6 @@
#define TECACHE "Caching template "
#define THREADS "Starting thread job "
#define THREADE "Exiting thread job "
-#define VERSION "Version: yChat++ Basic 0.5.1"
+#define VERSION "Version: yChat 0.5.2-LEGACYRELEASE"
#endif