2015-12-28 23:34:32 +00:00
|
|
|
export const ADD_MESSAGE = 'ADD_MESSAGE';
|
|
|
|
export const ADD_MESSAGES = 'ADD_MESSAGES';
|
|
|
|
export const AWAY = 'AWAY';
|
|
|
|
export const CLOSE_PRIVATE_CHAT = 'CLOSE_PRIVATE_CHAT';
|
|
|
|
export const COMMAND = 'COMMAND';
|
|
|
|
export const CONNECT = 'CONNECT';
|
|
|
|
export const DISCONNECT = 'DISCONNECT';
|
|
|
|
export const HIDE_MENU = 'HIDE_MENU';
|
|
|
|
export const INPUT_HISTORY_ADD = 'INPUT_HISTORY_ADD';
|
|
|
|
export const INPUT_HISTORY_DECREMENT = 'INPUT_HISTORY_DECREMENT';
|
|
|
|
export const INPUT_HISTORY_INCREMENT = 'INPUT_HISTORY_INCREMENT';
|
|
|
|
export const INPUT_HISTORY_RESET = 'INPUT_HISTORY_RESET';
|
|
|
|
export const INVITE = 'INVITE';
|
|
|
|
export const JOIN = 'JOIN';
|
|
|
|
export const KICK = 'KICK';
|
|
|
|
export const OPEN_PRIVATE_CHAT = 'OPEN_PRIVATE_CHAT';
|
|
|
|
export const PART = 'PART';
|
|
|
|
export const SEARCH_MESSAGES = 'SEARCH_MESSAGES';
|
|
|
|
export const SELECT_TAB = 'SELECT_TAB';
|
|
|
|
export const SEND_MESSAGE = 'SEND_MESSAGE';
|
2016-01-11 20:04:57 +00:00
|
|
|
export const SET_CERT = 'SET_CERT';
|
|
|
|
export const SET_CERT_ERROR = 'SET_CERT_ERROR';
|
2015-12-28 23:34:32 +00:00
|
|
|
export const SET_ENVIRONMENT = 'SET_ENVIRONMENT';
|
2016-01-11 20:04:57 +00:00
|
|
|
export const SET_KEY = 'SET_KEY';
|
2015-12-28 23:34:32 +00:00
|
|
|
export const SET_NICK = 'SET_NICK';
|
2016-01-11 20:04:57 +00:00
|
|
|
export const SOCKET_CERT_FAIL = 'SOCKET_CERT_FAIL';
|
|
|
|
export const SOCKET_CERT_SUCCESS = 'SOCKET_CERT_SUCCESS';
|
2015-12-28 23:34:32 +00:00
|
|
|
export const SOCKET_CHANNELS = 'SOCKET_CHANNELS';
|
|
|
|
export const SOCKET_JOIN = 'SOCKET_JOIN';
|
|
|
|
export const SOCKET_MESSAGE = 'SOCKET_MESSAGE';
|
|
|
|
export const SOCKET_MODE = 'SOCKET_MODE';
|
|
|
|
export const SOCKET_NICK = 'SOCKET_NICK';
|
|
|
|
export const SOCKET_PART = 'SOCKET_PART';
|
|
|
|
export const SOCKET_PM = 'SOCKET_PM';
|
|
|
|
export const SOCKET_QUIT = 'SOCKET_QUIT';
|
|
|
|
export const SOCKET_SERVERS = 'SOCKET_SERVERS';
|
|
|
|
export const SOCKET_TOPIC = 'SOCKET_TOPIC';
|
|
|
|
export const SOCKET_USERS = 'SOCKET_USERS';
|
|
|
|
export const TAB_HISTORY_POP = 'TAB_HISTORY_POP';
|
|
|
|
export const TOGGLE_MENU = 'TOGGLE_MENU';
|
|
|
|
export const TOGGLE_SEARCH = 'TOGGLE_SEARCH';
|
2016-01-11 22:31:06 +00:00
|
|
|
export const TOGGLE_USERLIST = 'TOGGLE_USERLIST';
|
2016-01-11 20:04:57 +00:00
|
|
|
export const UPLOAD_CERT = 'UPLOAD_CERT';
|
2015-12-28 23:34:32 +00:00
|
|
|
export const WHOIS = 'WHOIS';
|