home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / bbbsr2.zip / scripts / msgfilt.bz < prev    next >
Text File  |  1997-06-26  |  269b  |  8 lines

  1. int main(char file, int confnro, int replyto) {
  2.   // file is the filename of the message
  3.   // confnro is the number of conference where this message will be saved
  4.   // replyto is the number of message to which this is a reply
  5.  
  6.   return(0); // 1=cancel, 0=save
  7. }
  8.