From c2841e19c227f9c0f7cef3023e012c5c80f6def4 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 3 May 2018 13:16:04 +0200 Subject: Support different types of channel data. Add nickname change command --- include/User.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/User.hpp') 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; }; -- cgit v1.2.3