Index: deluge/ui/console/main.py
===================================================================
--- deluge/ui/console/main.py	(revision 6073)
+++ deluge/ui/console/main.py	(working copy)
@@ -295,7 +295,7 @@
                 parser._print_help(f)
         parser.print_help = print_help
 
-        if not client.connected() and cmd not in ("help", "connect", "quit"):
+        if not client.connected() and cmd not in ("help", "connect", "quit", "exit"):
             self.write("{!error!}Not connected to a daemon, please use the connect command first.")
             return
 
