cabal-club / cabal-client

interface for writing peer-to-peer chat clients
GNU General Public License v3.0
95 stars 14 forks source link

add moderation class, new cmd /moderation, and fix cmd output #50

Closed cblgh closed 4 years ago

cblgh commented 4 years ago

this pr moves some of the moderation commands from commands.js to a new class, and exposes a bunch of methods.

the intent is for clients other than the terminal client to be able to easily use moderation commands. e.g. cabal desktop can tie menu actions to moderation commands more easily