From ee2d8b89c41d32a0e341ca564fd8e6e09267a4a6 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sun, 28 Mar 2021 14:03:03 +0200 Subject: [irc] fix compilation --- irc/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'irc/main.cpp') diff --git a/irc/main.cpp b/irc/main.cpp index 5989a94..8647f14 100644 --- a/irc/main.cpp +++ b/irc/main.cpp @@ -38,6 +38,7 @@ int main(int argc, char* argv[]) { QCoreApplication app(argc, argv); BotIrcDiceParser bot; + bot.setInfo({"host", "#channel", "dice", 8001}); bot.connectToServer(); return app.exec(); } -- cgit v1.2.3-70-g09d2