aboutsummaryrefslogtreecommitdiff
path: root/include/User.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-05-03 13:16:04 +0200
committerdec05eba <dec05eba@protonmail.com>2018-05-03 13:16:10 +0200
commitc2841e19c227f9c0f7cef3023e012c5c80f6def4 (patch)
treeb29328141537e54d5d53d1636c7d6c1b20ec72f9 /include/User.hpp
parent9bb631f1e1861c63f38125fffb91081c98a1cfcc (diff)
Support different types of channel data. Add nickname change command
Diffstat (limited to 'include/User.hpp')
-rw-r--r--include/User.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/User.hpp b/include/User.hpp
index e9e334a..821be6f 100644
--- a/include/User.hpp
+++ b/include/User.hpp
@@ -32,6 +32,7 @@ namespace dchat
OnlineUser(const odhtdb::User *databaseUser);
virtual const std::string& getName() const override;
+ std::string name;
const odhtdb::User *databaseUser;
};