Ignore:
Timestamp:
2005-11-15T13:35:24Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
cc9079e
Parents:
abe53d3 (diff), b135438 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge new changes from pluginable and Wilmer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user-guide/user-guide.txt

    rabe53d3 rf56c491  
    108108    Away states
    109109
    110 Chapter 1. Installation
     110Chapter 1. Installation
    111111
    112112Table of Contents
     
    192192idea to make this directory owner-read-/writable only.
    193193
    194 Chapter 2. Usage
     194Chapter 2. Usage
    195195
    196196Table of Contents
     
    223223in the control channel, like <nick>: <text>.
    224224
    225 Chapter 3. Support
     225Chapter 3. Support
    226226
    227227Table of Contents
     
    256256BitlBee doesn't have any mailinglists.
    257257
    258 Chapter 4. Quickstart
     258Chapter 4. Quickstart
    259259
    260260Table of Contents
     
    389389suggestion. Good luck and enjoy the Bee!
    390390
    391 Chapter 5. Bitlbee commands
     391Chapter 5. Bitlbee commands
    392392
    393393Table of Contents
     
    443443account - IM-account list maintenance
    444444
    445 Syntax: 
     445Syntax: 
    446446
    447447account <action> [<arguments>]
     
    452452account add
    453453
    454 Syntax: 
     454Syntax: 
    455455
    456456account add <protocol> <username> <password> [<server>]
     
    463463account add jabber
    464464
    465 Syntax: 
     465Syntax: 
    466466
    467467account add jabber <handle> <password> [<servertag>]
     
    482482account add msn
    483483
    484 Syntax: 
     484Syntax: 
    485485
    486486account add msn <handle> <password>
     
    490490account add oscar
    491491
    492 Syntax: 
     492Syntax: 
    493493
    494494account add oscar <handle> <password> [<servername>]
     
    505505account add yahoo
    506506
    507 Syntax: 
     507Syntax: 
    508508
    509509account add yahoo <handle> <password>
     
    513513account del
    514514
    515 Syntax: 
     515Syntax: 
    516516
    517517account del <account id>
     
    525525account on
    526526
    527 Syntax: 
     527Syntax: 
    528528
    529529account on [<account id>]
     
    538538account off
    539539
    540 Syntax: 
     540Syntax: 
    541541
    542542account off [<account id>]
     
    551551account list
    552552
    553 Syntax: 
     553Syntax: 
    554554
    555555account list
     
    560560add - Add a buddy to your contact list
    561561
    562 Syntax: 
     562Syntax: 
    563563
    564564add <connection> <handle> [<nick>]
     
    577577info - Request user information
    578578
    579 Syntax: 
     579Syntax: 
    580580
    581581info <connection> <handle>
     
    592592remove - Remove a buddy from your contact list
    593593
    594 Syntax: 
     594Syntax: 
    595595
    596596remove <nick>
     
    603603block - Block someone
    604604
    605 Syntax: 
     605Syntax: 
    606606
    607607block <nick>
     
    614614allow - Unblock someone
    615615
    616 Syntax: 
     616Syntax: 
    617617
    618618allow <nick>
     
    624624set - Miscellaneous settings
    625625
    626 Syntax: 
     626Syntax: 
    627627
    628628set [<variable> [<value>]]
     
    638638help - BitlBee help system
    639639
    640 Syntax: 
     640Syntax: 
    641641
    642642help [subject]
     
    647647save - Save your account data
    648648
    649 Syntax: 
     649Syntax: 
    650650
    651651save
     
    848848rename - Rename (renick) a buddy
    849849
    850 Syntax: 
     850Syntax: 
    851851
    852852rename <oldnick> <newnick>
     
    860860yes - Accept a request
    861861
    862 Syntax: 
     862Syntax: 
    863863
    864864yes [<number>]
     
    873873no - Deny a request
    874874
    875 Syntax: 
     875Syntax: 
    876876
    877877no [<number>]
     
    886886qlist - List all the unanswered questions root asked
    887887
    888 Syntax: 
     888Syntax: 
    889889
    890890qlist
     
    894894register - Register yourself
    895895
    896 Syntax: 
     896Syntax: 
    897897
    898898register <password>
     
    911911identify - Identify yourself with your password
    912912
    913 Syntax: 
     913Syntax: 
    914914
    915915identify <password>
     
    925925drop - Drop your account
    926926
    927 Syntax: 
     927Syntax: 
    928928
    929929drop <password>
     
    935935blist - List all the buddies in your contact list
    936936
    937 Syntax: 
     937Syntax: 
    938938
    939939blist [all|online|offline|away]
     
    944944nick - Change friendly name, nick
    945945
    946 Syntax: 
     946Syntax: 
    947947
    948948nick <connection> [<new nick>]
     
    960960upgrading)
    961961
    962 Syntax: 
     962Syntax: 
    963963
    964964import_buddies <connection> [clear]
     
    982982command again.
    983983
    984 Chapter 6. Misc Stuff
     984Chapter 6. Misc Stuff
    985985
    986986Table of Contents
Note: See TracChangeset for help on using the changeset viewer.