Merge branch 'master' of github.com:charybdis-ircd/charybdis into elizafox-cleanups
This commit is contained in:
commit
550e851c5e
7 changed files with 49 additions and 56 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue