urlcap crashfix (#23)

* url crash fix
This commit is contained in:
joonicks
2018-03-26 00:43:24 +02:00
committed by GitHub
parent 02aab28429
commit deb92cb01a
25 changed files with 111 additions and 128 deletions

View File

@@ -391,7 +391,7 @@ void signoff(char *from, char *reason)
#endif /* NOTIFY */
if (from)
{
to_user(from,"ShutDown Complete");
to_user(from,TEXT_SHUTDOWNCOMPLETE);
}
while(current->chanlist)