diff options
author | TingPing <TingPing@users.noreply.github.com> | 2013-08-28 12:57:18 -0700 |
---|---|---|
committer | TingPing <TingPing@users.noreply.github.com> | 2013-08-28 12:57:18 -0700 |
commit | 3a87dedbb5d6bfa077ab97cf9b266abcfdc1bb7b (patch) | |
tree | c065111d2683eb6f5d3b16fef0718f4fb29c0398 /src/common | |
parent | ffc47e8439a0216df075a0b5ec45049738988a67 (diff) | |
parent | 731fd33be277ea8c37044ba96d8acd305d1cf942 (diff) |
Merge pull request #731 from NoneGiven/patch-2
Fix colored vhosts
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/textevents.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/textevents.in b/src/common/textevents.in index b4242ca7..52b9e2ff 100644 --- a/src/common/textevents.in +++ b/src/common/textevents.in @@ -493,7 +493,7 @@ pevt_invited_help Join XP_TE_JOIN pevt_join_help -%C23*$t$1 ($3) has joined +%C23*$t$1 ($3%C23) has joined 3 Keyword @@ -625,13 +625,13 @@ n0 Part XP_TE_PART pevt_part_help -%C24*$t$1 ($2) has left +%C24*$t$1 ($2%C24) has left 3 Part with Reason XP_TE_PARTREASON pevt_partreason_help -%C24*$t$1 ($2) has left ($4) +%C24*$t$1 ($2%C24) has left ($4) 4 Ping Reply |