Changeset a199d33 for irc.h


Ignore:
Timestamp:
2008-03-29T22:19:17Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
18ff38f
Parents:
8968133
Message:

Closing bug #209: The PASS command can now be used to identify yourself
to BitlBee. The advantage: No more messing with NickServ hooks. Just set
a server password.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.h

    r8968133 ra199d33  
    6969        char *host;
    7070        char *realname;
    71         char *password;
     71        char *password; /* HACK: Used to save the user's password, but before
     72                           logging in, this may contain a password we should
     73                           send to identify after USER/NICK are received. */
    7274
    7375        char umode[8];
Note: See TracChangeset for help on using the changeset viewer.