mirror of
https://github.com/anope/anope.git
synced 2026-07-05 07:33:13 +02:00
Cleanup in main.cpp.
This commit is contained in:
@@ -1004,21 +1004,21 @@ int anope_event_capab(const Anope::string &source, int ac, const char **av)
|
||||
{
|
||||
send_cmd("", "ERROR :m_globops is not loaded. This is required by Anope");
|
||||
quitmsg = "ERROR: Remote server does not have the m_globops module loaded, and this is required.";
|
||||
quitting = 1;
|
||||
quitting = true;
|
||||
return MOD_STOP;
|
||||
}
|
||||
if (!has_servicesmod)
|
||||
{
|
||||
send_cmd("", "ERROR :m_services is not loaded. This is required by Anope");
|
||||
quitmsg = "ERROR: Remote server does not have the m_services module loaded, and this is required.";
|
||||
quitting = 1;
|
||||
quitting = true;
|
||||
return MOD_STOP;
|
||||
}
|
||||
if (!has_hidechansmod)
|
||||
{
|
||||
send_cmd("", "ERROR :m_hidechans.so is not loaded. This is required by Anope");
|
||||
quitmsg = "ERROR: Remote server deos not have the m_hidechans module loaded, and this is required.";
|
||||
quitting = 1;
|
||||
quitting = true;
|
||||
return MOD_STOP;
|
||||
}
|
||||
if (!has_svsholdmod)
|
||||
|
||||
Reference in New Issue
Block a user