Skip to content

freenode is throttling long messages #273

@ralyodio

Description

@ralyodio

I have a longer message for my .help command that is around 20 lines...however after 10 freenode throttles the bot from sending messages. Is there anway to send one line at a time or something with a pause?


bot.matchMessage(/^\.help/, async (event) => {
  console.log(event);
  bot.say(event.nick, `
Available commands:
 .c <crypto>
 .s <stock>
 .join <channel>
 .trend
 .short <url>
 .joke
 .ball <question>
 .hot
 .new
 .dd new|hot|top|comments
 .brisk stock|crypto <ticker>
 .brisk topic <subject>
 .shorts
 .penny
 .moon
 .amt c <ticker> <amount>
 .amt s <ticker> <amount>
`);
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions