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.