Note for later: stop smoking.

This commit is contained in:
nohar 2006-04-20 12:51:46 +00:00
parent baad17c4d9
commit 35fa025792
1 changed files with 1 additions and 1 deletions

View File

@ -845,7 +845,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 BIP PASS your_username:your_password:your_connection_name");
"You should type /QUOTE PASS your_username:your_password:your_connection_name");
return OK_FORGET;
}