mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Instead of doing ugly stuff to shorten the "Loaded Module [foo]" message, we now just always generate the shorter version of that message. The code paths which didn't do this shortening now prepend that message themselves. The result is that every message looks the same as it did before, but the code for generating these is a little nicer. Signed-off-by: Uli Schlachter <psychon@znc.in>