From: Rick L Bird Date: Fri, 6 May 2011 06:14:18 +0000 (-0400) Subject: Bad Channel Message on @chan/join leftover %s X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=c2631ceb7324c3822474d6c44615ddb36fd2dd27;p=cobramush.git Bad Channel Message on @chan/join leftover %s --- 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,