PtokaX forum

Archive => Archived 4.0 boards => Help with Lua 4 scripts => Topic started by: imby on 04 August, 2004, 01:51:51

Title: bcdc formatting help
Post by: imby on 04 August, 2004, 01:51:51
good a place to post as any, with all the technical minded people here, i assume this will be an easy one for you. hope it;s in the right section.

i'd like to make my bcdc show the user list as in dc++ (ie alphabaticaly wise). and make the main chat text the same colour as i've selected my overall text as. (white in this case.)
Title:
Post by: plop on 04 August, 2004, 18:50:47
you can't change the way it shows the userlist.
but if you want normal plain colored chat you can simple disable the formatting.lua from the startup.lua file.

plop
Title:
Post by: imby on 04 August, 2004, 21:09:40
umm, sorry to bother you, but i don't know how to do that. scanned through it but couldn't work anything out.
Title:
Post by: Snooze on 04 August, 2004, 21:31:24
Open your startup.lua file and find this line

dofile("scripts/formatting.lua")
Either delete it or out comment it like this

--dofile("scripts/formatting.lua")
Hope it helped ..


Snooze