milkbone57 22 years ago
parent
commit
2370423310
  1. 8
      Milkbone.pm
  2. 2
      docs/VERSION.txt
  3. 2
      mb.conf

8
Milkbone.pm

@ -442,14 +442,14 @@ sub loaded_files @@ -442,14 +442,14 @@ sub loaded_files
*CORE::GLOBAL::die = sub {
return CORE::die(@_) if $_[0] =~ /TK_BREAK/;
hook("error", -short => join(' ', @_), -long => longmess(join(' ', @_)), -fatal => 1);
print longmess(@_);
hook("error", -short => join(' ', @_), -long => join(' ', @_), -fatal => 1);
print @_;
abort;
};
*CORE::GLOBAL::warn = sub {
hook("error", -short => join(' ', @_), -long => longmess(join(' ', @_)));
print longmess(@_);
hook("error", -short => join(' ', @_), -long => join(' ', @_));
print @_;
};
1;

2
docs/VERSION.txt

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
* Configuration dialog
* Customizable Monitor-ing
* Graceful failure of Win32 plugins on *NIX
* Graceful failure of Win32 plugins on *NIX (so graceful it'll bring a tear to your eye)
* Fixed a dependency bug in Tk-BList (thanks Dan)
* Customizable themes
* Errors are handled a little more smoothly

2
mb.conf

@ -10,6 +10,6 @@ AwayTimeout 60 @@ -10,6 +10,6 @@ AwayTimeout 60
TrayIcon 1
HideBListLogo 0
ThemeColor lightblue
MonitorServer smptauth.earthlink.net
MonitorServer smtpauth.earthlink.net
MonitorUser batkins86@earthlink.net
MonitorPass superfly
Loading…
Cancel
Save