milkbone57 22 years ago
parent
commit
aac0091147
  1. 1
      docs/VERSION.txt
  2. 4
      mb.conf
  3. 2
      mos.pl
  4. 4
      plugins/Tk-Conf/Milkbone/Conf.pm

1
docs/VERSION.txt

@ -1,6 +1,7 @@
0.355 0.355
-- --
* Configuration dialog
* Customizable Monitor-ing * Customizable Monitor-ing
* Graceful failure of Win32 plugins on *NIX * Graceful failure of Win32 plugins on *NIX
* Fixed a dependency bug in Tk-BList (thanks Dan) * Fixed a dependency bug in Tk-BList (thanks Dan)

4
mb.conf

@ -2,7 +2,7 @@
Goodbye sorry, gotta, go Goodbye sorry, gotta, go
Modules Tk-PluginsConf, Net-OSCAR, Tk-GUI, Tk-Logon, Tk-BList, Tk-Profile, Tk-File, Tk-About, Tk-Convo, Tk-Conf Modules Tk-PluginsConf, Net-OSCAR, Tk-GUI, Tk-Logon, Tk-BList, Tk-Profile, Tk-File, Tk-About, Tk-Convo, Tk-Conf
Plugins XAMP, Monitor, Counterstrike, Win32X Plugins XAMP, Monitor, Counterstrike, Win32X, Win32-Tray
Port 5190 Port 5190
HeavyLogging 0 HeavyLogging 0
SoundsWhileAway 0 SoundsWhileAway 0
@ -12,4 +12,4 @@ HideBListLogo 0
ThemeColor lightblue ThemeColor lightblue
# MonitorServer smptauth.earthlink.net # MonitorServer smptauth.earthlink.net
# MonitorUser batkins86@earthlink.net # MonitorUser batkins86@earthlink.net
# MonitorPass superfly # MonitorPass xxxxxxxxxxxxxxxxxxxx

2
mos.pl

@ -31,7 +31,7 @@ sub main
hook("load_options"); hook("load_options");
# require "plugins/Tk-Splash.pl" unless option("NoSplash"); require "plugins/Tk-Splash.pl" unless option("NoSplash");
hook("load_plugins"); hook("load_plugins");
hook("pre_mainloop"); hook("pre_mainloop");

4
plugins/Tk-Conf/Milkbone/Conf.pm

@ -31,9 +31,9 @@ sub init
$self->{text}->bind('<MouseWheel>', $self->{text}->bind('<MouseWheel>',
[ sub { $_[0]->yview('scroll', -($_[1] / 120), 'units') }, Tk::Ev('D')]); [ sub { $_[0]->yview('scroll', -($_[1] / 120), 'units') }, Tk::Ev('D')]);
$self->{text}->Load('mb.conf') $self->{text}->Load('mb.conf');
$self->{text}->focus; $self->{text}->focus;
hook("tk_seticon", -wnd => $self); hook("tk_seticon", -wnd => $self);
} }

Loading…
Cancel
Save