]> jfr.im git - irc/rizon/znc.git/commit
Improve the handling of module load messages
authorUli Schlachter <redacted>
Sat, 2 Apr 2011 14:52:52 +0000 (16:52 +0200)
committerUli Schlachter <redacted>
Sat, 2 Apr 2011 14:52:52 +0000 (16:52 +0200)
commitf0bf7134ecad70caf332cb2864dd3107991f90d7
treec71f92d0307ea6974ffc148ee874ebf61971dd83
parent200346548925a963d4aa4df1a1f3cbfd8494787a
Improve the handling of module load messages

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 <redacted>
ClientCommand.cpp
Modules.cpp
User.cpp
modules/modperl/startup.pl
modules/modpython/znc.py
znc.cpp