Skip to content
Snippets Groups Projects
Commit 285fc975 authored by Bernard Blackham's avatar Bernard Blackham
Browse files

D'oh. Wrong silence code.

parent 889db98b
Branches
Tags
No related merge requests found
......@@ -236,7 +236,7 @@ void do_silence() {
send_string("511 Unknown silence duration." CRLF);
return;
}
send_string("500 Silence started." CRLF);
send_string("501 Silence started." CRLF);
return;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment