Moving the message format code (i.e. msg -> formatted string) from Style into Message.
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 4 Oct 2007 23:14:22 +0000 (23:14 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 4 Oct 2007 23:14:22 +0000 (23:14 +0000)
This avoids code duplication, since that function is needed by all GUIs. Note that
the "formatted string" contains our internal format codes, which are then translated
into real eyecandy elsewhere (e.g. in Style).


No differences found