]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Added scripts/command.php, can be used to run commands such as subscription on behalf...
authorBrion Vibber <brion@pobox.com>
Tue, 9 Mar 2010 21:41:05 +0000 (13:41 -0800)
committerBrion Vibber <brion@pobox.com>
Tue, 9 Mar 2010 21:41:05 +0000 (13:41 -0800)
commit971f1f64f1f42a51bced51665ae693a9d37750a0
tree846e77bde641a32f70f6d45bc8de3ca44480c530
parent32532c7c42971ca337e5bf55c5deb60312a63816
Added scripts/command.php, can be used to run commands such as subscription on behalf of users.
This includes whatever support for extended command parsing plugins may have added.

Example:
  ./scripts/command.php -nbrionv sub update@status.net
lib/channel.php
scripts/command.php [new file with mode: 0755]