diff options
| author | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:44 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:44 +0200 |
| commit | c507ce3198ea4d822832cc8740f0128df8873c02 (patch) | |
| tree | 260ca004916ae03b7d5438bf89007e3984da6934 /msgs.h | |
| parent | c8b2ef7b899766d04562f7e04a84251cea8fa701 (diff) | |
tagging ychat-0.3ychat-0.3
Diffstat (limited to 'msgs.h')
| -rwxr-xr-x | msgs.h | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,6 +1,14 @@ #ifndef MSGS_H #define MSGS_H +// message templates. + +// will be posed if a command does not exist for an user. +#define ERRORCMD " <font color='#FF0000'>No such command!</font><br>\n" +// will post "nickname enters the chat" into the room. +#define USERENTR " enters the chat<br>\n" +// will post "nickname leaves the chat" into the room. +#define USERLEAV " leaves the chat<br>\n" // several error messages which will apear by the clients. #define E_ALPNUM "The nick you have specified is not alphanumeric, please change that.<br><br>" @@ -20,7 +28,6 @@ #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 "----------------------------------------- " @@ -31,6 +38,6 @@ #define TECACHE "Caching template " #define THREADS "Starting thread job " #define THREADE "Exiting thread job " -#define VERSION "Version: yChat++ Basic 0.5" +#define VERSION "Version: CVS" #endif |
