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

  1. # An example on how to connect to a MUD game using ircII as client
  2. #
  3. alias Nemesis {
  4.     ^window new name Nemesis level crap lastlog all
  5.     ^exec -window -name Nemesis telnet 131.159.8.67 2000
  6.     ^query %Nemesis
  7.     ^on ^exec_exit Nemesis window show Nemesis kill
  8. }
  9.  
  10. # The following are features provided by the |Nemesis IRC
  11. # service robot. No other MUD has that, so don't adapt it.
  12. #
  13. alias Nwho msg |Nemesis who
  14. alias Ntell msg |Nemesis tell
  15.  
  16. # lynx92
  17.