jake_@freenode spotted this one

This commit is contained in:
nohar 2005-12-28 13:18:29 +00:00
parent de0d5efc34
commit 64970e041f
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}