From d34015c5ba231b95de20e9fcd7a33c5b2b9a1006 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:45 +0200 Subject: tagging ychat-0.5.3 --- src/user.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/user.h') diff --git a/src/user.h b/src/user.h index a90334d..7dec89a 100755 --- a/src/user.h +++ b/src/user.h @@ -86,6 +86,9 @@ public: virtual int get_sock ( ); virtual void set_sock ( int i_sock ); + // executes a command. + virtual void command( string &s_command ); + // gets the message and clears s_mess; virtual string get_mess(); -- cgit v1.2.3