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.

shoutcast3

Old posts that have not been replied to for several years.
Locked
C
Carnage69
Halfop
Posts: 64
Joined: Sat Jun 07, 2003 8:25 pm

shoutcast3

Post by Carnage69 »

hello i got a shoutcast script when u do @onair it sets it to the nick that is on right but if someone does @onair when a person is on air it changes it to there nick how do i make it so it wont do that it will notice the user and say someone is currently on.
C
Carnage69
Halfop
Posts: 64
Joined: Sat Jun 07, 2003 8:25 pm

script

Post by Carnage69 »

proc login {nick host hand chan arg} {
if {![validuser $hand]} {return}
global url pathqstat cc nopub dj
if {[lsearch -exact $nopub [string tolower $chan]] >= 0} {return 0}
set dj "$nick"
putserv "privmsg chanserv :#or-radio topic 14,1\\ 4,1oR-0,1Radio14,1 \\4,1 D0,1J: $dj 14,1\ 4,1S0,1erver: http://66.227.110.7:8018/listen.pls 0,114,1\\"
}


that is the script
Locked