diff options
| author | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:48 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:48 +0200 |
| commit | d9c4a95345bd758e45196b29368bd2ff0f2790e3 (patch) | |
| tree | 8e7aa76f3f2a3a064f440f7410e4ec01cd34a78f /msgs.h | |
| parent | d4c9f10efe815af146438cafb694d16da0e5650a (diff) | |
tagging ychat-0.5.2ychat-0.5.2
Diffstat (limited to 'msgs.h')
| -rw-r--r--[-rwxr-xr-x] | msgs.h | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 |
