diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/irc/client.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/irc/client.hpp b/src/irc/client.hpp index 2fea780..493235b 100644 --- a/src/irc/client.hpp +++ b/src/irc/client.hpp @@ -1,5 +1,7 @@ #pragma once +#include <ixwebsocket/IXWebSocket.h> + #include <string> namespace RedpilledBot { @@ -12,6 +14,8 @@ namespace RedpilledBot { private: std::string username; std::string password; + + ix::WebSocket websocket; }; } } |
