Changeset 93b7bd4 for root_commands.c


Ignore:
Timestamp:
2006-10-15T09:34:02Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
ee5c355
Parents:
7e83adca (diff), e97827b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merging from devel and storage-xml.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • root_commands.c

    r7e83adca r93b7bd4  
    573573        u->gc->acc->prpl->remove_buddy( u->gc, u->handle, NULL );
    574574        user_del( irc, cmd[1] );
    575         nick_del( u->gc->acc, u->handle );
     575        nick_del( u->gc->acc, s );
    576576       
    577577        irc_usermsg( irc, "Buddy `%s' (nick %s) removed from contact list", s, cmd[1] );
     
    656656               
    657657                irc_usermsg( irc, format, "Handle", "Nickname" );
    658                 for( l = a->gc->deny; l; l = l->next )
     658                for( l = a->gc->permit; l; l = l->next )
    659659                {
    660660                        user_t *u = user_findhandle( a->gc, l->data );
Note: See TracChangeset for help on using the changeset viewer.