From aa21312f18ef86a335dd28272e317da959ceb9b7 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 21 Apr 2024 02:09:16 +0500 Subject: upd: renamed namespaces + added utils namespace --- src/irc/client.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/irc/client.hpp') 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); -- cgit v1.2.3