- Timestamp:
- 2006-05-20T11:48:08Z (17 years ago)
- Branches:
- master
- Children:
- 68b518d6, f66c701
- Parents:
- 881fd4e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
user.c
r881fd4e rc53911e 168 168 u->nick = g_strdup( newnick ); 169 169 if( !u->user ) u->user = u->nick; 170 if( !u->host ) u-> user = u->host;171 if( !u->realname ) u-> user = u->realname;170 if( !u->host ) u->host = u->nick; 171 if( !u->realname ) u->realname = u->nick; 172 172 173 173 /* Remove the old reference to this user from the hash and create a
Note: See TracChangeset
for help on using the changeset viewer.