bahamut icon indicating copy to clipboard operation
bahamut copied to clipboard

Remote /rehash does not show conf errors

Open rscs opened this issue 1 year ago • 2 comments

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?

rscs avatar Oct 21 '24 14:10 rscs

makes sense

eaescob avatar Oct 22 '24 23:10 eaescob

Changed to send a notice to the person doing the /rehash instead in pull request #248.

holbrookb avatar Nov 01 '24 02:11 holbrookb