Removed erroring code, until a viable solution can be forumlated for data returns, thoughout the command system

git-svn-id: https://beef.googlecode.com/svn/trunk@809 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
passbe
2011-03-26 22:35:45 +00:00
parent c87649450d
commit 31ddadbdbc

View File

@@ -31,8 +31,8 @@ class Alert_dialog < BeEF::Command
def callback
content = {}
content['User Response'] = "The user clicked the 'OK' button when presented with an alert box saying: '"
content['User Response'] += @datastore['text'] + "'"
puts @results
content['User Response'] = "The user clicked the 'OK' button when presented with an alert box."
save content
end
@@ -40,4 +40,4 @@ end
end
end
end
end