This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Shoutcast v1.3

Support & discussion of released scripts, and announcements of new releases.
Post Reply
J
JoshuaUK
Voice
Posts: 24
Joined: Sun Aug 07, 2005 11:35 am

Shoutcast v1.3

Post by JoshuaUK »

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.
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

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).
User avatar
DragnLord
Owner
Posts: 711
Joined: Sat Jan 24, 2004 4:58 pm
Location: C'ville, Virginia, USA

Post by DragnLord »

DJ's are added by private messasges
.dj NewDJ
(used in changing the topic, and other aspects of output)

.setdj NewDJ's_nickname
(used by the bot when a public !request command is triggered and sends it to the DJ by private message)

DJ's are supposed to also need the flag D (ex: .chattr NewDJ +D)
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

A case of not reading ?

Code: Select all

# 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
User avatar
DragnLord
Owner
Posts: 711
Joined: Sat Jan 24, 2004 4:58 pm
Location: C'ville, Virginia, USA

Post by DragnLord »

not reading?

yes, it's a fair case of 'RTFM'

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.
M
MIODude
Voice
Posts: 32
Joined: Mon Oct 09, 2006 6:26 pm

Post by MIODude »

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"

What if the dj is a channel op as well??
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Actually, deop is lowercase +d, so I assume the uppercase +D is a special userflag

http://www.egghelp.org/commands/core.htm#chattr

http://www.egghelp.org/commands/core.htm#whois

There are also 26 user-defined channel flags (A-Z).
(note the uppercase)
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

I think the +D is to signify the Dj.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply