Skip to content

List of Settings

PixLSteam edited this page Jun 3, 2017 · 6 revisions

General

  • autologin (boolean, default true): Set to true if you want to login to all registered accounts at startup
  • cmd (boolean, default true): Whether to display a command line after logging into all accounts (only valid if autologin== true)
  • tick_delay (number, default 10): Time to wait between ticks (in seconds)
  • cmd_whitelist (Array, default []): A list of steamid64s that are allowed to run commands
  • logout_via_chat (boolean, default false): Whether to allow logging out via steam chat
  • offline_via_chat (boolean, default false): Whether to allow setting an account to offline via steam chat
  • online_via_chat (boolean, default false): Whether to allow setting an account to online via steam chat (doesn't make sense because you can't use steam chat when offline)
  • maximum_alarms (number, default 10): The maximum amount of alarms a steam user can set
  • public_chat_bot (boolean, default true): Whether to listen for public chat commands
  • autoaccept (boolean, default true): Whether to enable the autoaccept feature. Requires autoaccept_min_lvl to be set for every account on which to use this feature
  • time_special (Array, default is a filled array): An array containing messages to be sent when using !time at special times
  • autoaccept_cancel_lowlvl (boolean, default false): Whether to cancel incoming friend requests that don't meet the criteria (false lets the owner decide)
  • customcmds (Object, default is an object containing some custom commands): An object containing custom public commands - keys are command names, values are the corresponding text messages to be sent (as an array of strings or a single string)
  • afk_defaultmsg (string, default "Hey there! I'm currently afk, try again later"): The default afk message to be sent
  • afkmsg_delay (number, default 5): Time to wait between sending afk messages (in seconds)
  • newfriends_chatlink_mode (number, default 2): Which account linking format to use when printing new friend requests:
    • 0: Print the profile link
    • 1: Print the message link
    • 2: Print the message link if the request was accepted
Clone this wiki locally