Changeset 4002 for trunk/auto-reply
- Timestamp:
- 01/21/05 09:45:08 (4 years ago)
- Location:
- trunk/auto-reply
- Files:
-
- 2 modified
-
licq_autoreply.conf (modified) (1 diff)
-
src/autoreply.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/auto-reply/licq_autoreply.conf
r3649 r4002 41 41 SendThroughServer = 1 42 42 43 # Same as -e on Licq startup. 44 # check "licq -p autoreply -- -h" 45 StartEnabled = 1 46 47 # Same as -d on Licq startup. 48 # check "licq -p autoreply -- -h" 49 DeleteMessage = 1 50 43 51 # Here is a simple example which will bounce the event 44 52 # right back to the user: -
trunk/auto-reply/src/autoreply.cpp
r3757 r4002 86 86 conf.ReadBool("AbortDeleteOnExitCode", m_bAbortDeleteOnExitCode, false); 87 87 conf.ReadBool("SendThroughServer", m_bSendThroughServer, true); 88 conf.ReadBool("StartEnabled", m_bEnabled, false); 89 conf.ReadBool("DeleteMessage", m_bDelete, false); 88 90 conf.CloseFile(); 89 91
