diff options
author | louiz’ <louiz@louiz.org> | 2018-08-26 15:42:38 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2018-08-26 15:42:38 +0200 |
commit | 478619b10a27f7a25ba0b1082f4b12981b29d546 (patch) | |
tree | 29cc6186176b2eae7a54b6a8058436851874691d /src/irc | |
parent | 248e25c22fc15105d2a9db695ddb93ed5a8e0802 (diff) | |
download | biboumi-478619b10a27f7a25ba0b1082f4b12981b29d546.tar.gz biboumi-478619b10a27f7a25ba0b1082f4b12981b29d546.tar.bz2 biboumi-478619b10a27f7a25ba0b1082f4b12981b29d546.tar.xz biboumi-478619b10a27f7a25ba0b1082f4b12981b29d546.zip |
Trivial little syntax changes
Diffstat (limited to 'src/irc')
-rw-r--r-- | src/irc/irc_client.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/irc_client.hpp b/src/irc/irc_client.hpp index 416eb30..674f3ff 100644 --- a/src/irc/irc_client.hpp +++ b/src/irc/irc_client.hpp @@ -34,7 +34,7 @@ class Bridge; class IrcClient: public TCPClientSocketHandler { public: - explicit IrcClient(std::shared_ptr<Poller>& poller, std::string hostname, + explicit IrcClient(std::shared_ptr<Poller>& poller, std::string hostname, std::string nickname, std::string username, std::string realname, std::string user_hostname, Bridge& bridge); |