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
{{ message }}
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.
move it into a separate project that requires steam-chat-bot and possibly manages several of them
move it into a separate repo anyways and figure out a way to import triggers from other packages into steam-chat-bot. (this is likely a good idea anyways).
Ideally, webui would have all the functions shown, and possibly more.
default page Private plugin-only
Optionally can only be shown to someone logging in via steam openid.
Triggers X, Y, Z are loaded, click it for help if there's a trigger.help variable to provide information.
trigger.options.webUI=false or trigger.webUI=false should prevent a given trigger from showing
Admin page can only be opened by those logging into a whitelisted account via steam openid
Allows you to perform actions
Say X in Y
Load/unload triggers
change trigger options without loading/unloading them
change options that are currently only changeable in the constructor (ie, global ignores)
Shows live bot logs
live chat logs are already available in logTrigger, don't show that crap
Configurable log level
Showing in console is easy. If we can find a way to scroll it through a div, that would be better.
Allows server-side file management (ie, downloading, uploading of individual files)
Start bot, logon fail due to missing guard code => enter guardcode into webui instead of restarting the bot.
The text was updated successfully, but these errors were encountered:
Several options:
move it into a separate project that requires steam-chat-bot and possibly manages several of themmove it into a separate repo anyways and figure out a way to import triggers from other packages into steam-chat-bot. (this is likely a good idea anyways).Ideally, webui would have all the functions shown, and possibly more.
default pagePrivate plugin-onlyOptionally can only be shown to someone logging in via steam openid.Triggers X, Y, Z are loaded, click it for help if there's a trigger.help variable to provide information.trigger.options.webUI=false or trigger.webUI=false should prevent a given trigger from showingchange trigger options without loading/unloading themchange options that are currently only changeable in the constructor (ie, global ignores)Allows server-side file management (ie, downloading, uploading of individual files)The text was updated successfully, but these errors were encountered: