1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-19 23:03:44 +02:00

Merge branch 'master' into perf_rework

This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-09 08:46:51 +02:00
commit b49c98484c

View File

@ -1207,18 +1207,12 @@ public class Client : Thread
/**
* Test sending a message to a channel
*/
client.channelMessage("This is a test message sent to a channel", ["#birchwood"]);
/**
* Test sending a message to multiple channels
* Test sending a message to a single channel (singular)
* Test sending a message to a single channel (multi)
*/
client.channelMessage("This is a test message sent to a channel 1", ["#birchwood"]);
/**
* Test sending a message to a single channel (multi)
* Test sending a message to a single channel (singular)
*/
client.channelMessage("This is a test message sent to a channel 2", "#birchwood");