Introduce buffer type

This commit is contained in:
Simon Ser
2020-06-26 10:35:38 +02:00
parent 5f30662fc0
commit 6d3621e1be
3 changed files with 21 additions and 5 deletions
+5 -1
View File
@@ -1,4 +1,8 @@
export const SERVER_BUFFER = "*";
export const BufferType = {
SERVER: "server",
CHANNEL: "channel",
NICK: "nick",
};
export const Status = {
DISCONNECTED: "disconnected",