You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chatCommandsHelp,chatCommandsHelpAdmin,chatCommandsHelpRoot=json.load(f) #Load ChatCommands help from cached JSON file
547
547
# Remove unusable help strings
548
-
ifos.name=='nt': delchatCommandsHelpAdmin['update | upgrade {dist,clean,pip}'] #The necessary commands to update/upgrade are not on Windows, so delete the help string
548
+
ifos.name=='nt': delchatCommandsHelpAdmin['update | upgrade {dist,clean,pip}'] #The necessary commands to update/upgrade are not on Windows, so delete the help string
549
549
550
550
# Configuration variables
551
551
sysInfoShown= {
@@ -953,6 +953,7 @@ def serverHandler(): #Does everything that is needed to start the server and saf
953
953
#Setup functions
954
954
keyboard.unhook_all() #Unhook keyboard while processes are running
955
955
autoBackup() #Automatically backup everything
956
+
updateHelp() #Update the help cache file
956
957
swapIcon() #Swap the server icon (if there are any present)
957
958
swapMOTD(uptimeStart) #Swap the server MOTD (message of the day) (if there are any present)
0 commit comments