@@ -651,7 +651,9 @@ extern "C" {
static int cpp_playchirp(lua_State *L) {
const char* str = luaL_checkstring(L, 1);
playchirp(str);
bool value = false;
if (lua_gettop(L) > 1) value = lua_toboolean(L, 2);
playchirp(str, value);
return 0;
}
The note is not visible to the blocked user.