extensions/roleplay: Fix NPCA/FACTION not showing up properly on some clients.
This commit is contained in:
parent
4b631c0586
commit
002ca0f963
|
@ -190,7 +190,7 @@ m_displaymsg(struct Client *source_p, const char *channel, int underline, int ac
|
||||||
}
|
}
|
||||||
|
|
||||||
if(action)
|
if(action)
|
||||||
rb_snprintf(text2, sizeof(text2), "\1ACTION %s", text);
|
rb_snprintf(text2, sizeof(text2), "\1ACTION %s\1", text);
|
||||||
else
|
else
|
||||||
rb_snprintf(text2, sizeof(text2), "%s", text);
|
rb_snprintf(text2, sizeof(text2), "%s", text);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue