lotos123/
lotos123/datafiles/conffiles/
lotos123/datafiles/counters/
lotos123/datafiles/fonts/
lotos123/datafiles/helpfiles/
lotos123/datafiles/killmsgs/
lotos123/datafiles/mapfiles/
lotos123/datafiles/motds/motd1/
lotos123/datafiles/motds/motd2/
lotos123/datafiles/pictfiles/
lotos123/datafiles/plfiles/
lotos123/datafiles/plfiles/helpfiles/
lotos123/datafiles/screens/
lotos123/datafiles/textfiles/
lotos123/datafiles/trfiles/
lotos123/datafiles/votefiles/
lotos123/datafiles/votefiles/1/
lotos123/datafiles/votefiles/2/
lotos123/src/plugins/
lotos123/userfiles/
lotos123/userfiles/bin/
/* vi: set ts=4 sw=4 ai: */
/*
 * ct_msg.h
 *
 *   Lotos v1.2.3  : (c) 1999-2003 Pavol Hluchy (Lopo)
 *   last update   : 30.1.2003
 *   email         : lotos@losys.sk
 *   homepage      : lotos.losys.sk
 */

#ifndef __CT_MSG_H__
#define __CT_MSG_H__ 1

#include "define.h"
#include "obj_sys.h"

extern SYS_OBJECT amsys;

extern char *month[];

extern char word[MAX_WORDS][WORD_LEN+1];
extern int tyear, tmonth, tmday;
extern int destructed;
extern int word_count;

extern struct {
	char *name, *alias;
	int level, function;
	} command_table[];

//prompts
extern char *syserror;
extern char *nosuchuser;
extern char *icq_page_email;
extern char *ascii_tline, *ascii_line, *ascii_bline;

#endif /* __CT_MSG_H__ */