Changes in protocols/nogaim.c [e67e513:748bcdd]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.c
re67e513 r748bcdd 216 216 if( a ) 217 217 /* FIXME(wilmer): ui_log callback or so */ 218 irc_ rootmsg( ic->bee->ui_data, "%s(%s) - %s", ic->acc->prpl->name, ic->acc->user, text );218 irc_usermsg( ic->bee->ui_data, "%s(%s) - %s", ic->acc->prpl->name, ic->acc->user, text ); 219 219 else 220 irc_ rootmsg( ic->bee->ui_data, "%s - %s", ic->acc->prpl->name, text );220 irc_usermsg( ic->bee->ui_data, "%s - %s", ic->acc->prpl->name, text ); 221 221 222 222 g_free( text );
Note: See TracChangeset
for help on using the changeset viewer.