diff options
author | lethality <lethality@anope.org> | 2010-08-12 16:32:13 +0100 |
---|---|---|
committer | lethality <lethality@anope.org> | 2010-08-12 16:32:13 +0100 |
commit | a2e9e45e3778c7a29a30fbe3523026df5a5b8304 (patch) | |
tree | 6dd146cc55d402403cf9c7e1189af1f141b05076 | |
parent | ee0636ac462072e310d24c48a8bee28ee8ba85f9 (diff) |
fixed line break in my last commit :(
-rw-r--r-- | src/protocol/unreal32.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c index 8b9ed6d44..f850b44d0 100644 --- a/src/protocol/unreal32.c +++ b/src/protocol/unreal32.c @@ -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; |