From d46e99d50ba3f096f12298bd45169833fe0bcf6d Mon Sep 17 00:00:00 2001 From: sin Date: Mon, 15 Sep 2014 18:06:25 +0100 Subject: For now print messages on the main screen too --- ratatox.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ratatox.c') diff --git a/ratatox.c b/ratatox.c index aa107cf..1a264fe 100644 --- a/ratatox.c +++ b/ratatox.c @@ -226,6 +226,7 @@ cb_friend_message(Tox *m, int32_t fid, const uint8_t *data, uint16_t len, void * t = time(NULL); strftime(buft, sizeof(buft), "%F %R", localtime(&t)); writeparam(f, "text_out", "a", "%s %s\n", buft, msg); + printout("%s %s\n", f->namestr, msg); break; } } -- cgit v1.2.3