mirror of
https://github.com/anope/anope.git
synced 2026-06-27 16:06:39 +02:00
Make it easier to use fantasy without botserv, and document it
This commit is contained in:
+1
-1
@@ -97,7 +97,7 @@ class Fantasy : public Module
|
||||
if (!u || !c || !c->ci || !c->ci->bi || msg.empty() || msg[0] == '\1')
|
||||
return;
|
||||
|
||||
if (!fantasy.HasExt(c->ci))
|
||||
if (Config->GetClient("BotServ") && !fantasy.HasExt(c->ci))
|
||||
return;
|
||||
|
||||
std::vector<Anope::string> params;
|
||||
|
||||
Reference in New Issue
Block a user