diff options
Diffstat (limited to 'src/irc/client.hpp')
| -rw-r--r-- | src/irc/client.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/irc/client.hpp b/src/irc/client.hpp index 6f0791f..eec233c 100644 --- a/src/irc/client.hpp +++ b/src/irc/client.hpp @@ -6,8 +6,8 @@ #include "message.hpp" -namespace RedpilledBot { - namespace IRC { +namespace bot { + namespace irc { class Client { public: Client(std::string username, std::string password); |
