View on GitHub

LynxBot

A Twitch.tv IRC bot for Old School Runescape

Download this project as a .zip file Download this project as a tar.gz file

customcmds.json(4)
- LynxBot manual

DESCRIPTION

customcmds.json is the file in which LynxBot stores the user's custom bot commands.

Each individual custom command is an object within the array named commands.

SYNOPSIS

The format of each custom command object is as follows:

{
        "cmd" : "command",
        "cooldown" : 30,
        "response" : "response"
}
cmd

The keyword that activates the command.

cooldown

The cooldown, in seconds, of the command.

response

The string to post when the command is used.

SEE ALSO

addcom(2), delcom(2), editcom(2), Custom Commands(3)