summaryrefslogtreecommitdiff
path: root/msgs.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:46 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:46 +0200
commit07706f56cd421bf8b101a5c0fe44674d36e161a0 (patch)
treebec8b45765788370fbd148d68e05d8b437e60670 /msgs.h
parent56187184e11b085b82584d3b088c62f427aae83c (diff)
tagging ychat-0.5.1ychat-0.5.1
Diffstat (limited to 'msgs.h')
-rwxr-xr-xmsgs.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/msgs.h b/msgs.h
index f57301c..8c2ca13 100755
--- a/msgs.h
+++ b/msgs.h
@@ -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