Update to use NINA server

This commit is contained in:
Roscoe 2025-03-11 14:21:05 +00:00
commit dacf77e412
Signed by: RoscoeDaWah
SSH key fingerprint: SHA256:Hqn452XQ1ETzUt/FthJu6+OFkS4NBxCv5VQSEvuk7CE

View file

@ -86,7 +86,7 @@ public class JaimConnection implements java.lang.Runnable {
* In most cases this constructor should be used.
*/
public JaimConnection() {
host = "toc.oscar.aol.com";
host = "toc.oscar.nina.chat";
port = 9898;
startMe();