Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. on *:TEXT:.AddGT*:#:{
  2. writeini GT.txt $2 GT GamerTag: $2
  3. notice $nick You have entered the following Information:
  4. notice $nick $readini(GT.txt,$2,GT)
  5. }
  6. on *:TEXT:.GT*:#:{
  7. msg $chan $readini(GT.txt,$2,GT)
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement