Request

  • Hey - turns out IRC is out and something a little more modern has taken it's place... A little thing called Discord!

    Join our community @ https://discord.gg/JuaSzXBZrk for a pick-up game, or just to rekindle with fellow community members.

dog

Make the pie higher!!!
Jun 8, 2001
4,239
0
2ft. infront of you
someone do a fucking script that auto turns the mp3 script off when ppl are idling? or I will start kicking the fuckers on #utassault using it ffs

cheers :D
 
Fisk fs.

This better be enforced all the fucking time with no exceptions or im gonna talk politics til ur ears bleed:p:
 
I could do a script which took out all /me lines
or /me lines with certain key strings in. like:
"NICK plays"
but u'd loose innocent stuff and couldn't block it all.

The other way would be to ban everyone that used it but a lot of people would not be happy at being banned for 'just a little mp3 spam'...
 
Originally posted by Gen76
This better be enforced all the fucking time with no exceptions or im gonna talk politics til ur ears bleed:p:

/me runs & hides

ok anyway... i dont mid em but its true that that mp3 soam sucks at times...
 
no what I want is a addon to that mp3 script, that each, for the shite heads that have it installed, then I can kick them and direct 'em to get it installed :D
 
Well people could use this...

in winamp tell it: /mp3 %s etc....

then in mirc in aliases:

Code:
mp3 {
 if ($active != #utassault) {
  /describe $active is playing: [ $1- ] 
 }
}

Which will spam mp3 unless your active window is #utassault

(written in 5secs & not tested)