Changeset 0fd8559 for root_commands.c
- Timestamp:
- 2007-02-18T17:48:04Z (18 years ago)
- Branches:
- master
- Children:
- 0f4c1bb5
- Parents:
- 8de63c3 (diff), c7d0f41 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
root_commands.c
r8de63c3 r0fd8559 572 572 573 573 u->gc->acc->prpl->remove_buddy( u->gc, u->handle, NULL ); 574 nick_del( u->gc->acc, u->handle ); 574 575 user_del( irc, cmd[1] ); 575 nick_del( u->gc->acc, s );576 576 577 577 irc_usermsg( irc, "Buddy `%s' (nick %s) removed from contact list", s, cmd[1] );
Note: See TracChangeset
for help on using the changeset viewer.