Advertisement
arabtion

Untitled

Oct 24th, 2020
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. function joinRoom(){
  2. global $lang, $data;
  3. if(allowLogs() && isVisible($data) && $cody['join_room'] == 1){
  4. $content = str_replace('%user%', $lang['system_join_room']);
  5. botPostChat($data['user_id'],$data['user_roomid'], $content, array('type'=> 'system__join'));
  6. }
  7. }
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement