UNPKG

ircv3

Version:

Connect to and interact with IRC servers. IRCv3 compatible.

8 lines 300 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // dummy capability, the code handles both single and multiple prefixes just fine const MultiPrefixCapability = { name: 'multi-prefix', }; exports.default = MultiPrefixCapability; //# sourceMappingURL=MultiPrefix.js.map