extensions/roleplay: Fix NPCA/FACTION not showing up properly on some clients.

This commit is contained in:
B.Greenham 2010-12-15 15:43:35 -05:00
parent 4b631c0586
commit 002ca0f963
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ m_displaymsg(struct Client *source_p, const char *channel, int underline, int ac
}
if(action)
rb_snprintf(text2, sizeof(text2), "\1ACTION %s", text);
rb_snprintf(text2, sizeof(text2), "\1ACTION %s\1", text);
else
rb_snprintf(text2, sizeof(text2), "%s", text);