summaryrefslogtreecommitdiff
path: root/src/user.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:45 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:45 +0200
commitd34015c5ba231b95de20e9fcd7a33c5b2b9a1006 (patch)
treeceac33bd27e3b1158a0ac4e17f7fd7e5e6473fea /src/user.h
parentc507ce3198ea4d822832cc8740f0128df8873c02 (diff)
tagging ychat-0.5.3ychat-0.5.3
Diffstat (limited to 'src/user.h')
-rwxr-xr-xsrc/user.h3
1 files changed, 3 insertions, 0 deletions
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();