thelounge/client/js/constants.js
2017-04-28 14:45:18 -07:00

41 lines
419 B
JavaScript

"use strict";
const commands = [
"/away",
"/back",
"/ban",
"/banlist",
"/close",
"/connect",
"/ctcp",
"/deop",
"/devoice",
"/disconnect",
"/invite",
"/join",
"/kick",
"/leave",
"/me",
"/mode",
"/msg",
"/nick",
"/notice",
"/op",
"/part",
"/query",
"/quit",
"/raw",
"/say",
"/send",
"/server",
"/slap",
"/topic",
"/unban",
"/voice",
"/whois"
];
module.exports = {
commands: commands
};