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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user