aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2008-03-29 22:19:17 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2008-03-29 22:19:17 +0000
commita199d33ed818820ffba328f718799bbd77392f6a (patch)
treed01fe78e41871dd73f35dfe4e87d91cfc54f466e /irc.h
parent89681335303b1118eda246c901f3c99470de19fc (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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/irc.h b/irc.h
index eb70ad1c..eaf531b7 100644
--- a/irc.h
+++ b/irc.h
@@ -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];