Guest User

Untitled

a guest
Apr 23rd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. on *:TEXT:.topics:#space:{
  2. var %i = 1
  3.  
  4. while (%i < %index) {
  5. //msg $nick Topic ID: %i -- %topic [ $+ [ %i ] ]
  6. /inc %i
  7. }
  8. /unset %i
  9.  
  10. }
  11.  
  12. alias add_topic {
  13. /set %topic [ $+ [ %index ] ] $$1-
  14. /inc %index
  15. }
Add Comment
Please, Sign In to add comment