summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index ff3e78b..2eb0a96 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -39,7 +39,7 @@ int main(int argc, char *argv[]) {
return -1;
}
- bot::irc::Client client(cfg.bot_username, cfg.bot_password);
+ bot::irc::Client client(cfg.bot_client_id, cfg.bot_password);
bot::command::CommandLoader command_loader;
bot::loc::Localization localization("localization");