Add fake exit

git-svn-id: https://kippo.googlecode.com/svn/trunk@14 951d7100-d841-11de-b865-b3884708a8e2
This commit is contained in:
desaster
2009-11-17 05:58:27 +00:00
parent 90172c1d2b
commit 342c95941e
3 changed files with 8 additions and 2 deletions

View File

@@ -97,7 +97,8 @@ class command_echo(HoneyPotCommand):
class command_quit(HoneyPotCommand):
def call(self, args):
self.honeypot.terminal.loseConnection()
self.honeypot.writeln('Connection to server closed.')
self.honeypot.prompt = 'localhost:%(path)s# '
class command_clear(HoneyPotCommand):
def call(self, args):