Hello,
How can I enable the space and the underscore in the room folder (example .../data/private/chat/room_name) when it is created by the script ??
Thank you ??
Moderators: OldWolf, re*s.t.a.r.s.*2
$c->container_cfg_chat_dir = $c->data_private_path."/chat/".preg_replace("/[^a-z0-9]*/","",strtolower($c->channel));
$c->container_cfg_chat_dir = $c->data_private_path."/chat/".preg_replace("/[^a-z0-9_s]*/","",strtolower($c->channel));
Return to Feature Requests (v1.x)
Users browsing this forum: No registered users and 29 guests