mirror of
https://github.com/anope/anope.git
synced 2026-07-10 20:03:15 +02:00
BUILD : 1.7.14 (1101) BUGS : N/A NOTES : Unreal32 will now prompt users to check there link blocks if there wrong.
git-svn-id: svn://svn.anope.org/anope/trunk@1101 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@825 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
e63637a37e
commit
942cb38436
@@ -1636,6 +1636,9 @@ int anope_event_error(char *source, int ac, char **av)
|
||||
if (debug) {
|
||||
alog("debug: %s", av[0]);
|
||||
}
|
||||
if(strstr(av[0],"No matching link configuration")!=0) {
|
||||
alog("Error: Your IRCD's link block may not setup correctly, please check unrealircd.conf");
|
||||
}
|
||||
}
|
||||
return MOD_CONT;
|
||||
}
|
||||
@@ -2085,7 +2088,6 @@ void moduleAddIRCDMsgs(void) {
|
||||
m = createMessage("AP", anope_event_null); addCoreMessage(IRCD,m);
|
||||
}
|
||||
|
||||
|
||||
/* The none token version of these is in messages.c */
|
||||
if (UseTokens) {
|
||||
m = createMessage("2", m_stats); addCoreMessage(IRCD,m);
|
||||
|
||||
Reference in New Issue
Block a user