diff options
Diffstat (limited to 'msgs.h')
| -rwxr-xr-x | msgs.h | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -1,14 +1,11 @@ #ifndef MSGS_H #define MSGS_H -// message templates. -// will post "nickname enters the chat" into the room. -#define USERENTR " enters the chat<br>\n" -#define USERLEAV " leaves the chat<br>\n" // several error messages which will apear by the clients. -#define E_NONICK "You need to specify a nick name<br><br>" -#define E_NOTONL "An error occured. Your nick is not online<br><br>" +#define E_ALPNUM "The nick you have specified is not alphanumeric, please change that.<br><br>" +#define E_NONICK "You need to specify a nick name.<br><br>" +#define E_NOTONL "An error occured. Your nick is not online.<br><br>" #define E_ONLINE "The nick you have specified is already online. Try another nick.<br><br>" // all the custom messages for verbosity outputs. this messages may not @@ -23,6 +20,7 @@ #define DESCRIP "yChat++ Copyright (C) 2003 Paul C. Buetow, Volker Richer " #define DOWNMSG "Shutting down " #define LOGINPR "Login procedure succeeded for nick " +#define MODULEC "Caching module " #define NEWROOM "Adding room " #define REQUEST "Request string " #define SEPERAT "----------------------------------------- " @@ -33,6 +31,6 @@ #define TECACHE "Caching template " #define THREADS "Starting thread job " #define THREADE "Exiting thread job " -#define VERSION "Version: 0.2" +#define VERSION "Version: yChat++ Basic 0.5.1" #endif |
