diff options
author | Florent Le Coz <louiz@louiz.org> | 2015-01-14 13:36:42 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2015-01-14 13:36:42 +0100 |
commit | f9e259c266e5e9247562f899bafd5ddd2aa46099 (patch) | |
tree | c30249ec5263680af4e8f2b855a8e6fdb96710b6 /src/bridge | |
parent | e4fcbd3030f033c24102db9f6b6abfb540332c9d (diff) | |
download | biboumi-f9e259c266e5e9247562f899bafd5ddd2aa46099.tar.gz biboumi-f9e259c266e5e9247562f899bafd5ddd2aa46099.tar.bz2 biboumi-f9e259c266e5e9247562f899bafd5ddd2aa46099.tar.xz biboumi-f9e259c266e5e9247562f899bafd5ddd2aa46099.zip |
Fix a little bit of style stuf from previous commit
Diffstat (limited to 'src/bridge')
-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 698a017..13cac23 100644 --- a/src/bridge/bridge.hpp +++ b/src/bridge/bridge.hpp @@ -58,7 +58,7 @@ public: * Try to join an irc_channel, does nothing and return true if the channel * was already joined. */ - bool join_irc_channel(const Iid& iid, const std::string& username, const std::string& password = ""); + bool join_irc_channel(const Iid& iid, const std::string& username, const std::string& password); void send_channel_message(const Iid& iid, const std::string& body); void send_private_message(const Iid& iid, const std::string& body, const std::string& type="PRIVMSG"); void leave_irc_channel(Iid&& iid, std::string&& status_message); |