1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 15:03:13 +02:00

fixed line break in my last commit :(

This commit is contained in:
lethality
2010-08-12 16:32:13 +01:00
parent ee0636ac46
commit a2e9e45e37
+1 -2
View File
@@ -1663,8 +1663,7 @@ int anope_event_error(char *source, int ac, char **av)
alog("debug: %s", av[0]);
}
if(strstr(av[0],"No matching link configuration")!=0) {
alog("Error: Your IRCD's link block may not be setup correctly, please
check unrealircd.conf");
alog("Error: Your IRCD's link block may not be setup correctly, please check unrealircd.conf");
}
}
return MOD_CONT;