mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-10 04:21:02 +00:00
Merge commit 'origin'
This commit is contained in:
commit
6eb8dd883f
@ -50,14 +50,17 @@ disconnected() {
|
|||||||
P0(("%O received %O bytes of buffer for %O\n", ME, sizeof(buffer), current))
|
P0(("%O received %O bytes of buffer for %O\n", ME, sizeof(buffer), current))
|
||||||
switch (pointerp(current) ? current[0] : "") {
|
switch (pointerp(current) ? current[0] : "") {
|
||||||
case TRANSLATION:
|
case TRANSLATION:
|
||||||
|
// can you believe, some people want this in their
|
||||||
|
// psyc clients ;)))
|
||||||
|
current[4]["_data_original"] = current[3];
|
||||||
if (sscanf(buffer, FMT, k)) krank = k;
|
if (sscanf(buffer, FMT, k)) krank = k;
|
||||||
else krank = "und es geschah ihr als sei es von der ferne";
|
else krank = current[3];
|
||||||
#ifdef TRANSLATION2
|
#ifdef TRANSLATION2
|
||||||
babel(TRANSLATION2, current[1], current[2], krank, current[4]);
|
babel(TRANSLATION2, current[1], current[2], krank, current[4]);
|
||||||
break;
|
break;
|
||||||
case TRANSLATION2:
|
case TRANSLATION2:
|
||||||
if (sscanf(buffer, FMT, k)) krank = k;
|
if (sscanf(buffer, FMT, k)) krank = k;
|
||||||
else krank = "und sie sah fern als sei es ein geschehen";
|
else krank = current[3];
|
||||||
#endif
|
#endif
|
||||||
::msg(current[1], current[2], replace(krank, """, "\""), current[4]);
|
::msg(current[1], current[2], replace(krank, """, "\""), current[4]);
|
||||||
default:
|
default:
|
||||||
|
0
utility/rkeywordgrep
Executable file → Normal file
0
utility/rkeywordgrep
Executable file → Normal file
Loading…
Reference in New Issue
Block a user