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/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 3e13f5c..b940d1d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -5,7 +5,7 @@ int main(int argc, char *argv[]) { std::cout << "hi world\n"; - RedpilledBot::IRC::Client client("", ""); + bot::irc::Client client("", ""); client.run(); -- cgit v1.2.3