Function createOsuIrcConnection

  • Establish a osu irc connection which can then be used to send messages.

    Check the docs at https://github.com/martynsmith/node-irc/blob/master/docs/API.rst for more information.

    Returns

    Function that can be called to create a IRC connection object.

    Parameters

    • osuIrcUsername: string

      The osu IRC user name.

    • osuIrcPassword: string

      The osu IRC user password.

    • id: string

      Used for logging.

    • logger: Readonly<Logger>

      Used for logging.

    Returns Client

Generated using TypeDoc