Merge branch 'master' of github.com:charybdis-ircd/charybdis into elizafox-cleanups

This commit is contained in:
Elizabeth Myers 2016-03-09 01:41:10 -06:00
commit 550e851c5e
7 changed files with 49 additions and 56 deletions

View file

@ -68,7 +68,7 @@ is_safe_error(const char *message)
if (!strncmp(message, "Terminated by ", 14))
return true;
if (!ircncmp(message, "Closing Link", 12))
if (!strncmp(message, "Closing Link", 12))
return false;
if (strchr(message, '['))
return false;