Author Topic: Joining more than one channel at a time  (Read 1807 times)

TheCodeTraveller

  • Guest
Joining more than one channel at a time
« on: September 27, 2013, 04:24:46 AM »
Hi guys,

Is this possible with TNet at all in current version? Requirement is simple, lobby chat system is separate from one or more private chat channels. Seems everytime I start a new channel, I leave the previous one automatically (without calling LeaveChannel)

Would be great if I could control the leaving of channels manually and join others simultaneously.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Joining more than one channel at a time
« Reply #1 on: September 27, 2013, 06:59:11 PM »
No, you can't be in two channels at once, but you can broadcast messages to everyone on the server if you wish. So you can query the server for a list of all players if you want, then you can either PM them directly, or broadcast to everyone, should your game allow that.