Quick question, simple one really, how do I set and add DJs for the shoutcast1.03.tcl script? just I don't seem to be able to see how I go about doing it searching the forums to see, lol silly question I know.
Not all of us know the code of Shoutcast v1.3 so you might want to paste at least the configurations of the script (if there's no option to add DJ's or whatever then the script doesn't have this feature).
# only users with the flag +D can be djs, so make sure to give this flag to
# your djs -> .chattr djnick +D in the partyline.
# config ##########################
set scdjtrigger ".dj"
set scsetdjtrigger ".setdj"
set scunsetdjtrigger ".unsetdj"
set schelptrigger ".help"
Add [SOLVED] to the thread title if your issue has been. Search | FAQ | RTM
I've been using the script from domsen.org since he fixed the script, works nicely when one takes a few minutes and pays attention to the included information.
This is the part of the shoutcast I cannot understand.. to be honest.. i know little about the chattr command.. I've been trying to read the eggdrop help on the command, and it seems that +D means "Channel Deop: User is not allowed +o channel mode I.e. User cannot be a ChanOp"