Consider the code:
\documentclass[12pt]{book}
\usepackage{abbrevs}
\begin{document}
By 2100 \BC, almost universal corruption prevailed.
\end{document}
which produces
QUESTION: How may I adjust (reduce) the horizontal space between 2100 and B.C.; as well as reduce the gap between B.C. and the comma?
Thank you.

\BCin the documentation (bottom of page 4) does not use a preceding space, e.g.2100\BC. – mbert Aug 21 '23 at 20:10