UNPKG

modernirc

Version:

IRC library for creating modern IRC bots

11 lines (10 loc) 267 B
export async function init(bot, options) { return { onBubbleEvent(source, ...args) { if (source === 'hello') { const report = args[0] bot.notice(report.nickname, `Hey, you, I know you just said: ${report.message}...`) } }, } }