Advertisement
Guest User

Untitled

a guest
Jun 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. on *:start:{
  2. identd on RadioDiversion
  3. fullname %logo
  4. set %canalradio #el_rincon_de_kris_
  5. set %canaldjs #radiodiversion_djs
  6. }
  7.  
  8. on *:connect:{
  9. nick RadioDiversion:rdiversion2017
  10. identd on RadioDiversion
  11. fullname %logo
  12. mode $me +n
  13. timerpral 1 1 join %canalradio
  14. timerdjs 1 3 join %canaldjs
  15. timerops 1 5 join %canalops
  16.  
  17. autojoin
  18. }
  19.  
  20. on *:disconnect: {
  21. nick RadioDiversion!rdiversion2017
  22. identd on RadioDiversion
  23. fullname %logo
  24. server ganimedes.chathispano.com
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement