mirror of
https://github.com/anope/anope.git
synced 2026-06-27 23:16:39 +02:00
Improve the error diagnostics when the link fails.
This commit is contained in:
@@ -192,6 +192,11 @@ public:
|
||||
MaxLine = 0;
|
||||
}
|
||||
|
||||
void GetLinkAdvice(std::vector<Anope::string> &advice) override
|
||||
{
|
||||
advice.push_back("You do not have the account, hidechans, services, and spanningtree modules loaded on InspIRCd.");
|
||||
}
|
||||
|
||||
size_t GetMaxListFor(Channel *c, ChannelMode *cm) override
|
||||
{
|
||||
ListLimits *limits = maxlist.Get(c);
|
||||
|
||||
Reference in New Issue
Block a user