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
172 stars 46 forks source link

Engine: bring errors from server.OnConnectCommands to the UI #201

Closed knocte closed 9 years ago

knocte commented 9 years ago

If the commands to be executed on server connection were to throw any exception, they were being swallowed and not shown in the UI, so the user could never notice that there was a problem with them (for example, having a /timeline command to inspect a Twitter user that doesn't exist, would not yield any visible problem).

knocte commented 9 years ago

Using CreateMessageBuilder() now.

meebey commented 9 years ago

Looks good, only waiting for the CI to finish