meebey / smuxi

Smuxi is an user-friendly and free IRC client for Linux, Windows and Mac OS X based on GNOME / GTK+
https://smuxi.im/
GNU General Public License v2.0
174 stars 46 forks source link

Engine,Frontend: use CreateMessageBuilder() method when possible #203

Closed knocte closed 9 years ago

knocte commented 9 years ago

Use CreateMessageBuilder() method, instead of its empty constructor, when the method exists in the class. This is useful in case the class needs to configure all of its MessageBuilder instances in some way.