mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-06 10:13:13 +02:00
- Removed IsService()
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user