summaryrefslogtreecommitdiff
path: root/src/irc/client.hpp
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-04-21 02:09:16 +0500
committerilotterytea <iltsu@alright.party>2024-04-21 02:09:16 +0500
commitaa21312f18ef86a335dd28272e317da959ceb9b7 (patch)
tree038a13e38e06a4199c6af9a86bff39963be5c449 /src/irc/client.hpp
parentf2c9182dba4cbd95d7f865efddd45c592f8623bf (diff)
upd: renamed namespaces + added utils namespace
Diffstat (limited to 'src/irc/client.hpp')
-rw-r--r--src/irc/client.hpp4
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);