blob: 933ba98c50dc4976eb4019dc2576763e8d7cc4f4 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001#ifndef __UPTIME_MASTER__
2#define __UPTIME_MASTER__
3
4#define UPTIME_MASTER "/p/daemon/uptime_master"
bugfix4fcca732020-03-23 17:04:14 +01005#define MAX_UPTIME "/"LIBDATADIR"/p/daemon/save/maxuptime"
MG Mud User88f12472016-06-24 23:31:02 +02006#define RECORD_CHANNEL "<MasteR>"
7
8#define DEBUG(x)
9/*
10#define DEBUG(x) if(find_player("vanion")) tell_object(find_player("vanion"),\
11 "UPTIME: "+x+"\n");
12*/
13
14#endif /* __UPTIME_MASTER__ */