Changeset 3064ea4 for root_commands.c
- Timestamp:
- 2008-02-16T15:20:58Z (17 years ago)
- Branches:
- master
- Children:
- 1221ef0
- Parents:
- dc9797f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
root_commands.c
rdc9797f r3064ea4 243 243 irc_usermsg( irc, "Account successfully added" ); 244 244 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 } 246 248 } 247 249 else if( g_strcasecmp( cmd[1], "del" ) == 0 )
Note: See TracChangeset
for help on using the changeset viewer.