1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 03:23:13 +02:00

The fantasy:name field is allowed to contain spaces.

This commit is contained in:
Sadie Powell
2022-12-18 10:36:59 +00:00
parent 3f867c1e11
commit fee60c8e06
+1 -1
View File
@@ -472,7 +472,7 @@ Conf::Conf() : Block("")
bool hide = fantasy->Get<bool>("hide"),
prepend_channel = fantasy->Get<bool>("prepend_channel", "yes");
ValidateNotEmptyOrSpaces("fantasy", "name", nname);
ValidateNotEmpty("fantasy", "name", nname);
ValidateNotEmptyOrSpaces("fantasy", "command", service);
CommandInfo &c = this->Fantasy[nname];