Changeset 84b045d for root_commands.c


Ignore:
Timestamp:
2007-04-16T01:03:08Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
6bbb939
Parents:
c2fb3809
Message:

s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h a
little bit, grouping things by category instead of original Gaim 0.58
filename.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • root_commands.c

    rc2fb3809 r84b045d  
    634634        else
    635635        {
    636                 bim_rem_allow( ic, cmd[2] );
    637                 bim_add_block( ic, cmd[2] );
     636                imc_rem_allow( ic, cmd[2] );
     637                imc_add_block( ic, cmd[2] );
    638638                irc_usermsg( irc, "Buddy `%s' moved from your allow- to your block-list", cmd[2] );
    639639        }
     
    693693        else
    694694        {
    695                 bim_rem_block( ic, cmd[2] );
    696                 bim_add_allow( ic, cmd[2] );
     695                imc_rem_block( ic, cmd[2] );
     696                imc_add_allow( ic, cmd[2] );
    697697               
    698698                irc_usermsg( irc, "Buddy `%s' moved from your block- to your allow-list", cmd[2] );
Note: See TracChangeset for help on using the changeset viewer.