From 35fa0257928838c537594dd1dbe88be548a08e0b Mon Sep 17 00:00:00 2001 From: nohar Date: Thu, 20 Apr 2006 12:51:46 +0000 Subject: [PATCH] Note for later: stop smoking. --- src/irc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/irc.c b/src/irc.c index 7b307e6..ae9e158 100644 --- a/src/irc.c +++ b/src/irc.c @@ -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; }