summaryrefslogtreecommitdiff
path: root/src/chat/user.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:41 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:41 +0200
commit520f54d6219b7c625b4e07463ac393e6982ddab6 (patch)
tree74b4483786b3842b1a0384fd33deb7483276bea1 /src/chat/user.h
parentae4e87df37ed8904de92c7cf2f3a11128cda2a21 (diff)
tagging ychat-0.7.1ychat-0.7.1
Diffstat (limited to 'src/chat/user.h')
-rwxr-xr-xsrc/chat/user.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/chat/user.h b/src/chat/user.h
index 4acb8f0..a88aea7 100755
--- a/src/chat/user.h
+++ b/src/chat/user.h
@@ -34,7 +34,7 @@ private:
string s_pass; // password
room* p_room; // pointer to the user's room.
- map<string,string> map_changed_data; // Needed to tell yChat which data to change after user is removed!
+ map_string map_changed_data; // Needed to tell yChat which data to change after user is removed!
bool b_set_changed_data; // Only set change data if required!
// Modules which are allowed to be executed by the user.
@@ -72,10 +72,10 @@ private:
void clean();
// gets specific data of this user und stores it in
- // (*p_map<string,string>)["nick"]. this method will be used
+ // (*p_map_string)["nick"]. this method will be used
// every time data has to be got from every user of a room
// or even of the system.
- void get_data( map<string,string> *p_map_data );
+ void get_data( map_string *p_map_data );
string get_colored_name();
string get_colored_bold_name()