Changeset 92cb8c4 for irc_commands.c


Ignore:
Timestamp:
2010-06-06T23:47:46Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
36562b0
Parents:
16834a5
Message:

Complete (hopefully) fix for nickname changes: Add flags to the identify
command to allow identifying without loading any new settings. With some
documentation hints.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_commands.c

    r16834a5 r92cb8c4  
    8989                        irc->status &= ~USTATUS_IDENTIFIED;
    9090                        irc_umode_set( irc, "-R", 1 );
     91                        irc_usermsg( irc, "Changing nicks resets your identify status. "
     92                                     "Re-identify or register a new account if you want "
     93                                     "your configuration to be saved. See \x02help "
     94                                     "nick_changes\x02." );
    9195                }
    9296               
Note: See TracChangeset for help on using the changeset viewer.