aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-05-29 01:21:42 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-05-29 01:21:42 +0200
commitc38e9656987d0b56f233353d2d0fa63c68dcf365 (patch)
treedd54b602ed13aa42d1fc8a0dc7b3b6470678b305
parent79b6213c1fa2ffaa102365515551e9f0ea9fdc1a (diff)
Removed a message that only applied to the MSN module that got replaced
two years ago already.
-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 )