Advertisement
Guest User

Addons RadioFutura

a guest
Jul 10th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.63 KB | None | 0 0
  1. alias channel_radio { return #radio-futura }
  2. alias channel_users { return #sonrisas }
  3. alias radio {
  4.   if ($me !ison $channel_radio) {
  5.     join $channel_radio
  6.     msg $channel_radio !rf.stop
  7.     msg $channel_radio !rf.emite $me
  8.     msg $channel_radio !rf.timer 1200
  9.   }
  10.   if ($me ison $channel_radio) {
  11.     msg $channel_radio !rf.stop
  12.     msg $channel_radio !rf.emite $me
  13.     msg $channel_radio !rf.timer 1200
  14.   }
  15.   if ($me !ison $channel_users) {
  16.     join $channel_users
  17.     msg chan voice $channel_users $me
  18.   }
  19.   if ($me ison $channel_users) && ($me !isvo $channel_users) {
  20.     msg chan voice $channel_users $me
  21.   }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement