diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2008-03-29 22:19:17 +0000 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2008-03-29 22:19:17 +0000 | 
| commit | a199d33ed818820ffba328f718799bbd77392f6a (patch) | |
| tree | d01fe78e41871dd73f35dfe4e87d91cfc54f466e /irc.h | |
| parent | 89681335303b1118eda246c901f3c99470de19fc (diff) | |
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.
Diffstat (limited to 'irc.h')
| -rw-r--r-- | irc.h | 4 | 
1 files changed, 3 insertions, 1 deletions
| @@ -68,7 +68,9 @@ typedef struct irc  	char *user;  	char *host;  	char *realname; -	char *password; +	char *password; /* HACK: Used to save the user's password, but before +	                   logging in, this may contain a password we should +	                   send to identify after USER/NICK are received. */  	char umode[8]; | 
