|
@@ -125,7 +125,7 @@ while 1:
|
|
else:
|
|
else:
|
|
# Just send a normal request
|
|
# Just send a normal request
|
|
if command.startswith("\\"):
|
|
if command.startswith("\\"):
|
|
- command = command
|
|
|
|
|
|
+ command = command[1:]
|
|
else:
|
|
else:
|
|
command = '"%s"' % command
|
|
command = '"%s"' % command
|
|
|
|
|