-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Server/Bots: Implemented asking for missing data
- checkMissingPluginData(client, askForMissingDataAfter=30) added to fgcom-sharedFunctions - This will check for missing metadata. - If client is supplied, and askForMissingDataAfter is >0, it will emit a ICANHAZDATAPLZ packet to the client in question - It will return a table containing detected missing fields. So calling with client=nil can be used to just check for missing data. - The status and recorder bot will now ask for data if it misses it for too long.
- Loading branch information
Showing
3 changed files
with
70 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters