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:
+1
-1
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user