Changeset 6738a67 for irc.h


Ignore:
Timestamp:
2008-07-16T23:22:52Z (16 years ago)
Author:
Sven Moritz Hallberg <pesco@…>
Branches:
master
Children:
9b55485
Parents:
9730d72 (diff), 6a78c0e (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 in latest trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.h

    r9730d72 r6738a67  
    6363        char *sendbuffer;
    6464        char *readbuffer;
     65        GIConv iconv, oconv;
    6566
    6667        int sentbytes;
     
    7172        char *host;
    7273        char *realname;
    73         char *password;
     74        char *password; /* HACK: Used to save the user's password, but before
     75                           logging in, this may contain a password we should
     76                           send to identify after USER/NICK are received. */
    7477
    7578        char umode[8];
Note: See TracChangeset for help on using the changeset viewer.