You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
378 B
14 lines
378 B
{
|
|
"ClientNick": "yourusernamealllowercase",
|
|
"Channel": "YourChannel",
|
|
"Commands": {
|
|
"bangcommand": "Users type !bangcommand and then you will say this in chat.",
|
|
"help": "COMMANDS: just write your list of commands manually."
|
|
},
|
|
"Periodic": [
|
|
{
|
|
"Seconds": 1800,
|
|
"Message": "You can also have it periodically send a message to chat."
|
|
}
|
|
]
|
|
}
|
|
|