Advertisement
Guest User

Untitled

a guest
Feb 27th, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. on *:JOIN:#: {
  2. var %name = $2
  3. var %points = $3
  4.  
  5. writeini -n %rosterFile $calc(%rosterID + 1) name %name
  6. writeini -n %rosterFile $calc(%rosterID + 1) points %points
  7.  
  8. msg $chan /me %name was added to the points system for %points points
  9. inc %rosterID
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement