summaryrefslogtreecommitdiff
path: root/src/bridge
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2014-06-18 18:46:41 +0200
committerFlorent Le Coz <louiz@louiz.org>2014-06-18 18:46:41 +0200
commit56eb5df28a1023db2039388fe6c8fc1346da1a3d (patch)
treefad3756ccf8c737493ca55e3b48d2a47d2ffbbc7 /src/bridge
parent9757c2c6956762263c247922ed3262d0d1b3c0aa (diff)
downloadbiboumi-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.hpp2
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);