From c2631ceb7324c3822474d6c44615ddb36fd2dd27 Mon Sep 17 00:00:00 2001 From: Rick L Bird Date: Fri, 6 May 2011 02:14:18 -0400 Subject: [PATCH] Bad Channel Message on @chan/join leftover %s --- src/extchat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extchat.c b/src/extchat.c index 0d166cc..ab0abfe 100644 --- a/src/extchat.c +++ b/src/extchat.c @@ -1263,7 +1263,7 @@ do_channel(dbref player, const char *name, const char *target, const char *com) ChanNumUsers(chan)++; if (!Channel_Quiet(chan) && !DarkLegal(victim)) { channel_send(chan, victim, CB_CHECKQUIET | CB_PRESENCE | CB_POSE, - T("%s has joined this channel.")); + T("has joined this channel.")); } } else { notify_format(player, -- 2.30.2