summaryrefslogtreecommitdiff
path: root/src/user.h
diff options
context:
space:
mode:
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();