Advertisement
Guest User

AresMUSH trigger for FugueEdit

a guest
Mar 13th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. Version=281
  2. Connections
  3. {
  4. Triggers
  5. {
  6. {
  7. Description="FugueEdit / AresMUSH edit catcher"
  8. FindString
  9. {
  10. MatchText="^FugueEdit > (.+)"
  11. RegularExpression=true
  12. StartsWith=true
  13. }
  14. Gag.Active=true
  15. Send
  16. {
  17. Active=true
  18. Send="/setinput \\1"
  19. }
  20. }
  21. }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement