Changeset e7edbb7
- Timestamp:
- 2010-04-14T22:56:19Z (15 years ago)
- Branches:
- master
- Children:
- 9d4352c
- Parents:
- 4c3519a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_send.c
r4c3519a re7edbb7 222 222 bu->ic->acc->prpl->name ); 223 223 224 if( bu->status || bu->status_msg ) 224 if( ( bu->status && *bu->status ) || 225 ( bu->status_msg && *bu->status_msg ) ) 225 226 { 226 227 int num = bu->flags & BEE_USER_AWAY ? 301 : 320; … … 234 235 else 235 236 { 236 irc_send_num( irc, 312, "%s %s :%s", iu->nick, irc->root->host, IRCD_INFO " " BITLBEE_VERSION);237 irc_send_num( irc, 312, "%s %s :%s", iu->nick, irc->root->host, IRCD_INFO ); 237 238 } 238 239
Note: See TracChangeset
for help on using the changeset viewer.