diff options
author | Florent Le Coz <louiz@louiz.org> | 2014-06-18 18:46:41 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2014-06-18 18:46:41 +0200 |
commit | 56eb5df28a1023db2039388fe6c8fc1346da1a3d (patch) | |
tree | fad3756ccf8c737493ca55e3b48d2a47d2ffbbc7 /src/bridge | |
parent | 9757c2c6956762263c247922ed3262d0d1b3c0aa (diff) | |
download | biboumi-56eb5df28a1023db2039388fe6c8fc1346da1a3d.tar.gz biboumi-56eb5df28a1023db2039388fe6c8fc1346da1a3d.tar.bz2 biboumi-56eb5df28a1023db2039388fe6c8fc1346da1a3d.tar.xz biboumi-56eb5df28a1023db2039388fe6c8fc1346da1a3d.zip |
Mini comment fix
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 9c06947..814222b 100644 --- a/src/bridge/bridge.hpp +++ b/src/bridge/bridge.hpp @@ -111,7 +111,7 @@ public: */ void send_affiliation_role_change(const Iid& iid, const std::string& target, const char mode); /** - * Send an iq version request coming from nick%hostname@ + * Send an iq version request coming from nick!hostname@ */ void send_iq_version_request(const std::string& nick, const std::string& hostname); |