diff options
| author | ilotterytea <iltsu@alright.party> | 2024-04-21 16:37:31 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-04-21 16:37:31 +0500 |
| commit | 6572077c73406cf6c353395aad13d493929a1596 (patch) | |
| tree | 5a2ab289e35391fc8a1b92b16130f6370d163dcd /src/irc/client.hpp | |
| parent | 854e052b3a75bd4f77dd404341ea5c1070a2009c (diff) | |
feat: say() method
Diffstat (limited to 'src/irc/client.hpp')
| -rw-r--r-- | src/irc/client.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
