home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / dance414.zip / dancer.funcs < prev    next >
Text File  |  1997-01-15  |  2KB  |  47 lines

  1. # NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE
  2. #
  3. # This functionality is not considered stable at this point of time. If
  4. # you still decide to use it, please report specific details in your bugs
  5. # reports, report repeatable bugs and DO debug the beast since it actually
  6. # is a killer feature! ;)                     - Bagder
  7. #
  8. # NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE
  9. #
  10. # Advanced setup file for new commands/context control for Dancer.
  11. #
  12. # Syntax of this file is: 'FLAGS STRING(S) [ACTION]'
  13. #
  14. # FLAGS:
  15. # C   - straight command alias (used as normal commands)
  16. # P   - publically available   (for commands)
  17. # D   - DCC chat required      (for commands)
  18. # *   - password required      (for commands)
  19. # !0-9 - (in a sequence like !50 or !25) level required to trigger
  20. # +0-9 - highest command level allowed to trigger (below level to trigger)
  21. #        (only used for matches)
  22. # E   - regex match (anyware on the line)
  23. # F   - string match (first on the line)
  24. # %0-9 - percentage likelyness it'll trigger (only for matches)
  25. # =   - the rest of the line is treated as a help-text for the command/
  26. #       alias written on the previous line
  27. # &   - the rest of the line is treated as a syntax-description for the
  28. #       command/alias
  29. #
  30. # STRING(S)
  31. # one or more strings according to the flags/actions wanted.
  32. # white spaces can only be used if the string is placed within quotes as
  33. # in "white space". Several strings are written like one,two,three.
  34. #
  35. # ACTION
  36. # A complete Dancer command line. With $-style replacements as documented
  37. # elsewhere.
  38. #
  39. C!50 zot    ban $1 100 $( ping $| krash $| *BANG* $| BOO! $| GGGAAH! $)
  40. C!50 kik    DO kick $channel $1 :$2?-
  41. C!50 tryme  $( DO kick $channel $nick :*BANG* $| say two $| say three $| say four $| say five $| say six $)
  42. #= Kick the specified user from the channel. Optionally with a given kick message.
  43. #& <user> [message]
  44. F!0%70  brb   say Hurry back $nick!
  45. F!0%20  bbl   say I'll be waiting for you, $nick!
  46. E+20  "amiga sux?" kik $nick *SIGH*
  47.