1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-08 01:26:35 +01:00

show pseudo-unique identifier in friend chat windows

This commit is contained in:
Jfreegman
2014-02-21 21:21:12 -05:00
parent 4294e39b49
commit 2982dc6ddd
4 changed files with 19 additions and 3 deletions

View File

@@ -470,6 +470,9 @@ int main(int argc, char *argv[])
int i = 0;
int f_use_ipv4 = 0;
// Make sure all written files are read/writeable only by the current user.
umask(S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);
for (i = 0; i < argc; ++i) {
if (argv[i] == NULL)
break;