summaryrefslogtreecommitdiff
path: root/src/irc/irc_client.hpp
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2015-09-18 22:02:01 +0200
committerFlorent Le Coz <louiz@louiz.org>2015-09-18 22:09:26 +0200
commit532228a3cefd92fe43ad0f52149b7f0f5ab5cb79 (patch)
treecaa2d30622e20a9a6bb31948328580dd43ee0cd2 /src/irc/irc_client.hpp
parent1691cf8f64d6175c61ddf9a4f4a95b44c32d698e (diff)
downloadbiboumi-532228a3cefd92fe43ad0f52149b7f0f5ab5cb79.tar.gz
biboumi-532228a3cefd92fe43ad0f52149b7f0f5ab5cb79.tar.bz2
biboumi-532228a3cefd92fe43ad0f52149b7f0f5ab5cb79.tar.xz
biboumi-532228a3cefd92fe43ad0f52149b7f0f5ab5cb79.zip
Send a PASS IRC command if the “pass” config is sot by a user, on an IRC server
fix #3068
Diffstat (limited to 'src/irc/irc_client.hpp')
-rw-r--r--src/irc/irc_client.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irc/irc_client.hpp b/src/irc/irc_client.hpp
index a3f69a0..4e61d14 100644
--- a/src/irc/irc_client.hpp
+++ b/src/irc/irc_client.hpp
@@ -85,6 +85,7 @@ public:
* Send the NICK irc command
*/
void send_nick_command(const std::string& username);
+ void send_pass_command(const std::string& password);
/**
* Send the JOIN irc command.
*/