From 2370423310b17cd78a053232e67e42ce8ee6b283 Mon Sep 17 00:00:00 2001 From: milkbone57 Date: Sun, 20 Jul 2003 18:55:13 +0000 Subject: [PATCH] "" --- Milkbone.pm | 8 ++++---- docs/VERSION.txt | 2 +- mb.conf | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Milkbone.pm b/Milkbone.pm index 94d8ef7..eae5ec5 100644 --- a/Milkbone.pm +++ b/Milkbone.pm @@ -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; diff --git a/docs/VERSION.txt b/docs/VERSION.txt index 43eb0e8..14b8a43 100644 --- a/docs/VERSION.txt +++ b/docs/VERSION.txt @@ -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 diff --git a/mb.conf b/mb.conf index d10fef8..164cf20 100644 --- a/mb.conf +++ b/mb.conf @@ -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 \ No newline at end of file