mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-29 21:06:36 +02:00
- #0002846 reported by alex323, patched by WolfSage, regarding local ircop cannot issue CLOSE command
This commit is contained in:
@@ -1457,3 +1457,4 @@
|
||||
the network.
|
||||
- #0003212 patched by Grunt, regarding /userip <someone_else> seemingly
|
||||
shows your own (cloaked) IP.
|
||||
- #0002846 reported by alex323, patched by WolfSage, regarding local ircop cannot issue CLOSE command
|
||||
|
||||
+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