be consistant irc.proxy.net => irc.bip.net

This commit is contained in:
nohar 2005-08-02 10:11:47 +00:00
parent 4f3812865b
commit 26edb7a229
1 changed files with 1 additions and 1 deletions

View File

@ -640,7 +640,7 @@ static int irc_cli_startup(struct link_client *ic, struct line *line,
if (LINK(ic)->s_state == IRCS_NONE) {
/* drop it if corresponding server hasn't connected at all. */
write_line_fast(CONN(ic), ":irc.proxy.net NOTICE pouet "
write_line_fast(CONN(ic), ":irc.bip.net NOTICE pouet "
":ERROR Proxy not yet connected, try again "
"later\r\n");
unbind_from_link(ic);