- Timestamp:
- 2010-11-17T11:29:33Z (14 years ago)
- Branches:
- master
- Children:
- 1ce52ec, 7f41495
- Parents:
- 47c590c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/README
r47c590c r4d30309 208 208 ---- 209 209 account add skype <user> <pass> 210 account s et skype/server localhost210 account skype set server localhost 211 211 ---- 212 212 … … 218 218 219 219 ---- 220 account s et skype/port <port>220 account skype set port <port> 221 221 ---- 222 222 … … 224 224 225 225 ---- 226 account s et skype/display_name "John Smith"226 account skype set display_name "John Smith" 227 227 ---- 228 228 … … 231 231 232 232 ---- 233 account s et skype/skypeout_offline false233 account skype set skypeout_offline false 234 234 ---- 235 235 … … 339 339 SkypeOut calls if you use a phone number instead of a nick): 340 340 341 * `account s et skype/call nick`342 * `account s et -del skype/call`341 * `account skype set call nick` 342 * `account skype set -del skype/call` 343 343 344 344 - Managing incoming calls via questions, just like when you add / remove … … 347 347 - Querying the current SkypeOut balance: 348 348 349 * `account s et skype/balance query`349 * `account skype set balance query` 350 350 351 351 - For debug purposes, it's possible to send any command to `skyped`. To 352 352 achieve this, you need to: 353 353 354 * `account s et skype/skypeconsole true`354 * `account skype set skypeconsole true` 355 355 356 356 * then writing `skypeconsole: <command>` will work in the control 357 357 channel. 358 358 359 * `account s et skype/skypeconsole_receive true` will make the359 * `account skype set skypeconsole_receive true` will make the 360 360 `skypeconsole` account dump all the recieved raw traffic for you 361 361 … … 363 363 you logged in, do: 364 364 365 * `account s et skype/auto_join true`365 * `account skype set auto_join true` 366 366 367 367 - Edited messages are shown with the `EDIT:` prefix. If you don't like 368 368 this, you can set your own prefix using: 369 369 370 * `account s et skype/edit_prefix "updated message:"`370 * `account skype set edit_prefix "updated message:"` 371 371 372 372 - The `echo123` test account is hidden by default. If you want to see it: 373 373 374 * `account s et skype/test_join true`374 * `account skype set test_join true` 375 375 376 376 - Mood texts are not shown by default. If you want to see it: 377 377 378 * `account s et skype/show_moods true`378 * `account skype set show_moods true` 379 379 380 380 == What needs to be done (aka. TODO)
Note: See TracChangeset
for help on using the changeset viewer.