- Timestamp:
- 2010-05-08T14:12:32Z (13 years ago)
- Branches:
- master
- Children:
- 4a9fd5f
- Parents:
- b0364dc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_im.c
rb0364dc rfd45e1d1 81 81 irc_t *irc = bee->ui_data; 82 82 irc_user_t *iu = bu->ui_data; 83 irc_channel_t *ic = irc-> channels->data; /* For now, just pick the first channel. */83 irc_channel_t *ic = irc->default_channel; 84 84 85 85 /* Do this outside the if below since away state can change without … … 119 119 { 120 120 irc_t *irc = bee->ui_data; 121 irc_channel_t *ic = irc-> channels->data;121 irc_channel_t *ic = irc->default_channel; 122 122 irc_user_t *iu = (irc_user_t *) bu->ui_data; 123 123 char *dst, *prefix = NULL; … … 410 410 static gboolean bee_irc_channel_chat_topic( irc_channel_t *ic, const char *new ) 411 411 { 412 return TRUE; 412 413 } 413 414
Note: See TracChangeset
for help on using the changeset viewer.