Users can not be exempt from lastcaller info
This commit is contained in:
parent
e3726a40d1
commit
c8f86607bc
|
@ -1000,7 +1000,7 @@ Begin
|
||||||
|
|
||||||
{ update last caller information }
|
{ update last caller information }
|
||||||
|
|
||||||
If Not Session.LocalMode And Not Chat.Invisible And (ThisUser.Flags AND UserNoCaller = 0) Then Begin
|
If Not Session.LocalMode And Not Chat.Invisible And (ThisUser.Flags AND UserNoLastCall = 0) Then Begin
|
||||||
Reset (LastOnFile);
|
Reset (LastOnFile);
|
||||||
|
|
||||||
If FileSize(LastOnFile) >= 10 Then
|
If FileSize(LastOnFile) >= 10 Then
|
||||||
|
@ -1080,7 +1080,7 @@ Begin
|
||||||
ThisUser.TimeLeft := Security.Time
|
ThisUser.TimeLeft := Security.Time
|
||||||
End;
|
End;
|
||||||
|
|
||||||
If Not Session.LocalMode And (ThisUser.Flags AND UserNoCaller = 0) Then Begin
|
If Not Session.LocalMode And (ThisUser.Flags AND UserNoLastCall = 0) Then Begin
|
||||||
Reset (ConfigFile);
|
Reset (ConfigFile);
|
||||||
Read (ConfigFile, Config);
|
Read (ConfigFile, Config);
|
||||||
Inc (Config.SystemCalls);
|
Inc (Config.SystemCalls);
|
||||||
|
|
Loading…
Reference in New Issue