diff options
author | Sven Moritz Hallberg <sm@khjk.org> | 2008-02-16 16:20:58 +0100 |
---|---|---|
committer | Sven Moritz Hallberg <sm@khjk.org> | 2008-02-16 16:20:58 +0100 |
commit | 3064ea42452e7e069bce9fc132ceb8ae4d7d11b4 (patch) | |
tree | a69101240b84ec3d16db70b8329dcc693509a5a7 /root_commands.c | |
parent | dc9797f7ad4177dc72373ce71d375257fb0271a1 (diff) |
rework keygen messages and add some notices
Diffstat (limited to 'root_commands.c')
-rw-r--r-- | root_commands.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/root_commands.c b/root_commands.c index 9b492048..d47a8b1d 100644 --- a/root_commands.c +++ b/root_commands.c @@ -242,7 +242,9 @@ static void cmd_account( irc_t *irc, char **cmd ) irc_usermsg( irc, "Account successfully added" ); - otr_check_for_key(a); + if(otr_check_for_key(a)) { + irc_usermsg(irc, "otr: you will be notified when it completes"); + } } else if( g_strcasecmp( cmd[1], "del" ) == 0 ) { |