mirror of
https://github.com/anope/anope.git
synced 2026-07-07 06:33:13 +02:00
Fix config to default prepend_channel true for fantasy
This commit is contained in:
+1
-1
@@ -447,7 +447,7 @@ Conf::Conf() : Block("")
|
||||
&permission = fantasy->Get<const Anope::string>("permission"),
|
||||
&group = fantasy->Get<const Anope::string>("group");
|
||||
bool hide = fantasy->Get<bool>("hide"),
|
||||
prepend_channel = fantasy->Get<bool>("prepend_channel");
|
||||
prepend_channel = fantasy->Get<bool>("prepend_channel", "yes");
|
||||
|
||||
ValidateNotEmpty("fantasy", "name", nname);
|
||||
ValidateNotEmpty("fantasy", "command", service);
|
||||
|
||||
Reference in New Issue
Block a user