|
@@ -526,7 +526,8 @@ void Client::setAutoDetectSP(bool autoDetect)
|
|
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
void Client::spDetection()
|
|
|
{
|
|
|
- scheduleCmd("say s-p", 2000);
|
|
|
+ //scheduleCmd("say s-p", 2000);
|
|
|
+ say("s-p");
|
|
|
}
|
|
|
|
|
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|