Changeset fda55fa
- Timestamp:
- 2010-08-30T20:12:34Z (14 years ago)
- Branches:
- master
- Children:
- 31dbb90a
- Parents:
- c55701e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_im.c
rc55701e rfda55fa 252 252 { 253 253 irc_user_t *iu = (irc_user_t *) bu->ui_data; 254 irc_t *irc = (irc_t *) bee->ui_data;255 254 char *s; 256 255 … … 266 265 if( ( bu->ic->flags & OPT_LOGGED_IN ) && set_getbool( &bee->set, "display_namechanges" ) ) 267 266 { 267 /* People don't like this /NOTICE. Meh, let's go back to the old one. 268 268 char *msg = g_strdup_printf( "<< \002BitlBee\002 - Changed name to `%s' >>", iu->fullname ); 269 269 irc_send_msg( iu, "NOTICE", irc->user->nick, msg, NULL ); 270 */ 271 imcb_log( bu->ic, "User `%s' changed name to `%s'", iu->nick, iu->fullname ); 270 272 } 271 273
Note: See TracChangeset
for help on using the changeset viewer.