summaryrefslogtreecommitdiff
path: root/src/bridge/bridge.hpp
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2018-06-22 21:33:58 +0200
committerlouiz’ <louiz@louiz.org>2018-06-22 21:35:46 +0200
commit0b8738d87aa101117c7681ade41f8527ad515d3c (patch)
tree446aa4453448dc3a4fc17ad51ab18aa84cbb0d0e /src/bridge/bridge.hpp
parent21a79b7bad51e755cee2890aa6d0bec5dd45f901 (diff)
downloadbiboumi-0b8738d87aa101117c7681ade41f8527ad515d3c.tar.gz
biboumi-0b8738d87aa101117c7681ade41f8527ad515d3c.tar.bz2
biboumi-0b8738d87aa101117c7681ade41f8527ad515d3c.tar.xz
biboumi-0b8738d87aa101117c7681ade41f8527ad515d3c.zip
Archive the Mode messages, except if they are received for an unjoined chan
fix #3362
Diffstat (limited to 'src/bridge/bridge.hpp')
-rw-r--r--src/bridge/bridge.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bridge/bridge.hpp b/src/bridge/bridge.hpp
index 04397c6..cb48a96 100644
--- a/src/bridge/bridge.hpp
+++ b/src/bridge/bridge.hpp
@@ -166,7 +166,7 @@ public:
/**
* Send a MUC message from some participant
*/
- void send_message(const Iid& iid, const std::string& nick, const std::string& body, const bool muc);
+ void send_message(const Iid& iid, const std::string& nick, const std::string& body, const bool muc, const bool log=true);
/**
* Send a presence of type error, from a room.
*/