1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-06 10:13:13 +02:00

- Removed IsService()

This commit is contained in:
stskeeps
2000-06-24 20:45:48 +00:00
parent 0423078b67
commit 0a5bb85f2c
7 changed files with 9 additions and 16 deletions
-1
View File
@@ -162,7 +162,6 @@ typedef unsigned int u_int32_t; /* XXX Hope this works! */
#define IsServer(x) ((x)->status == STAT_SERVER)
#define IsClient(x) ((x)->status == STAT_CLIENT)
#define IsLog(x) ((x)->status == STAT_LOG)
#define IsService(x) 0
#define SetMaster(x) ((x)->status = STAT_MASTER)
#define SetConnecting(x) ((x)->status = STAT_CONNECTING)