milkbone57 22 years ago
parent
commit
cbabeb28ab
  1. 4
      mb.conf
  2. 9
      plugins/Net-OSCAR/Net-OSCAR.pl
  3. 4
      plugins/Tk-GUI/Tk-GUI.pl

4
mb.conf

@ -1,8 +1,8 @@
# mb.conf - milkbone global configuration file # mb.conf - milkbone global configuration file
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, Tk-AddBuddy Modules Tk-PluginsConf, Net-Demo, Tk-GUI, Tk-Logon, Tk-BList, Tk-Profile, Tk-File, Tk-About, Tk-Convo, Tk-Conf, Tk-AddBuddy
Plugins XAMP, Monitor, Counterstrike, Win32X, Win32-Tray, Sound, Log Plugins XAMP, Monitor, Counterstrike, Win32-Tray, Log
Port 5190 Port 5190
HeavyLogging 0 HeavyLogging 0
SoundsWhileAway 0 SoundsWhileAway 0

9
plugins/Net-OSCAR/Net-OSCAR.pl

@ -1,12 +1,3 @@
# -----------------------------------------------------------------------------
# Author(s) : Bill Atkins
# Title : Net-OSCAR initialization file
# Date : 12.21.02
# Desc : initializes the Net-OSCAR plugin
# Notes : for more information see the plugin documentation
# License : it's on our TODO list...
# -----------------------------------------------------------------------------
package NetOSCAR; package NetOSCAR;
use Net::OSCAR qw(:all); use Net::OSCAR qw(:all);

4
plugins/Tk-GUI/Tk-GUI.pl

@ -28,8 +28,8 @@ else
$defaultFont = '{open look glyph}'; $defaultFont = '{open look glyph}';
} }
$mw->optionAdd("*font", "-*-$defaultFont-norma-r-*-*-*-120-*-*-*-*-*-*") if win32(); $mw->optionAdd("*font", "-*-$defaultFont-norma-r-*-*-*-140-*-*-*-*-*-*") if win32();
$mw->optionAdd("*font", "{adobe arial} 8 bold") if nix(); $mw->optionAdd("*font", "{adobe arial} 10 bold") if nix();
$mw->optionAdd("*borderWidth", 1); $mw->optionAdd("*borderWidth", 1);
$mw->optionAdd("*highlightThickness", 0); $mw->optionAdd("*highlightThickness", 0);

Loading…
Cancel
Save