Extract commands to separate file

This commit is contained in:
Simon Ser 2020-07-13 17:22:24 +02:00
parent 9312edc20e
commit 476c135379
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 102 additions and 88 deletions

View file

@ -1,3 +1,5 @@
export const SERVER_BUFFER = "*";
export const BufferType = {
SERVER: "server",
CHANNEL: "channel",