1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 22:43:14 +02:00

events code

This commit is contained in:
stskeeps
2001-05-14 16:52:17 +00:00
parent 7d55e31da0
commit aa7a1485d0
11 changed files with 187 additions and 81 deletions
+1 -1
View File
@@ -1346,7 +1346,7 @@ struct DSlink {
#define MyClient(x) (MyConnect(x) && IsClient(x))
#define MyOper(x) (MyConnect(x) && IsOper(x))
#define TStime() (timeofday)
#define TStime() (timeofday == 0 ? (timeofday = time(NULL) + TSoffset) : timeofday)
/* Lifted somewhat from Undernet code --Rak */