mirror of
https://github.com/anope/anope.git
synced 2026-06-30 12:46:37 +02:00
If the IRCd sends a field limit then use it over that of the config.
This commit is contained in:
@@ -251,7 +251,7 @@ public:
|
||||
|
||||
if (IRCD->CanSVSNick)
|
||||
{
|
||||
unsigned nicklen = Config->GetBlock("networkinfo")->Get<unsigned>("nicklen");
|
||||
unsigned nicklen = IRCD->GetMaxNick();
|
||||
const Anope::string &guestprefix = Config->GetModule("nickserv")->Get<const Anope::string>("guestnickprefix", "Guest");
|
||||
|
||||
Anope::string guestnick;
|
||||
|
||||
Reference in New Issue
Block a user