[READ-ONLY] Mirror of https://github.com/VibeDevelopers/atheme. Modified fork of atheme IRC Services www.vibetalk.net/
0

Configure Feed

Select the types of activity you want to include in your feed.

SENDPASS: respect config option default_pass_length

TwinUsers (Jun 28, 2026, 2:22 PM +0100) 65d43543 e037d609

+1 -1
+1 -1
modules/nickserv/sendpass.c
··· 199 199 command_success_nodata(si, _("Overriding MARK on the account %s."), entity(mu)->name); 200 200 } 201 201 202 - newpass = random_string(16); 202 + newpass = random_string(config_options.default_pass_length); 203 203 204 204 if (! set_password(mu, newpass)) 205 205 {