summaryrefslogtreecommitdiff
path: root/src/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.c')
-rw-r--r--src/commands.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/commands.c b/src/commands.c
index b52a5a1..59e7988 100644
--- a/src/commands.c
+++ b/src/commands.c
@@ -125,6 +125,16 @@ int com_users( char *arg )
return( 0 );
}
+int com_server( char *arg )
+{
+ if( !arg ) arg = "";
+
+ current = &server;
+
+ initialize_readline();
+ return( 0 );
+}
+
int com_top( char *arg )
{
if( !arg ) arg = "";