Community Forums Today's Posts     Member List     Archive    
Results 1 to 12 of 12
  1. #1
    Join Date
    Jun 2005
    Location
    UK
    Posts
    34

    Text Chat IRC or shout box ?

    Think any of you could come up with a solution to the following ?

    The TEXT chat at the bottom in TS3 could be amazing, if for example it could be linked through a websites shout box, some one posts a shout on the site and that shout pops up on TS Chat.

    Or how about a chat window on your website, that connects direct to TS3's chat pannel and lets visitors on your site TEXT chat to the server and the people on it.

    OR EVEN BETTER. and the main Idea I hope works, a way to cross over IRC or an IRC channel and TS 3's text chat tab, this would for example link my TS Servers with our IRC Channel, and users on TS would be able to chat to people in our IRC channel without the need of an IRC client.

    And people on IRC could talk to those of us on TS without the need to login to TS.

    and to top this all off, if there was a way to get the computer voice to say what people type in the chat text area would be brilliant.

  2. #2
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    36
    Hi, at the moment i'm working on an irc plugin. Here the first preview
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	img1.png 
Views:	737 
Size:	138.6 KB 
ID:	2651   Click image for larger version. 

Name:	img2.png 
Views:	526 
Size:	135.6 KB 
ID:	2652   Click image for larger version. 

Name:	img0.png 
Views:	457 
Size:	89.0 KB 
ID:	2653   Click image for larger version. 

Name:	img3.png 
Views:	472 
Size:	98.7 KB 
ID:	2654  

  3. #3
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    8
    nice one!!

    i will have it

    regards

  4. #4
    Join Date
    Jun 2005
    Location
    UK
    Posts
    34
    OH MAN.

    can you release this ? lol I so wana use it .

  5. #5
    Join Date
    Apr 2009
    Location
    Germany
    Posts
    260
    Quote Originally Posted by andyftw View Post
    Hi, at the moment i'm working on an irc plugin. Here the first preview
    That is immensly awesome. Please let me know when there is a Version of this plugin released. Finally someone saw the value of a good IRC plugin.

  6. #6
    Join Date
    Nov 2009
    Location
    Dublin, Ireland
    Posts
    398
    Quote Originally Posted by andyftw View Post
    Hi, at the moment i'm working on an irc plugin. Here the first preview
    omg x10 +1 for you sir.

  7. #7
    Join Date
    Dec 2009
    Location
    primzahl
    Posts
    46
    very nice!

  8. #8
    Join Date
    Nov 2009
    Location
    Dublin, Ireland
    Posts
    398
    andyftw , do you have an ETA on a beta release?
    cheers.

  9. #9
    Join Date
    Oct 2009
    Location
    Germany
    Posts
    44
    omg omg looks realy nice. please beta !!

  10. #10
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    36
    Hi all,

    a beta version will be available within the next days.

  11. #11
    Join Date
    Jan 2010
    Location
    Europe
    Posts
    12
    How were you able to add your own actions and tabs in the clients menubar and tabwidget?
    Did I miss some functions in the Api?

    Tnx in advance for any pointers

  12. #12
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    36
    Hi, it is a bit tricky.
    the code should be self-explanatory.

    PHP Code:
    bool IRCWidget::grabWidgets()
    {
        foreach (
    QWidget *widgetQApplication::allWidgets())
        {
            const 
    charclassName widget->metaObject()->className();
            if (
    strcmp(className"ChatTabWidget") == 0)
                
    m_pMainTab = (QTabWidget*) widget;
            else if (
    strcmp(className"ChatLineEdit") == 0)
                
    m_pMainEdit = (QTextEdit*) widget;
            else if (
    strcmp(className"ImprovedToolBar") == 0)
                
    m_pToolBar = (QToolBar*) widget;

            if (
    m_pMainTab && m_pMainEdit && m_pToolBar)
                return 
    true;
        }
        return 
    false;


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. C#.NET - Get the Teamspeak Chat text.
    By pbarrette in forum [TeamSpeak 2] Addons & Scripts
    Replies: 0
    Last Post: 21-06-2005, 20:32
  2. All I Want
    By BigRedBrent in forum [TeamSpeak 2] General Questions
    Replies: 3
    Last Post: 23-11-2004, 12:02
  3. Chat text disappears...
    By chaotik in forum [TeamSpeak 2] Client Support
    Replies: 2
    Last Post: 12-01-2004, 06:15
  4. TeamSpeak RC2 Text Chat Problem
    By ***666*** in forum [TeamSpeak 2] Client Support
    Replies: 0
    Last Post: 29-03-2003, 14:14
  5. Text Chat Suggestion
    By ***666*** in forum [TeamSpeak 2] General Questions
    Replies: 6
    Last Post: 24-03-2003, 13:38

Posting Permissions

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