summaryrefslogtreecommitdiff
path: root/src/irc/irc_client.hpp
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2017-03-08 15:39:50 +0100
committerlouiz’ <louiz@louiz.org>2017-03-27 11:49:07 +0200
commitb7789fe586f375f09134a0817bd3ac19850c048f (patch)
treefdd26bf038f7a151a374a91db478775caad6d236 /src/irc/irc_client.hpp
parent1017e8f46bb6c4c9f878cba5e70f7c3a4c831433 (diff)
downloadbiboumi-b7789fe586f375f09134a0817bd3ac19850c048f.tar.gz
biboumi-b7789fe586f375f09134a0817bd3ac19850c048f.tar.bz2
biboumi-b7789fe586f375f09134a0817bd3ac19850c048f.tar.xz
biboumi-b7789fe586f375f09134a0817bd3ac19850c048f.zip
Add a Persistent option on channels
fix #3230
Diffstat (limited to 'src/irc/irc_client.hpp')
-rw-r--r--src/irc/irc_client.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/irc_client.hpp b/src/irc/irc_client.hpp
index 009d0c9..435dce6 100644
--- a/src/irc/irc_client.hpp
+++ b/src/irc/irc_client.hpp
@@ -283,7 +283,7 @@ public:
* Leave the dummy channel: forward a message to the user to indicate that
* he left it, and mark it as not joined.
*/
- void leave_dummy_channel(const std::string& exit_message);
+ void leave_dummy_channel(const std::string& exit_message, const std::string& resource);
const std::string& get_hostname() const { return this->hostname; }
std::string get_nick() const { return this->current_nick; }