- Use `joinChannel(string)`

This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-11 16:05:57 +02:00
parent 9d5d86765e
commit 79987bad74
1 changed files with 1 additions and 2 deletions

View File

@ -339,8 +339,7 @@ void main(string[] args)
/* Join the requested channel */
Thread.sleep(dur!("seconds")(4));
//TODO: Use the new `join()` method
ircBot.command(new Message("", "JOIN", channelName));
ircBot.joinChannel(channelName);
/* Setup the web server */