mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 19:36:21 +00:00
Merge pull request #1842 from H3rnand3zzz/feature/plugins-download
New Feature: Plugins Download
This commit is contained in:
@@ -216,10 +216,9 @@ jid_fulljid_or_barejid(Jid* jid)
|
||||
char*
|
||||
jid_random_resource(void)
|
||||
{
|
||||
char* rand = get_random_string(4);
|
||||
auto_char char* rand = get_random_string(4);
|
||||
|
||||
gchar* result = g_strdup_printf("profanity.%s", rand);
|
||||
free(rand);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user