summaryrefslogtreecommitdiff
path: root/src/irc/irc_client.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc/irc_client.hpp')
-rw-r--r--src/irc/irc_client.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/irc_client.hpp b/src/irc/irc_client.hpp
index 849190a..a2e2afe 100644
--- a/src/irc/irc_client.hpp
+++ b/src/irc/irc_client.hpp
@@ -88,7 +88,7 @@ public:
/**
* Send a PRIVMSG command for an user
*/
- void send_private_message(const std::string& username, const std::string& body);
+ void send_private_message(const std::string& username, const std::string& body, const std::string& type);
/**
* Send the PART irc command
*/