Reverse YABB Chat
1.0
Reverses the YABB Chat lines, new lines will be added below old lines instead of above (just like IRC).
The Chat will automatically scroll down to the end of the chat window.
Originally by omario, I just added the anchors for auto-scrolldown and made this MOD for your convenience. ;)
Moritz Bartl
http://www.headstrong.de/
Sources\Chat.pl
sub return_mess {
open(MESS,"$messfile") || die $!;
@mess = ;close(MESS);
@mess = reverse(@mess);
print "\n";
print "\n";
print "
print "
print "