bahamut
bahamut copied to clipboard
Remote /rehash does not show conf errors
confparse_error() only shows errors locally:
sendto_realops("Conf Error: %s near line %d of %s", problem, line, current_file);
Any way we can send that info to the oper who is doing the remote rehash?
makes sense
Changed to send a notice to the person doing the /rehash instead in pull request #248.