From 70f69ecc5f80f060d1780110ed9792f9e19d2507 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Mon, 7 Jun 2010 16:45:42 +0100 Subject: Restoring auto-identification using server password. --- irc_commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'irc_commands.c') 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 ); } } -- cgit v1.2.3