diff options
Diffstat (limited to 'src/irc/client.hpp')
| -rw-r--r-- | src/irc/client.hpp | 3 |
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; }; } |
