diff options
| author | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:45 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:45 +0200 |
| commit | d34015c5ba231b95de20e9fcd7a33c5b2b9a1006 (patch) | |
| tree | ceac33bd27e3b1158a0ac4e17f7fd7e5e6473fea /src/user.h | |
| parent | c507ce3198ea4d822832cc8740f0128df8873c02 (diff) | |
tagging ychat-0.5.3ychat-0.5.3
Diffstat (limited to 'src/user.h')
| -rwxr-xr-x | src/user.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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(); |
