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: */
/*
 * plugin.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 __PLUGIN_H__
#define __PLUGIN_H__ 1

extern SYS_OBJECT amsys;

extern struct {
	char *name;
	char *alias;
	} user_level[];

extern char *noyes1[];
extern char *noyes2[];

extern char text[];
extern char word[MAX_WORDS][WORD_LEN+1];

extern int thour, tmin;
extern int destructed;
extern int word_count;

extern char *colors[];


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


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

extern PL_OBJECT plugin_first, plugin_last;
extern CM_OBJECT cmds_first, cmds_last;

extern SYSPP_OBJECT syspp;

#endif /* __PLUGIN_H__ */