Users can not be exempt from lastcaller info

This commit is contained in:
mysticbbs 2012-07-19 21:13:27 -04:00
parent e3726a40d1
commit c8f86607bc
1 changed files with 2 additions and 2 deletions

View File

@ -1000,7 +1000,7 @@ Begin
{ 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);
If FileSize(LastOnFile) >= 10 Then
@ -1080,7 +1080,7 @@ Begin
ThisUser.TimeLeft := Security.Time
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);
Read (ConfigFile, Config);
Inc (Config.SystemCalls);