diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-06-07 16:45:42 +0100 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-06-07 16:45:42 +0100 | 
| commit | 70f69ecc5f80f060d1780110ed9792f9e19d2507 (patch) | |
| tree | 36ad1e6c7e802096bc0a8156a15e39fe99abdeeb /irc_commands.c | |
| parent | c5aefa4463135b3f8720785804fe183817829b00 (diff) | |
Restoring auto-identification using server password.
Diffstat (limited to 'irc_commands.c')
| -rw-r--r-- | irc_commands.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/irc_commands.c b/irc_commands.c index 4ce68f07..6c425dee 100644 --- a/irc_commands.c +++ b/irc_commands.c @@ -57,7 +57,7 @@ static void irc_cmd_pass( irc_t *irc, char **cmd )  	else  	{  		/* Remember the password and try to identify after USER/NICK. */ -		/*irc_setpass( irc, cmd[1] ); */ +		irc_setpass( irc, cmd[1] );  		irc_check_login( irc );  	}  } | 
