mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 15:26:22 +00:00
Renamed account_add_login -> account_add, added comments
This commit is contained in:
@@ -224,7 +224,7 @@ prof_handle_login_success(const char *jid, const char *altdomain)
|
||||
status_bar_print_message(jid);
|
||||
status_bar_refresh();
|
||||
|
||||
accounts_add_login(jid, altdomain);
|
||||
accounts_add(jid, altdomain);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user