milkbone57 22 years ago
parent
commit
0af6920b4b
  1. 4
      docs/VERSION.txt
  2. 2
      plugins/Log.pl

4
docs/VERSION.txt

@ -1,14 +1,14 @@
0.356 0.356
-- --
* Multiple stules in BrowseEdit * Multiple styles in BrowseEdit
* More font-tweaking * More font-tweaking
* Fixed the %a - %s bug (thanks Dan) * Fixed the %a - %s bug (thanks Dan)
* A little more cleaning in XAMP * A little more cleaning in XAMP
* Bugs in convo-flashing fixe * Bugs in convo-flashing fixe
* Beta Makefile * Beta Makefile
* Beta ebuild (for Gentoo Linux users) * Beta ebuild (for Gentoo Linux users)
* No more extraneous warnings on startup * No more extraneous warnings on startup (well maybe one or two)
* Convo code separated into convo widget and container widget * Convo code separated into convo widget and container widget
* Buddy list now uses Tahoma * Buddy list now uses Tahoma
* Fixed links problem on Win32 (thanks to Bob for pointing it out) * Fixed links problem on Win32 (thanks to Bob for pointing it out)

2
plugins/Log.pl

@ -62,7 +62,7 @@ sub user_log_file
$month++; $month++;
$year %= 100; $year %= 100;
my $path = user_file("log/$user/"); my $path = "$dir/$user";
mkpath $path; mkpath $path;
return "$path/$month-$day-$year.html"; return "$path/$month-$day-$year.html";

Loading…
Cancel
Save