X-Git-Url: http://git.pk910.de/?p=PHP-P10.git;a=blobdiff_plain;f=Bots%2FPulseBot.class.php;h=b9a5e6a180544e5798a047be20fb0c47bb24329a;hp=de2345ada65894b8f53ef1dbed81d9878d4283d3;hb=811bc0c7a1f583fb624a0f8c3601146e063c5a25;hpb=80f452a9a7861cdd76fa704de387f696510bb937 diff --git a/Bots/PulseBot.class.php b/Bots/PulseBot.class.php index de2345a..b9a5e6a 100644 --- a/Bots/PulseBot.class.php +++ b/Bots/PulseBot.class.php @@ -1,6 +1,6 @@ db)) { $this->db['users'] = array(); } - $this->db['users'][$auth] = $pulseUser->MemberName; + $this->db['users'][$auth] = strval($pulseUser->MemberName); $this->uplink->notice($this->pulsebot, $user, "WhatPulse user '".$pulseUserName."' added (Keys: ".number_format(floatval($pulseUser->MemberKeys),0,',','.').", Clicks: ".number_format(floatval($pulseUser->MemberClicks),0,',','.').")."); } break;