mirror of
https://github.com/osmarks/ngircd.git
synced 2025-10-29 21:13:01 +00:00
Authenticated users should be registered without the "~" mark
This commit is contained in:
@@ -853,9 +853,10 @@ cb_Read_Auth_Result(int r_fd, UNUSED short events)
|
||||
return;
|
||||
}
|
||||
|
||||
if (result == true)
|
||||
if (result == true) {
|
||||
Client_SetUser(client, Client_OrigUser(client), true);
|
||||
(void)Hello_User_PostAuth(client);
|
||||
else
|
||||
} else
|
||||
Reject_Client(client);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user