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

  1. # Comfortable aliases... see /help load alias
  2. #
  3. alias mr msg $, $*
  4. alias ma msg $. $*
  5. alias wa whois $.
  6. alias ia invite $. $C
  7. #
  8. # command collision cludges
  9. alias no notice
  10. alias nf notify
  11. alias la lastlog
  12. #
  13. # other quickies
  14. alias " quote
  15. alias lf set logfile $*
  16. alias unset set -$*
  17. alias unalias alias -$*
  18. alias alarm set clock_alarm $*
  19. alias clock set clock $*
  20. alias h+ ^set hold_mode on
  21. alias h- ^set hold_mode off
  22. #
  23. # These aliases have been taken and adapted from the .ircrc's
  24. # posted to alt.irc some time ago...
  25. #
  26. alias shields_up ignore $, msgs notices
  27. alias protect mode $C +ni
  28. alias unprotect mode $C -ni
  29. alias chops who $C -chop
  30. alias wjoin window new channel $0 name $0 $1-
  31. alias talkto window new name $0;query $0
  32. alias oops {
  33.     ^assign alias.oops $B
  34.     msg $. Sorry, that wasn't meant for you.
  35.     msg $0 $alias.oops
  36. }
  37. #
  38. # lynx91,92
  39.