BanchoBot.fromUnmanaged

Joins a room in IRC and creates the room object from it.

class BanchoBot
fromUnmanaged
(
string room
,
string game = null
)

Parameters

room string

IRC Room name (starting with #mp_) where to send the messages in.

game string

optional string containing the osu://mp/ URL.

Throws

NoServerResponseException if bancho didn't respond or ChannelNotFoundException if channel doesn't exist.

Meta