Quote from: MonkeyIsland on March 10, 2009, 10:15 PM
If someone pm you, It opens his new window automatically. Like all the messengers. atm it is like I have to click on his name so that I see his message in a new window.
and I'd really like to have black background not worms blue. I don't know maybe it is possible to achieve this with this verison. But I couldn't find maybe.
if the chatwindow doesnt popup, you have in settings (stuff->settings) that it should not popup into the screen. this means it opens hidden to tray. leftclicking the tray will first popup all chatwindows then channelwindows and at last the rootwindow.
you (as a webside designer and css master

will be familar with skinning). go into the qss folder and open the file "wormnet skin by lookias.qss" with a texteditor.
here you can change the lines
#bgframe{
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 rgb(0,0,8), stop:1 rgb(0,0,140));
}
to
#bgframe{
background: black;
}
and then you have a black background (maybe you need to change some other overlying widgets to background:transparent, i dunno now).
edit: i just uploaded version 1.7 this has a worms world party skin and the wormnet skin looks a bit better now. and some other things.