Changeset 280c56a for nick.c


Ignore:
Timestamp:
2010-03-27T17:36:47Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
74f1cde
Parents:
2f53ada
Message:

Added privmsg handlers to users/channels. root commands are coming back.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nick.c

    r2f53ada r280c56a  
    9696        /* Now, find out if the nick is already in use at the moment, and make
    9797           subtle changes to make it unique. */
    98         while( !nick_ok( nick ) || irc_user_find( acc->irc, nick ) )
     98        while( !nick_ok( nick ) || irc_user_by_name( acc->irc, nick ) )
    9999        {
    100100                if( strlen( nick ) < ( MAX_NICK_LENGTH - 1 ) )
Note: See TracChangeset for help on using the changeset viewer.