diff options
| author | 2021-03-28 14:03:03 +0200 | |
|---|---|---|
| committer | 2021-03-28 14:03:03 +0200 | |
| commit | ee2d8b89c41d32a0e341ca564fd8e6e09267a4a6 (patch) | |
| tree | 11a4d40d4b896b87f6b341acf9f88b9b2da28b99 /irc/main.cpp | |
| parent | de55ac4c76ef3f6dbdc6fd2d03e3484bcfccdb0e (diff) | |
| download | OneRoll-ee2d8b89c41d32a0e341ca564fd8e6e09267a4a6.tar.gz OneRoll-ee2d8b89c41d32a0e341ca564fd8e6e09267a4a6.zip | |
[irc] fix compilation
Diffstat (limited to 'irc/main.cpp')
| -rw-r--r-- | irc/main.cpp | 1 |
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(); } |