Skip to content
This repository was archived by the owner on Sep 7, 2021. It is now read-only.
This repository was archived by the owner on Sep 7, 2021. It is now read-only.

users should be able to diagnose issues with sending IRC messages #8

@flavorjones

Description

@flavorjones

A few potential problem that users have no insight into:

  • debug info
    • what the resource is doing on the IRC-level (for this Elemental-IRCd/irc has a property irc.Debug we can set)
    • what the resource is doing on the business-logic level (ordinary debug trace)
  • diagnostic info
    • if any of the socket writes fail, the resource isn't checking the irc error channel so we won't know
    • if the IRC server responds with an error message (e.g. "you're not privileged"), the resource isn't looking at the events generated by irc.readLoop()

I've created this issue to address these shortcomings.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions