From 64970e041fb04b4c568f59654a5fe0688524816e Mon Sep 17 00:00:00 2001 From: nohar Date: Wed, 28 Dec 2005 13:18:29 +0000 Subject: [PATCH] jake_@freenode spotted this one --- src/irc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/irc.c b/src/irc.c index e857280..43ca6c0 100644 --- a/src/irc.c +++ b/src/irc.c @@ -790,7 +790,7 @@ static int irc_cli_nick(struct link_client *ic, struct line *line, list_t *cl) if ((ic->state & IRCC_PASS) != IRCC_PASS) WRITE_LINE2(CONN(ic), P_SERV, "NOTICE", ic->init_nick, - "You should type /QUOTE PASS your_password"); + "You should type /QUOTE PASS your_username:your_password:your_connection_name"); return OK_FORGET; }