Need a special chat room
 

News:

29 December 2022 - PtokaX 0.5.3.0 (20th anniversary edition) released...
11 April 2017 - PtokaX 0.5.2.2 released...
8 April 2015 Anti child and anti pedo pr0n scripts are not allowed anymore on this board!
28 September 2015 - PtokaX 0.5.2.1 for Windows 10 IoT released...
3 September 2015 - PtokaX 0.5.2.1 released...
16 August 2015 - PtokaX 0.5.2.0 released...
1 August 2015 - Crowdfunding for ADC protocol support in PtokaX ended. Clearly nobody want ADC support...
30 June 2015 - PtokaX 0.5.1.0 released...
30 April 2015 Crowdfunding for ADC protocol support in PtokaX
26 April 2015 New support hub!
20 February 2015 - PtokaX 0.5.0.3 released...
13 April 2014 - PtokaX 0.5.0.2 released...
23 March 2014 - PtokaX testing version 0.5.0.1 build 454 is available.
04 March 2014 - PtokaX.org sites were temporary down because of DDOS attacks and issues with hosting service provider.

Main Menu

Need a special chat room

Started by Fire Koboy, 17 December, 2003, 21:28:26

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Fire Koboy

I have a project...
I would like to get a special chat...like a VIP chat for exemple....
I would call it Foot Live
it will be used the days when soccer games will be played for users to chat about it cause they asked for it to me...
The difficulty is:
I want this chat to be reserved to people wich want to participate...not to disturb the others
do you get it??? Vip chat is reserved to VIP's and this one for the one who wants to chat on it...

Is it possible ???
Thanx
Burn Baby, Burn...

SaintSinner

try this from texlo ===>

or try this one ===>

or try this one ===>

or Guibs's vip chat ===>

I used the little searchy thingy to get all the results
hope that helps
   


IceCoder

#2
-- By IceCoder
-- VipChat


sBotName = "VipChat"

function Main()
frmHub:RegBot(sBotName)
end

function DataArrival(CurUser, data)
 if (strsub(data,1, 5 + strlen(sBotName)) == "$To: "..sBotName) and (CurUser.iProfile == 2) then
    Vip_users = GetUsersByProfile("VIP")
    if Vip_users[0] ~= nil then
       for i=0, getn(Vip_users) do
         if (GetItemByName(Vip_users) ~= nil) and (CurUser.sName ~= Vip_users) then
           SendToNick(Vip_users, "$To: "..Vip_users.." From: "..sBotName.." $"..strsub(data, strfind(data, "<"), -2))
         end
       end
    end
 end
end

Fire Koboy

It's not a VIP chat that I want ....no need to reg to use it...
Most a list of user who wants to participate....
Burn Baby, Burn...

plop

QuoteOriginally posted by Fire Koboy
It's not a VIP chat that I want ....no need to reg to use it...
Most a list of user who wants to participate....
check that version from tezlo.
thats what you want.

plop
http://www.plop.nl lua scripts/howto\'s.
http://www.thegoldenangel.net
http://www.vikingshub.com
http://www.lua.org

>>----> he who fights hatred with hatred, drives the spreading of hatred <----<<

SMF spam blocked by CleanTalk