/* * 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