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
Currently, code is split up in the following scripts:
fiqbot.mrc for the fiq-bot part
fiqbot-config.mrc for configuration
tyrant-resources.mrc for xml pulling and card helper functions
tyrant-tasks.mrc for everything else related to tyrant communication
This makes files a bit bloated (especially fiqbot and tyrant-tasks). It would be good if the following was done:
Rewrite the socket logic for Tyrant to pull all the data first, then process it - this is to avoid strange errors resulting of a connection loss mid-retrieval.
Split all the "tasks" into seperate files for each thing, making code overview easier
Split FIQ-bot commands into seperate files as well. Perhaps implement some kind of autoload logic in fiqbot.mrc to allow this rather seamlessy
The text was updated successfully, but these errors were encountered:
Currently, code is split up in the following scripts:
This makes files a bit bloated (especially fiqbot and tyrant-tasks). It would be good if the following was done:
The text was updated successfully, but these errors were encountered: