summaryrefslogtreecommitdiff
path: root/src/irc/client.hpp
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-04-20 23:10:40 +0500
committerilotterytea <iltsu@alright.party>2024-04-20 23:10:40 +0500
commitf80792c6e0e0ef167132ccec65105bb6a422031f (patch)
treef9284116bafae41329cb444bf0339aab06917156 /src/irc/client.hpp
parente4cbe022bd03d3675f4d8a1986bf75c5bc313094 (diff)
upd: set the url for websocket
Diffstat (limited to 'src/irc/client.hpp')
-rw-r--r--src/irc/client.hpp3
1 files changed, 3 insertions, 0 deletions
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;
};
}