diff --git a/nxc/nxcdb.py b/nxc/nxcdb.py index 7bf7dcd1..7ae45479 100644 --- a/nxc/nxcdb.py +++ b/nxc/nxcdb.py @@ -512,6 +512,11 @@ class NXCDBMenu(cmd.Cmd): def do_exit(line): sys.exit() + @staticmethod + def do_EOF(line): + sys.exit() + + @staticmethod def help_exit(): help_string = """