mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-04 21:43:13 +02:00
+- Changed all TStime() to use timeofday - CPU SAVE
+- Removed userload.c & userload.h
This commit is contained in:
+1
-1
@@ -1346,7 +1346,7 @@ struct DSlink {
|
||||
#define MyClient(x) (MyConnect(x) && IsClient(x))
|
||||
#define MyOper(x) (MyConnect(x) && IsOper(x))
|
||||
|
||||
#define TStime() (time(NULL)+TSoffset)
|
||||
#define TStime() (timeofday)
|
||||
|
||||
/* Lifted somewhat from Undernet code --Rak */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user