diff options
author | pranomostro <pranomestro@gmail.com> | 2017-03-03 15:39:30 +0100 |
---|---|---|
committer | pranomostro <pranomestro@gmail.com> | 2017-03-03 15:41:21 +0100 |
commit | d10df26852b6db53156e1f892e29239435c66299 (patch) | |
tree | 73ab6b3b7df46f08d0fb3eae4ec17a3164e9690b /config.def.h | |
parent | 799e250bbc9cf89bb09b7cfa4afbc4dbb9a46657 (diff) | |
parent | e8f046c0e616a7a0b10d1bb85abe887c1a374179 (diff) |
Merge branch 'toktok'.
This merge updates ratox to toktoks toxcore, which is being developed, and
adds groupchats (although lacking audio group chats at the moment).
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index aa95a0e..e98c1ed 100644 --- a/config.def.h +++ b/config.def.h @@ -20,6 +20,9 @@ #define VIDEOHEIGHT 720 #define VIDEOBITRATE 2500 +static int friendmsg_log = 1; +static int confmsg_log = 0; + static char *savefile = ".ratox.tox"; static int encryptsavefile = 0; |