]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Msn/README
Cleaning up FavorAction
[quix0rs-gnu-social.git] / plugins / Msn / README
index fa7bc2fb22ecac84bb9790626dc8ecdcbe2e124c..a56bacd64c23a21df28ce77e4df7bb60f606e8e6 100644 (file)
@@ -9,9 +9,10 @@ add "addPlugin('msn',
     array('setting'=>'value', 'setting2'=>'value2', ...);"
 to the bottom of your config.php
 
-scripts/imdaemon.php included with StatusNet must be running. It will be started by
-the plugin along with their other daemons when you run scripts/startdaemons.sh.
-See the StatusNet README for more about queuing and daemons.
+scripts/imdaemon.php included with StatusNet must be running. It will be started
+by the plugin along with their other daemons when you run
+scripts/startdaemons.sh. See the StatusNet README for more about queuing and
+daemons.
 
 Settings
 ========
@@ -29,4 +30,3 @@ addPlugin('msn', array(
     'password' => '...',
     'nickname' => '...'
 ));
-