Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

fucking<>bots

Name: myname 2011-01-16 13:48

how you liek that

Name: Anonymous 2011-01-16 14:11

this thread is now about /prog/bots


; active threads from http://dis.4chan.org/list/prog
; returns a list of (thread-id subject #posts last-post)
(prog/active-threads)

; creates a new thread
; returns boolean
(prog/new-thread! subject name email text)

; post a reply in a thread
; returns boolean
(prog/reply thread-id name email text)

; read the replies in a thread (after a certain post)
; returns list of (post-id name email time text)
(prog/read-replies thread-id #:after post-id)


I'm now working on a IRC gateway for personal use. To read a thread, I simply /join #thread-id. The topic is the subject of the thread-id and the replies to the thread will be sent as PRIVMSGs. To respond to the thread, I simply type my message in the #thread channel (as you'd expect).

The /motd of the server is a list of the most active threads, and the /list command uses subject.txt

my question is: wtf is the third field in that file all about?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List