From 6572077c73406cf6c353395aad13d493929a1596 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 21 Apr 2024 16:37:31 +0500 Subject: feat: say() method --- src/irc/client.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/irc/client.hpp') diff --git a/src/irc/client.hpp b/src/irc/client.hpp index 2598550..36d7382 100644 --- a/src/irc/client.hpp +++ b/src/irc/client.hpp @@ -16,6 +16,7 @@ namespace bot { void run(); + void say(const std::string &channel_login, const std::string &message); bool join(const std::string &channel_login); void raw(const std::string &raw_message); -- cgit v1.2.3