aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--irc_commands.c2
1 files changed, 1 insertions, 1 deletions
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 )