diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/protocol/unreal32.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c index 49df169ed..8b9ed6d44 100644 --- a/src/protocol/unreal32.c +++ b/src/protocol/unreal32.c @@ -1663,7 +1663,8 @@ 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 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; |