- Preparing search index...
- The search index is not available
moonpiebot
Function createOsuIrcConnection
- createOsuIrcConnection(osuIrcUsername: string, osuIrcPassword: string, id: string, logger: Readonly<Logger>): Client
-
Parameters
-
osuIrcUsername: string
-
osuIrcPassword: string
-
id: string
-
logger: Readonly<Logger>
Returns Client
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.