Please post for support for my mods here:

Questions about Thema's mods, & plugins will be answered here

Moderator: Thema

Please post for support for my mods here:

Postby Thema » Fri Mar 24, 2006 9:55 pm

The only way I support PJirc & my mods is if you post your request in these forums. It is more then likely that I will respond that way. If you don't like that response I'm sorry, you are free to wait for someone else to give you a better reply.
Any other form of contact such as PMs, emails, etc. will be ignored.

If you want anything from me you can ask me here, or tell me here, and I will most likely do it. If I can...

8)
Last edited by Thema on Wed Mar 21, 2007 3:00 am, edited 1 time in total.
Go on.
Tell me I'm not nice again.
See what it gets you!
*******************************
Lost or confused?
Read the announcement topic in the
Technical Support forum for help tips.
*******************************
Thema
 
Posts: 2881
Joined: Sat Oct 18, 2003 5:34 pm

Postby Astalavista » Tue Mar 20, 2007 11:35 pm

can you change nicklist
pls look sample site eschat applet :
http://teylofm.com/chatindex.htm
- Astalavista Baby -
Astalavista
 
Posts: 8
Joined: Mon Nov 21, 2005 6:41 pm
Location: Turkey

Postby Thema » Wed Mar 21, 2007 3:03 am

Nope!

Too big for me sorry.

8)
Go on.
Tell me I'm not nice again.
See what it gets you!
*******************************
Lost or confused?
Read the announcement topic in the
Technical Support forum for help tips.
*******************************
Thema
 
Posts: 2881
Joined: Sat Oct 18, 2003 5:34 pm

Postby itsn0tm3 » Thu Mar 22, 2007 4:00 am

Here's an odd request: can you point out in which source code file the error for trying to speak in a moderated room is output? I've skimmed the source code and came to the conclusion that it was a message directly from the server but I haven't figured out where the message is recieved and printed.

Can you clarify how that works? I've been trying to find it so that way I could modify the source to output the message in the chat room itself instead of the status.

If I've somehow missed where it's output in the source, then you're more than welcome to slap me upside the head and point it out.
itsn0tm3
 
Posts: 2
Joined: Wed Feb 28, 2007 3:24 am

Postby Thema » Thu Mar 22, 2007 11:46 am

If I remember correctly the reply from the server for that sort of message is in the form of a "numeric response" and you have to use the BaseAWTSource class to look for the numeric I think. Again I suspect that the numeric involved is "404 ERR_CANNOTSENDTOCHAN". It should be returned to the default source as a notice to the user, but I may be wrong about that too.

I thought there was a switch to send notices to the default source rather then to status???
Maybe I'm thinking of something else.

Anyway in the pixx folder you will find BaseAWTSource.java to which I think you will need to add the code to check for this notice in one of the following functions.
Code: Select all
  public void reportReceived(String msg,Source source)
  {
    print(msg);
  }

  public void noticeReceived(String from,String msg,Source source)
  {
    print("-"+from+"- "+msg,5);
  }
At the very least you could add debug code to find out what it is that the server sends out when you make a failed attempt.

8)
Go on.
Tell me I'm not nice again.
See what it gets you!
*******************************
Lost or confused?
Read the announcement topic in the
Technical Support forum for help tips.
*******************************
Thema
 
Posts: 2881
Joined: Sat Oct 18, 2003 5:34 pm

Postby itsn0tm3 » Fri Mar 23, 2007 1:56 am

Thanks! Sounds like a good place to start.
itsn0tm3
 
Posts: 2
Joined: Wed Feb 28, 2007 3:24 am


Return to Thema's Mods etc.

Who is online

Users browsing this forum: No registered users and 1 guest