Guest User

Untitled

a guest
May 20th, 2018
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
TCL 0.40 KB | None | 0 0
  1. bind pubm -|- * timerxxx
  2. bind join -|- * timerxxx
  3. bind part -|- * timerxxx
  4. bind kick -|- * timerxxx
  5. bind nick -|- * timerxxx
  6. bind mode -|- * timerxxx
  7.  
  8. proc timerxxx { }  {
  9.         global streamch increasex
  10.         incr  increasex
  11.         if {"$increasex" >= 10} {
  12.                 set increasex 1
  13.                 get_shoutcast_status nick a b #radiolive a
  14.                 }
  15.         timer 4 timerxxx
  16. }
Add Comment
Please, Sign In to add comment