Closed (fixed)
Project:
phpFreeChat integration
Version:
5.x-1.0-rc3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Dec 2007 at 00:49 UTC
Updated:
23 Dec 2007 at 00:33 UTC
The anonymous username continuously changes and it will not use my drupal username as a phpfreechat username. I fixed it by changing:
phpfreechat.module line 366
if ($user->uid == 0) {
phpfreechat.module line 370
$params['nick'] = $user->name; // setup the intitial nickname
it was using $target->uid and $target->name is there a reason for this? It did not work this way.
Comments
Comment #1
owahab commentedFixed in RC4.
Comment #2
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.