Changeset 8e419cb for storage_text.c


Ignore:
Timestamp:
2006-01-10T21:35:08Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
a4dc9f7
Parents:
3e91c3e (diff), dd8d4c5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge Wilmer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • storage_text.c

    r3e91c3e r8e419cb  
    7979        user_t *ru = user_find( irc, ROOT_NICK );
    8080       
    81         if( irc->status == USTATUS_IDENTIFIED )
     81        if( irc->status >= USTATUS_IDENTIFIED )
    8282                return( 1 );
    8383       
Note: See TracChangeset for help on using the changeset viewer.