From c38e9656987d0b56f233353d2d0fa63c68dcf365 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Mon, 29 May 2006 01:21:42 +0200 Subject: Removed a message that only applied to the MSN module that got replaced two years ago already. --- irc_commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'irc_commands.c') diff --git a/irc_commands.c b/irc_commands.c index f80f50f5..dc59f7ee 100644 --- a/irc_commands.c +++ b/irc_commands.c @@ -176,7 +176,7 @@ static void irc_cmd_join( irc_t *irc, char **cmd ) if( !u->gc->prpl->chat_open( u->gc, u->handle ) ) { - irc_usermsg( irc, "Could not open a groupchat with %s, maybe you don't have a connection to him/her yet?", u->nick ); + irc_usermsg( irc, "Could not open a groupchat with %s.", u->nick ); } } else if( u ) -- cgit v1.2.3