Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.h

    r0fbda193 rf9756bd  
    6161        char *sendbuffer;
    6262        char *readbuffer;
     63        GIConv iconv, oconv;
    6364
    6465        int sentbytes;
     
    6970        char *host;
    7071        char *realname;
    71         char *password;
     72        char *password; /* HACK: Used to save the user's password, but before
     73                           logging in, this may contain a password we should
     74                           send to identify after USER/NICK are received. */
    7275
    7376        char umode[8];
Note: See TracChangeset for help on using the changeset viewer.