1
0
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:
stskeeps
2001-05-07 14:24:11 +00:00
parent 7b393920b5
commit 2b343609ee
16 changed files with 44 additions and 534 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() (time(NULL)+TSoffset)
#define TStime() (timeofday)
/* Lifted somewhat from Undernet code --Rak */