Changeset 4d30309


Ignore:
Timestamp:
2010-11-17T11:29:33Z (13 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
1ce52ec, 7f41495
Parents:
47c590c
Message:

update README for bitlbee-3.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/README

    r47c590c r4d30309  
    208208----
    209209account add skype <user> <pass>
    210 account set skype/server localhost
     210account skype set server localhost
    211211----
    212212
     
    218218
    219219----
    220 account set skype/port <port>
     220account skype set port <port>
    221221----
    222222
     
    224224
    225225----
    226 account set skype/display_name "John Smith"
     226account skype set display_name "John Smith"
    227227----
    228228
     
    231231
    232232----
    233 account set skype/skypeout_offline false
     233account skype set skypeout_offline false
    234234----
    235235
     
    339339  SkypeOut calls if you use a phone number instead of a nick):
    340340
    341   * `account set skype/call nick`
    342   * `account set -del skype/call`
     341  * `account skype set call nick`
     342  * `account skype set -del skype/call`
    343343
    344344- Managing incoming calls via questions, just like when you add / remove
     
    347347- Querying the current SkypeOut balance:
    348348
    349   * `account set skype/balance query`
     349  * `account skype set balance query`
    350350
    351351- For debug purposes, it's possible to send any command to `skyped`. To
    352352  achieve this, you need to:
    353353
    354   * `account set skype/skypeconsole true`
     354  * `account skype set skypeconsole true`
    355355
    356356  * then writing `skypeconsole: <command>` will work in the control
    357357    channel.
    358358
    359   * `account set skype/skypeconsole_receive true` will make the
     359  * `account skype set skypeconsole_receive true` will make the
    360360    `skypeconsole` account dump all the recieved raw traffic for you
    361361
     
    363363  you logged in, do:
    364364
    365   * `account set skype/auto_join true`
     365  * `account skype set auto_join true`
    366366
    367367- Edited messages are shown with the `EDIT:` prefix. If you don't like
    368368  this, you can set your own prefix using:
    369369
    370   * `account set skype/edit_prefix "updated message:"`
     370  * `account skype set edit_prefix "updated message:"`
    371371
    372372- The `echo123` test account is hidden by default. If you want to see it:
    373373
    374   * `account set skype/test_join true`
     374  * `account skype set test_join true`
    375375
    376376- Mood texts are not shown by default. If you want to see it:
    377377
    378   * `account set skype/show_moods true`
     378  * `account skype set show_moods true`
    379379
    380380== What needs to be done (aka. TODO)
Note: See TracChangeset for help on using the changeset viewer.