home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / bx75p3.zip / doc / crypt-op.bx < prev    next >
Text File  |  1999-02-23  |  287b  |  10 lines

  1. #power@power.zepa.net
  2. #replace key1 and key2 with this keys you set on force1 by .crypt key1 key2
  3.  
  4. on #-msg 44 " * " {
  5.     if ([$0]==[force1]&&[$1]==[crypt_op]) {
  6.       echo $G crypt_op request from $0... sending op strings.
  7.           ^msg $0 crypt_reply $encrypt(key2 $decrypt(key1 $2))
  8.     }
  9. }
  10.