UNPKG

thelounge

Version:

The self-hosted Web IRC client

13 lines (12 loc) 283 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const commands = ["list"]; const input = function (network, chan, cmd, args) { network.chanCache = []; network.irc.list(...args); return true; }; exports.default = { commands, input, };