Sometimes, when i try to send private message to user i got error:
You are trying to speak to a unknown (or not connected) user
but the user is already connected and active in main chat window.
It's a bug? How to fix it?
Moderators: OldWolf, re*s.t.a.r.s.*2
session_start();
$params["nick"] = $user->data['username'];
$_SESSION["pfcuserconfig_nickid"] = $user->data['user_id'];
if (!isset($_SESSION["pfcuserconfig_nickid"])) $this->nickid = sha1(session_id());
else $this->nickid = $_SESSION["pfcuserconfig_nickid"];
Return to General Support (v1.x)
Users browsing this forum: No registered users and 28 guests