- or download this
# table definition
CREATE TABLE "chatter" (
...
"message" text,
Constraint "chatter_pkey" Primary Key ("chatterbox", "messagetime"
+)
);
- or download this
#cbhistory.pl
#!/usr/bin/perl -w
...
my ($expat, $name) = @_;
undef($expat->{mark}); # after the tag close, we wait for the nex
+t one
}
- or download this
#cbhistory.cgi
#!/usr/bin/perl -w
...
__DATA__
http://sourceforge.net/projects/jchatter/ Java Chatterbox project p
+age on SourceForge
jchatter.diff Patch to Java Chatterbox to allow selection of a chat
+terbox on the command line