Changeset 3064ea4 for root_commands.c


Ignore:
Timestamp:
2008-02-16T15:20:58Z (17 years ago)
Author:
Sven Moritz Hallberg <sm@…>
Branches:
master
Children:
1221ef0
Parents:
dc9797f
Message:

rework keygen messages and add some notices

File:
1 edited

Legend:

Unmodified
Added
Removed
  • root_commands.c

    rdc9797f r3064ea4  
    243243                irc_usermsg( irc, "Account successfully added" );
    244244               
    245                 otr_check_for_key(a);
     245                if(otr_check_for_key(a)) {
     246                        irc_usermsg(irc, "otr: you will be notified when it completes");
     247                }
    246248        }
    247249        else if( g_strcasecmp( cmd[1], "del" ) == 0 )
Note: See TracChangeset for help on using the changeset viewer.