channel ownership base, part 1

Fleshing out the new channel ownership feature, along with a typo fix and small syntax updates.

A claim can now be staked with /claimchannel, a channel owner may change a trip's level using /setlevel

To do: unclaimchannel, setmotd, makeprivate, makepublic, renewclaim, garbage keeping, update mod commands to accept channelOwner and channelModerator, etc
This commit is contained in:
marzavec
2024-01-05 00:30:28 -08:00
parent a3bca6d000
commit 7ecb31c46c
117 changed files with 811 additions and 258 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# Development Enviroment
# Development Environment
1. [Clone](https://help.github.com/articles/cloning-a-repository/) the repository.
* Terminal Command: `git clone https://github.com/hack-chat/main.git hackchat`