From dea6bf757aa9a875eab35b2b650412e7605f1308 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Wed, 12 Feb 2003 17:48:37 +0000 Subject: CVS moved to erdgeist.org --- vchat-messages.h | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100755 vchat-messages.h (limited to 'vchat-messages.h') diff --git a/vchat-messages.h b/vchat-messages.h new file mode 100755 index 0000000..08114d5 --- /dev/null +++ b/vchat-messages.h @@ -0,0 +1,120 @@ +/* + * vchat-client - alpha version + * vchat-messages.h - declaration of servermessage array + * + * Copyright (C) 2001 Andreas Kotes + * + * This program is free software. It can be redistributed and/or modified, + * provided that this copyright notice is kept intact. This program is + * distributed in the hope that it will be useful, but without any warranty; + * without even the implied warranty of merchantability or fitness for a + * particular purpose. In no event shall the copyright holder be liable for + * any direct, indirect, incidental or special damages arising in any way out + * of the use of this software. + * + */ + +/* servermessage array with structure as defined in vchat.h */ + +servermessage servermessages[] = { +/* 100 + Informational message for human consumption */ + {"100", SM_INFO, NULL, NULL}, +/* 110 + User status summary */ + {"110", SM_USERINFO, NULL, NULL}, +/* 111