Browse Source

Replace cowboy-language with normal, descriptive reply messages

tags/v1.5.0
Nils 4 years ago
parent
commit
5f8902e574
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/nsmd.cpp

+ 2
- 2
src/nsmd.cpp View File

@@ -989,8 +989,8 @@ OSC_HANDLER( announce )
osc_server->send( lo_message_get_source( msg ), "/reply",
path,
expected_client ?
"Howdy, what took you so long?" :
"Well hello, stranger. Welcome to the party.",
"Acknowledged as full NSM client (started ourselves)." :
"Acknowledged as full NSM client (registered itself from the outside).",
APP_TITLE,
":server-control:broadcast:optional-gui:" );



Loading…
Cancel
Save