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: */
/*
 * adds.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 __ADDS_H__
#define __ADDS_H__ 1

extern UR_OBJECT user_first;
extern RM_OBJECT room_first;
#ifdef NETLINKS
	extern NL_OBJECT nl_first;
#endif
extern PL_OBJECT plugin_first;
extern CM_OBJECT cmds_first;
extern SYS_OBJECT amsys;
extern SYSPP_OBJECT syspp;

extern char swear_words[MAX_SWEARS+1][WORD_LEN+1];

extern char *offon[];

extern char text[], vtext[];
extern char word[MAX_WORDS][WORD_LEN+1];
extern int tyear, tmonth, tday, thour, tmin, tsec;
extern int destructed, force_listen, logon_flag, no_prompt;
extern int word_count;

extern char *syserror, *nosuchuser, *notloggedon;
extern char *invisname;
extern char *continue1;

extern char *reg_sysinfo[];

extern struct {
	char lastfile[512+1];
	int lastline;
	unsigned char n;
	} crash[];
extern int crash_step;


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

#endif /* __ADDS_H__ */