Changeset 2154 for trunk/auto-reply
- Timestamp:
- 07/17/00 05:08:50 (8 years ago)
- Files:
-
- 1 modified
-
trunk/auto-reply/src/main.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/auto-reply/src/main.cpp
r1956 r2154 25 25 static const char name[] = "ICQ Auto Replyer"; 26 26 return name; 27 } 28 29 const char *LP_ConfigFile() 30 { 31 return "licq_autoreply.conf"; 27 32 } 28 33
