server$ = "irc.freenode.net"
nick$ = "your_nick_here"
channel$ = "#QB64"
_DELAY 0.05 ' 50ms delay (20 checks per second) s$
= MID$(buff$
, 5, LEN(buff$
)) 'get orwell.freenode.net user_input$
= MID$(user_input$
, 1, LEN(user_input$
) - 1) line$
= "privmsg " + channel$
+ " :" + user_input$
+ CHR$(13) + CHR$(10) user_input$ = ""
user_input$ = user_input$ + k$
PRINT k$;
'echo user input ; eliminates new lines