diff options
Diffstat (limited to 'Plugins/historylog/commons.h')
| -rw-r--r-- | Plugins/historylog/commons.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Plugins/historylog/commons.h b/Plugins/historylog/commons.h index 7f67a8a..9dc692f 100644 --- a/Plugins/historylog/commons.h +++ b/Plugins/historylog/commons.h @@ -104,6 +104,7 @@ static struct CHAT_EVENTS[] =
{
{ GC_EVENT_MESSAGE, _T("Message"), _T("* %nick%: %text%") },
+ { GC_EVENT_MESSAGE, _T("Highlighted Message"), _T("* %nick%: %text%") },
{ GC_EVENT_ACTION, _T("Action"), _T("* %nick% %text%") },
{ GC_EVENT_JOIN, _T("User joined"), _T("> %nick% has joined") },
{ GC_EVENT_PART, _T("User left"), _T("< %nick% has left (%text_sl%)"), _T("< %nick% has left") },
|
