summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/irc/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/client.cpp b/src/irc/client.cpp
index e318bf0..eac41d5 100644
--- a/src/irc/client.cpp
+++ b/src/irc/client.cpp
@@ -106,7 +106,7 @@ void Client::run() {
}
});
- this->websocket.run();
+ this->websocket.start();
}
void Client::say(const std::string &channel_login, const std::string &message) {