mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-03 20:43:12 +02:00
- #0002846 reported by alex323, patched by WolfSage, regarding local ircop cannot issue CLOSE command
This commit is contained in:
+1
-1
@@ -1695,7 +1695,7 @@ struct liststruct {
|
||||
*/
|
||||
#define MyConnect(x) ((x)->fd != -256)
|
||||
#define MyClient(x) (MyConnect(x) && IsClient(x))
|
||||
#define MyOper(x) (MyConnect(x) && IsOper(x))
|
||||
#define MyOper(x) (MyConnect(x) && IsAnOper(x))
|
||||
|
||||
#ifdef CLEAN_COMPILE
|
||||
#define TStime() (time(NULL) + TSoffset)
|
||||
|
||||
Reference in New Issue
Block a user