Changes in irc_commands.c [e67e513:14df98f]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_commands.c
re67e513 r14df98f 92 92 irc->status &= ~USTATUS_IDENTIFIED; 93 93 irc_umode_set( irc, "-R", 1 ); 94 irc_ rootmsg( irc, "Changing nicks resets your identify status. "94 irc_usermsg( irc, "Changing nicks resets your identify status. " 95 95 "Re-identify or register a new account if you want " 96 96 "your configuration to be saved. See \x02help " … … 433 433 { 434 434 set_setstr( &a->set, "password", password ); 435 irc_ rootmsg( irc, "Password added to IM account "435 irc_usermsg( irc, "Password added to IM account " 436 436 "%s(%s)", a->prpl->name, a->user ); 437 437 /* The IRC client may expect this. 491 suggests the OPER
Note: See TracChangeset
for help on using the changeset viewer.