fixed typo in ws.receive

This commit is contained in:
antisnatchor
2012-04-07 13:41:58 +01:00
parent 552beb4ccd
commit b08326ebcc

View File

@@ -37,7 +37,7 @@ module BeEF
while true
#command interpretation
message=ws.receve()
message=ws.receive()
if (message!="helo")
#module return value case