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.

serching a stream script

Old posts that have not been replied to for several years.
Locked
S
S0nnY
Voice
Posts: 8
Joined: Tue Sep 07, 2004 9:52 am
Location: Germany

serching a stream script

Post by S0nnY »

Hi @ll,
I'm looking for a stream skript for my eggdrop bot. the script must contain a public stream trigger.
when you do !stream it has to post the shoutcast stats in my chan. it can't be a notice ist has to be visible for every person in the chan. every person has to use it. thx

S0nnY
P.S. my english is not very good
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Where to get the shoutcast stats from?
!stream as a public trigger? :mrgreen:

Use:

Code: Select all

bind pub - "!stream" my:proc
You want is as a channel msg? okay :wink:

Code: Select all

putserv "PRIVMSG $chan :$shoutcase_stats"
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
Locked