diff options
author | Jonas Schäfer <j.wielicki@sotecware.net> | 2018-10-02 16:15:48 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2018-10-03 20:31:50 +0200 |
commit | c6749ecce068f1d97d04ff5588f9272275373ecb (patch) | |
tree | c1587669da0f4cc1e33a4a97e91a7118597cdb7a | |
parent | f831978abff395df0bb584223fb37d57a23d362d (diff) | |
download | biboumi-c6749ecce068f1d97d04ff5588f9272275373ecb.tar.gz biboumi-c6749ecce068f1d97d04ff5588f9272275373ecb.tar.bz2 biboumi-c6749ecce068f1d97d04ff5588f9272275373ecb.tar.xz biboumi-c6749ecce068f1d97d04ff5588f9272275373ecb.zip |
Make comment more precise
-rw-r--r-- | src/bridge/bridge.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bridge/bridge.hpp b/src/bridge/bridge.hpp index 5c547ff..fa2a31f 100644 --- a/src/bridge/bridge.hpp +++ b/src/bridge/bridge.hpp @@ -164,7 +164,7 @@ public: void send_room_history(const std::string& hostname, const std::string& chan_name, const HistoryLimit& history_limit); void send_room_history(const std::string& hostname, std::string chan_name, const std::string& resource, const HistoryLimit& history_limit); /** - * Send a MUC message from some participant + * Send a message from a MUC participant or a direct message */ void send_message(const Iid& iid, const std::string& nick, const std::string& body, const bool muc, const bool log=true); /** |