Chatlog
Chatlogs are used to save the last X messages in one channel. Like backups, chatlogs are linked to the creator account and can't be loaded by someone else.
Create a chatlog of your channel. After the bot created the chatlog, it will tell you the chatlog id. You can find a list of your chatlogs with
x?chatlog list
x?chatlog create [count]
count
The count of messages to save per channel
max: 0 / 250 / 500 / 1000
default: 250
optional
Load a chatlog. You obviously need to create chatlog before you can use this command.
You can find a list of your backups with
x?chatlog list
.Loading a chatlog can take multiple minutes. The bot might seem to pause multiple times during the process.
x?chatlog load <chatlog-id> [count]
chatlog-id
count
The id of the chatlog you want to load. You get this after creating a chatlog.
required
The count of messages to load from the chatlog
max: 0 / 250 / 500 / 1000
default: 250
optional
You obviously need to create chatlog before you can use this command.
You can find a list of your backups with
x?backup list
.Deleting a chatlog is irreversible! Be careful with this command.
x?chatlog delete <chatlog-id>
backup-id
The id of the chatlog you want to delete. You get this after creating a chatlog.
required
Last modified 3yr ago