aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/irc/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'irc/main.cpp')
-rw-r--r--irc/main.cpp1
1 files changed, 1 insertions, 0 deletions
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();
}