home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / ircii30.zip / script / mudlike < prev    next >
Text File  |  1994-07-30  |  2KB  |  52 lines

  1. echo   ______________________________________
  2. echo   Welcome to the Internet Relay Dungeon!
  3. echo   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4. #
  5. # The script for MUD friends...
  6. # always use combined with /load action
  7. # This enables the command_mode and the other magic
  8. # to make irc command-compatible to aber-like MUDs...
  9. #
  10. # This is the first piece of magic...
  11. set command_mode on
  12. #
  13. # Some more...
  14. alias ' send
  15. alias emote me
  16. alias say me says:
  17. # alias tell describe $0 tells you: $1-
  18. alias tell msg
  19. #
  20. # Old format of action messages
  21. on ^public_notice * echo $0 $2-
  22. #
  23. # Those that have no current client shalt be ignored!
  24. on ^ctcp_reply "* ERRMSG *ACTION*" :
  25. #
  26. # Other stuff..
  27. #
  28. on ^public * echo $0 says: $2-
  29. on ^public_other * echo $0 in $1 says: $2-
  30. on ^public_msg * echo Outside you can hear $0 say: $2-
  31. on ^invite * echo $0 invites you to room $1-.
  32. on ^join * echo $0 enters room $1.
  33. on ^leave * echo $0 leaves room $1.
  34. on ^topic * echo With a wave of the hand $0 creates letters of fire saying: $2-
  35. on ^msg * echo $0 tells you: $1-
  36. on ^send_msg * echo You tell $0: $1-
  37. on ^send_public * echo You say: $1-
  38. on ^wall * echo $0 shouts: $1-
  39. on ^wallop * echo $0 yells: $1-
  40. on ^notify_signon * echo I can see $0 down in the valley.
  41. on ^notify_signoff * echo Hmm, $0 has left the dungeon it seems.
  42. on ^notify_change * echo Hmm, $0 has moved into room $1.
  43. on ^signoff * echo $0 leaves the relay dungeon. $1-
  44. on ^nick * echo $0 transforms into an ugly looking $1.
  45. on ^mode * echo $0 is doing some strange "$2-" in room $1.
  46. on ^send_msg * echo You tell $0: $1-
  47. on ^send_public * echo You say: $1-
  48. #
  49. set status_channel in room %C 
  50. set status_user - Internet Relay Dungeon 
  51. # lynx91
  52.