From a23b981f2a3e50c6c1625d635a0513e0d7f5f6ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leevi=20Sepp=C3=A4l=C3=A4?= Date: Tue, 21 Feb 2023 01:12:59 +0200 Subject: [PATCH] Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb539a6..d8e3eb7 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ Spawn chatters as jumping boxes. Box color is based on their primary badge. - **IRC.Connect()** -> Connects to Twitch IRC - **IRC.Disconnect()** - Disconnects from Twitch IRC - **IRC.SendChatMessage(string message)** -> Sends a chat message to the channel +- **IRC.JoinChannel(string channel)** -> Join a Twitch channel +- **IRC.LeaveChannel(string channel)** -> Leave a Twitch channel - **IRC.Ping()** -> Sends a PING message to the Twitch IRC server - **IRC.OnMessageReceived** -> Event that is invoked when a chat message is received - **IRC.OnConnectionAlert** -> Event that is invoked when a connection alert is received @@ -76,4 +78,4 @@ Spawn chatters as jumping boxes. Box color is based on their primary badge. Intro Fighters, stream overlay game https://lexone.itch.io/introfighters -*Did you make something cool? Contact me (Lexone#3407) to get featured here!* \ No newline at end of file +*Did you make something cool? Contact me (Lexone#3407) to get featured here!*