diff options
author | Luke Bratch <l_bratch@yahoo.co.uk> | 2010-10-27 23:34:34 +0100 |
---|---|---|
committer | Luke Bratch <l_bratch@yahoo.co.uk> | 2010-10-27 23:34:34 +0100 |
commit | d17a8ed18ca5e154faa8f753e8dac98188afcde5 (patch) | |
tree | 819c17d038fc8ea72c5b33ab6efc702c9c9ff9e0 /README | |
parent | ed4e47864fc0aa03b433babb3b560f3cbe8b9b93 (diff) |
Added %P macro, which converts a name to a number for sending SMSes
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ are available, allowing for text replacement. The macros available are: %n - replaced with the sender-number %d - replaced with the send-date %s - replaced with the SMS content + %P - attempts to replace the second word in the SMS with a destination number\n" + from phonebook.conf - SMS not processed if entry not found\n" An example blasms.conf might be: default echo \"SMS from %N at %d: %s\" |