We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beee220 commit d0d0135Copy full SHA for d0d0135
cbm8bit/src/irc-sw64.bas
@@ -48,6 +48,7 @@
48
310 PRINT:PRINT"{down}Some servers:"
49
320 PRINT"irc.nlnog.net port 6667, #c-64"
50
325 PRINT"irc.freenode.net port 6667, #c64friends"
51
+330 PRINT"irc.us.ircnet.net port 6667, #c-64"
52
350 SE$="":PRINT:PRINT"What is your IRC server host":GOSUB5000:SE$=P$
53
360 IFSE$=""THENPRINT"I guess you're done then":CLOSE5:STOP
54
370 PRINT"What is the port":GOSUB5000:PO$=P$:IFVAL(PO$)<=0THENSE$="":GOTO360
0 commit comments