From 6dac4efa6181e2696ea112c3f1826f529160ceef Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Fri, 30 Jul 2010 21:41:50 +0000 Subject: Can do v6 and reconnect. --- vchat-commands.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vchat-commands.c') diff --git a/vchat-commands.c b/vchat-commands.c index 651878c..0c8ca26 100755 --- a/vchat-commands.c +++ b/vchat-commands.c @@ -393,12 +393,13 @@ command_quit(char *tail) /* send users message to server */ snprintf (tmpstr, TMPSTRSIZE, ".x %s", tail); networkoutput (tmpstr); - + /* show action in channel window */ writechan (tmpstr); /* Inform vchat-client, that the closing connection following is intended */ + status = 0; ownquit = 1; } -- cgit v1.2.3