Another quick question Pseudomizer,
I have the latest digichat, yet it comes with the documentation for version 4. This is particularly confusing when trying to implement the chat_who function. Here's my current code for my whos_onilne.sh file
Code:
/usr/local/java1.3/bin/java -classpath /home/chat/DigiChat_5.0/Commander.zip com.diginet.digichat.commander.Commander users siteID 1000 &> /www/chat/DigiChat/DigiClasses/Resources/Default/stats/digiakt1000.txt
however after this I am getting this error in my digiakt1000.txt file
Quote:
Could not connect to the DigiChat Server because there is no site with the specified ID.
java.io.IOException: Stream closed
at java.io.BufferedInputStream.ensureOpen(BufferedInp utStream.java:123)
at java.io.BufferedInputStream.read(BufferedInputStre am.java:202)
at java.io.DataInputStream.readInt(DataInputStream.ja va:338)
at com.diginet.digichat.network.m.<init>(DashoA11*..)
at com.diginet.digichat.commander.Commander.connect(D ashoA11*..)
at com.diginet.digichat.commander.Commander.processCo mmandLine(DashoA11*..)
at com.diginet.digichat.commander.Commander.<init>(Da shoA11*..)
at com.diginet.digichat.commander.Commander.main(Dash oA11*..)
|
Is there a different way to call the siteID variable using the commander function in v5?
Matt