Changeset 51a3d12 for irc_send.c


Ignore:
Timestamp:
2010-07-25T09:11:48Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
c6bf805
Parents:
5588edf5
Message:

Allow change nicknames when moving contacts between groups. Also fixing a
bug that caused many empty channel mode changes being sent.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_send.c

    r5588edf5 r51a3d12  
    396396                            ic->irc->root->user, ic->irc->root->host );
    397397       
    398         irc_write( ic->irc, ":%s MODE %s %s", from, ic->name, changes );
    399 }
     398        if( *changes )
     399                irc_write( ic->irc, ":%s MODE %s %s", from, ic->name, changes );
     400}
Note: See TracChangeset for help on using the changeset viewer.