diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.cpp b/src/config.cpp index 5cddfb268..afadb401b 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -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); |