| View previous topic :: View next topic |
| Author |
Message |
JoshuaUK Voice
Joined: 07 Aug 2005 Posts: 24
|
Posted: Wed Nov 09, 2005 2:11 pm Post subject: Shoutcast v1.3 |
|
|
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. |
|
| Back to top |
|
 |
Sir_Fz Revered One

Joined: 27 Apr 2003 Posts: 3793 Location: Lebanon
|
Posted: Wed Nov 09, 2005 4:35 pm Post subject: |
|
|
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). _________________ Follow me on GitHub
- Opposing
Public Tcl scripts |
|
| Back to top |
|
 |
DragnLord Owner

Joined: 24 Jan 2004 Posts: 711 Location: C'ville, Virginia, USA
|
Posted: Wed Nov 09, 2005 8:50 pm Post subject: |
|
|
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) |
|
| Back to top |
|
 |
Alchera Revered One

Joined: 11 Aug 2003 Posts: 3344 Location: Ballarat Victoria, Australia
|
Posted: Wed Nov 09, 2005 10:30 pm Post subject: |
|
|
A case of not reading ?
| Code: | # 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 |
|
| Back to top |
|
 |
DragnLord Owner

Joined: 24 Jan 2004 Posts: 711 Location: C'ville, Virginia, USA
|
Posted: Thu Nov 10, 2005 12:10 am Post subject: |
|
|
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. |
|
| Back to top |
|
 |
MIODude Voice
Joined: 09 Oct 2006 Posts: 32
|
Posted: Mon Oct 16, 2006 4:43 pm Post subject: |
|
|
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?? |
|
| Back to top |
|
 |
rosc2112 Revered One

Joined: 19 Feb 2006 Posts: 1454 Location: Northeast Pennsylvania
|
|
| Back to top |
|
 |
Alchera Revered One

Joined: 11 Aug 2003 Posts: 3344 Location: Ballarat Victoria, Australia
|
Posted: Mon Oct 16, 2006 8:13 pm Post subject: |
|
|
I think the +D is to signify the Dj. _________________ Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM |
|
| Back to top |
|
 |
|