diff options
author | louiz’ <louiz@louiz.org> | 2016-06-23 22:17:08 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2016-06-23 22:17:08 +0200 |
commit | 11dcae704a8dc84643408ded9397294eec191de1 (patch) | |
tree | a1a41154a78f2082851f7f6a8f8fd94cf1341d29 /src/irc/iid.hpp | |
parent | 57263961b487bd839cbce5fe7547933240792fbc (diff) | |
parent | 0391f17f999618decffaf3c9261024ab04a33f63 (diff) | |
download | biboumi-11dcae704a8dc84643408ded9397294eec191de1.tar.gz biboumi-11dcae704a8dc84643408ded9397294eec191de1.tar.bz2 biboumi-11dcae704a8dc84643408ded9397294eec191de1.tar.xz biboumi-11dcae704a8dc84643408ded9397294eec191de1.zip |
Merge remote-tracking branch 'linkmauve/escaped-iid-support'
Diffstat (limited to 'src/irc/iid.hpp')
-rw-r--r-- | src/irc/iid.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irc/iid.hpp b/src/irc/iid.hpp index 9747595..a55ae21 100644 --- a/src/irc/iid.hpp +++ b/src/irc/iid.hpp @@ -53,6 +53,7 @@ public: void set_local(const std::string& loc); void set_server(const std::string& serv); const std::string& get_local() const; + const std::string get_encoded_local() const; const std::string& get_server() const; bool is_channel; |