X-Git-Url: http://git.pk910.de/?p=PHP-P10.git;a=blobdiff_plain;f=Bots%2FPulseBot.class.php;h=20ef93ef2465e2552006b01866b600fb06ef32de;hp=de2345ada65894b8f53ef1dbed81d9878d4283d3;hb=34baaf63f2b3a7ddc200aa12b1eebcef4fcc4b6a;hpb=80f452a9a7861cdd76fa704de387f696510bb937 diff --git a/Bots/PulseBot.class.php b/Bots/PulseBot.class.php index de2345a..20ef93e 100644 --- a/Bots/PulseBot.class.php +++ b/Bots/PulseBot.class.php @@ -145,7 +145,7 @@ class {$_NAME} extends Bot { if(!array_key_exists("users", $this->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;