(Update) Automated System Chat Messages

This commit is contained in:
HDVinnie
2018-09-29 23:04:15 -04:00
parent 6bc05ff948
commit 85b5633a32
12 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ class BonusController extends Controller
$recipient_url = hrefProfile($recipient);
$this->chat->systemMessage(
"[url={$profile_url}]{$user->username}[/url] has gifted {$value} BON to [url={$recipient_url}]{$recipient->username}[/url]"
":robot: [b][color=#fb9776]System[/color][/b] : [url={$profile_url}]{$user->username}[/url] has gifted {$value} BON to [url={$recipient_url}]{$recipient->username}[/url]"
);
$pm = new PrivateMessage;