1
0
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:
Adam
2014-02-05 07:34:22 -05:00
parent 4f8c4f8fef
commit bb0e2a9a07
3 changed files with 15 additions and 11 deletions
+1 -1
View File
@@ -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;