Changeset 2154 for trunk/auto-reply

Show
Ignore:
Timestamp:
07/17/00 05:08:50 (8 years ago)
Author:
graham
Message:

New config file plugin option to allow easier editing of the configuration
file by other plugins.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/auto-reply/src/main.cpp

    r1956 r2154  
    2525  static const char name[] = "ICQ Auto Replyer"; 
    2626  return name; 
     27} 
     28 
     29const char *LP_ConfigFile() 
     30{ 
     31  return "licq_autoreply.conf"; 
    2732} 
    2833