UNPKG

ircv3

Version:

Connect to and interact with IRC servers. IRCv3 compatible.

8 lines 306 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // dummy capability, this capability reuses the same AWAY sytax from rfc1459 for broadcasts const AwayNotifyCapability = { name: 'away-notify', }; exports.default = AwayNotifyCapability; //# sourceMappingURL=AwayNotify.js.map