summaryrefslogtreecommitdiff
path: root/lib/App/smsg/Command/Chain.pm
diff options
context:
space:
mode:
authorJonas Smedegaard <jonas@atreju.jones.dk>2012-10-12 01:21:13 +0200
committerJonas Smedegaard <jonas@atreju.jones.dk>2012-10-12 01:22:09 +0200
commit2b5deac2609d3479eabb7acb05b40875a6a9161d (patch)
tree6e6aed3e9d18d289ecfee492f81218cbf91a56dd /lib/App/smsg/Command/Chain.pm
parent086a44af71491ba7845c54bfca786d562e1ccb66 (diff)
Add draft send plugin, and add option origin to chain plugin.
Diffstat (limited to 'lib/App/smsg/Command/Chain.pm')
-rw-r--r--lib/App/smsg/Command/Chain.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/App/smsg/Command/Chain.pm b/lib/App/smsg/Command/Chain.pm
index 90dc24f..5c1c6e5 100644
--- a/lib/App/smsg/Command/Chain.pm
+++ b/lib/App/smsg/Command/Chain.pm
@@ -32,6 +32,7 @@ then interactively prompted for.
DESCRIPTION
use constant opt_spec => (
['target|to=s', "Recipient ID"],
+ ['origin|from=s', "Faked sender ID"],
['platform|on=s', "Platform to operate on. Either generic (chat, sms, microblog) or specific (kannel, jabber, irc, twitter, status.net)."],
['intermediary|via=s', "Message center, host or net to use in case of multiple routes"],
[],