User Tag List

Results 1 to 5 of 5

Thread: How to tell who is channel op?

  1. #1
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    How to tell who is channel op?

    I could have sworn I saw a condition "Is Channel Master" when first looking through the latest OINC, but now I cannot find it again... so is there any good way to make one person master of the channel? I've tried the person with the lowest ID but then if other people on the server leave that means the next person to join could also think they are the channel master. I was thinking about testing if you were the first one to join, but I can't figure that out. So could somone make a quick example please? Of if it's simple enough tell me how to test for a channel master?

    Thanks,
    -LB
    Working as fast as I can on Fusion 3

  2. #2
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jul 2006
    Location
    Denmark
    Posts
    1,812
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to tell who is channel op?

    It was possible to figure out at first but it got removed later on. I'm not entire sure why it was removed but I don't see why a good, useful and working feature should disappear at all.

  3. #3
    Clicker Multimedia Fusion 2iOS Export ModuleXNA Export Module
    Asholay's Avatar
    Join Date
    Nov 2008
    Location
    England
    Posts
    360
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to tell who is channel op?

    When a channel is joined for the first time, you could send a message to say you're the first joiner and change a flag related to that channel locally. Then any further joiners don't get the update (as the flag has changed for that channel) and the game host/first-joiner has a message to say they're in charge. This message can change a value, or set a counter - then you could allow the host to pass this counter to someone else. E.g. if you click on a name and click set as host, set you counter to 0, and send the message to that player which sets the counter to 1.

    Hopefully that makes sense - I was typing as I was thinking.

    I guess it was removed because something like that can be done quite easily with the current features: the less additional items there are for the OINC object which don't need to be there, the less intimidating the object will be to use.

  4. #4
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: How to tell who is channel op?

    Quote Originally Posted by MechaBowser
    It was possible to figure out at first but it got removed later on. I'm not entire sure why it was removed but I don't see why a good, useful and working feature should disappear at all.
    It's been completely rewritten since the first build..

  5. #5
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: How to tell who is channel op?

    OK, I found a way that works very well without sending messages:

    -On channel join: loop peers
    -On peer loop: add peer name to a list
    -On peer loop finished: add self name to list
    -On peer loop finished & Number of list items = 1: Set self as channel Master

    This fixed the problem right up. However it would be nice to see the Is Channel Matser condition put back in so new users can have an easier time.
    Working as fast as I can on Fusion 3

Similar Threads

  1. Is there a way to get the channel ID?
    By Konidias in forum Lacewing
    Replies: 8
    Last Post: 25th June 2011, 09:16 AM
  2. Can't see my channel
    By KaiseanGames in forum Lacewing
    Replies: 3
    Last Post: 12th January 2011, 01:30 AM
  3. Replies: 2
    Last Post: 1st April 2010, 12:07 AM
  4. Select Channel by Name
    By Asholay in forum Lacewing
    Replies: 3
    Last Post: 20th July 2009, 01:12 PM
  5. IRC Channel
    By wargasmic in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 15th December 2006, 01:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •