From f80792c6e0e0ef167132ccec65105bb6a422031f Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 20 Apr 2024 23:10:40 +0500 Subject: upd: set the url for websocket --- src/irc/client.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/irc/client.hpp') diff --git a/src/irc/client.hpp b/src/irc/client.hpp index 493235b..18e9854 100644 --- a/src/irc/client.hpp +++ b/src/irc/client.hpp @@ -15,6 +15,9 @@ namespace RedpilledBot { std::string username; std::string password; + std::string host; + std::string port; + ix::WebSocket websocket; }; } -- cgit v1.2.3