Added .threadcreate and .threaddelete commadns which create and delete public threads

This commit is contained in:
Kwoth
2022-08-11 15:42:37 +02:00
parent a065189023
commit f7e0e635e6
3 changed files with 48 additions and 0 deletions

View File

@@ -174,6 +174,14 @@ settopic:
setchanlname:
- setchanlname
- schn
# thread stuff
threadcreate:
- threadcreate
- thcr
threaddelete:
- threaddelete
- thdel
- thrm
prune:
- prune
- clear

View File

@@ -2286,3 +2286,11 @@ bettest:
- ""
- "betflip 1000"
- "slot 2000"
threadcreate:
desc: "Create a public thread with the specified title. You may optionally reply to a message to have it as a starting point."
args:
- "Q&A"
threaddelete:
desc: "Delete a thread with the specified name in this channel. Case insensitive."
args:
- "Q&A"