[b7d3cc34] | 1 | BitlBee User Guide |
---|
| 2 | |
---|
| 3 | Jelmer Vernooij |
---|
| 4 | |
---|
| 5 | Wilmer van der Gaast |
---|
| 6 | |
---|
| 7 | Sjoerd Hemminga |
---|
| 8 | |
---|
| 9 | This is the initial release of the BitlBee User Guide. |
---|
| 10 | |
---|
| 11 | Permission is granted to copy, distribute and/or modify this document under the |
---|
| 12 | terms of the GNU Free Documentation License, Version 1.1 or any later version |
---|
| 13 | published by the Free Software Foundation with no Invariant Sections, no |
---|
| 14 | Front-Cover Texts, and no Back-Cover Texts. You may obtain a copy of the GNU |
---|
| 15 | Free Documentation License from the Free Software Foundation by visiting their |
---|
| 16 | Web site or by writing to: Free Software Foundation, Inc., 59 Temple Place - |
---|
| 17 | Suite 330, Boston, MA 02111-1307, USA. |
---|
| 18 | |
---|
| 19 | ------------------------------------------------------------------------------- |
---|
| 20 | |
---|
| 21 | Table of Contents |
---|
| 22 | |
---|
| 23 | 1. Installation |
---|
| 24 | |
---|
| 25 | Downloading the package |
---|
| 26 | Compiling |
---|
| 27 | Configuration |
---|
| 28 | |
---|
| 29 | 2. Usage |
---|
| 30 | |
---|
| 31 | Connecting to the server |
---|
| 32 | The #bitlbee control channel |
---|
| 33 | Talking to people |
---|
| 34 | |
---|
| 35 | 3. Support |
---|
| 36 | |
---|
| 37 | BitlBee is beta software |
---|
| 38 | Support channels |
---|
| 39 | |
---|
| 40 | The World Wide Web |
---|
| 41 | IRC |
---|
| 42 | Mailinglists |
---|
| 43 | |
---|
| 44 | 4. Quickstart |
---|
| 45 | |
---|
| 46 | Add and Connect To your IM Account(s) |
---|
| 47 | Managing Contact Lists: Rename |
---|
| 48 | Step Four: Managing Contact Lists: Add and Remove. |
---|
| 49 | Chatting |
---|
| 50 | Further Resources |
---|
| 51 | |
---|
| 52 | 5. Bitlbee commands |
---|
| 53 | |
---|
| 54 | account - IM-account list maintenance |
---|
| 55 | |
---|
| 56 | account add |
---|
| 57 | account del |
---|
| 58 | account on |
---|
| 59 | account off |
---|
| 60 | account list |
---|
| 61 | |
---|
| 62 | add - Add a buddy to your contact list |
---|
| 63 | info - Request user information |
---|
| 64 | remove - Remove a buddy from your contact list |
---|
| 65 | block - Block someone |
---|
| 66 | allow - Unblock someone |
---|
| 67 | set - Miscellaneous settings |
---|
| 68 | help - BitlBee help system |
---|
| 69 | save - Save your account data |
---|
| 70 | charset |
---|
| 71 | private |
---|
| 72 | save_on_quit |
---|
| 73 | html |
---|
| 74 | debug |
---|
| 75 | to_char |
---|
| 76 | typing_notice |
---|
| 77 | ops |
---|
| 78 | away_devoice |
---|
| 79 | handle_unknown |
---|
| 80 | auto_connect |
---|
| 81 | auto_reconnect |
---|
| 82 | auto_reconnect_delay |
---|
| 83 | buddy_sendbuffer |
---|
| 84 | buddy_sendbuffer_delay |
---|
| 85 | default_target |
---|
| 86 | display_namechanges |
---|
| 87 | password |
---|
| 88 | query_order |
---|
| 89 | lcnicks |
---|
| 90 | rename - Rename (renick) a buddy |
---|
| 91 | yes - Accept a request |
---|
| 92 | no - Deny a request |
---|
| 93 | qlist - List all the unanswered questions root asked |
---|
| 94 | register - Register yourself |
---|
| 95 | identify - Identify yourself with your password |
---|
| 96 | drop - Drop your account |
---|
| 97 | blist - List all the buddies in your contact list |
---|
| 98 | nick - Change friendly name, nick |
---|
| 99 | import_buddies - Copy local buddy list to server (normally only needed when |
---|
| 100 | upgrading) |
---|
| 101 | |
---|
| 102 | 6. Misc Stuff |
---|
| 103 | |
---|
| 104 | Smileys |
---|
| 105 | Groupchats |
---|
| 106 | Creating groupchats |
---|
| 107 | Groupchat channel names |
---|
| 108 | Away states |
---|
| 109 | |
---|
| 110 | Chapter 1. Installation |
---|
| 111 | |
---|
| 112 | Table of Contents |
---|
| 113 | |
---|
| 114 | Downloading the package |
---|
| 115 | Compiling |
---|
| 116 | Configuration |
---|
| 117 | |
---|
| 118 | Downloading the package |
---|
| 119 | |
---|
| 120 | The latest BitlBee release is always available from http://www.bitlbee.org/. |
---|
| 121 | Download the package with your favorite program and unpack it: tar xvfz |
---|
| 122 | bitlbee-<version>.tar.gz where <version> is to be replaced by the version |
---|
| 123 | number of the BitlBee you downloaded (e.g. 0.91). |
---|
| 124 | |
---|
| 125 | Compiling |
---|
| 126 | |
---|
| 127 | BitlBee's build system has to be configured before compiling. The configure |
---|
| 128 | script will do this for you. Just run it, it'll set up with nice and hopefully |
---|
| 129 | well-working defaults. If you want to change some settings, just try ./ |
---|
| 130 | configure --help and see what you can do. |
---|
| 131 | |
---|
| 132 | Some variables that might be of interest to the normal user: |
---|
| 133 | |
---|
| 134 | * prefix, bindir, etcdir, mandir, datadir - The place where all the BitlBee |
---|
| 135 | program files will be put. There's usually no reason to specify them all |
---|
| 136 | separately, just specifying prefix (or keeping the default /usr/local/) |
---|
| 137 | should be okay. |
---|
| 138 | |
---|
| 139 | * config - The place where BitlBee will save all the per-user settings and |
---|
| 140 | buddy information. /var/lib/bitlbee/ is the default value. |
---|
| 141 | |
---|
| 142 | * msn, jabber, oscar, yahoo - By default, support for all these IM-protocols |
---|
| 143 | (OSCAR is the protocol used by both ICQ and AIM) will be compiled in. To |
---|
| 144 | make the binary a bit smaller, you can use these options to leave out |
---|
| 145 | support for protocols you're not planning to use. |
---|
| 146 | |
---|
| 147 | * debug - Generate an unoptimized binary with debugging symbols, mainly |
---|
| 148 | useful if you want to do some debugging or help us to track down a problem. |
---|
| 149 | |
---|
| 150 | * strip - By default, unnecessary parts of the generated binary will be |
---|
| 151 | stripped out to make it as small as possible. If you don't want this |
---|
| 152 | (because it might cause problems on some platforms), set this to 0. |
---|
| 153 | |
---|
| 154 | * flood - To secure your BitlBee server against flooding attacks, you can use |
---|
| 155 | this option. It's not compiled in by default because it needs more testing |
---|
| 156 | first. |
---|
| 157 | |
---|
| 158 | * ssl - The MSN and Jabber modules require an SSL library for some of their |
---|
| 159 | tasks. BitlBee can use three different SSL libraries: GnuTLS, mozilla-nss |
---|
| 160 | and OpenSSL. (OpenSSL is, however, a bit troublesome because of licensing |
---|
| 161 | issues, so don't forget to read the information configure will give you |
---|
| 162 | when you try to use OpenSSL!) By default, configure will try to detect |
---|
| 163 | GnuTLS or mozilla-nss. If none of them can be found, it'll give up. If you |
---|
| 164 | want BitlBee to use OpenSSL, you have to explicitly specify that. |
---|
| 165 | |
---|
| 166 | After running configure, you should run make. After that, run make install as |
---|
| 167 | root. |
---|
| 168 | |
---|
| 169 | Configuration |
---|
| 170 | |
---|
| 171 | By default, BitlBee runs as the user nobody. You might want to run it as a |
---|
| 172 | seperate user (some computers run named or apache as nobody). |
---|
| 173 | |
---|
| 174 | Since BitlBee uses inetd, you should add the following line to /etc/inetd.conf: |
---|
| 175 | |
---|
| 176 | 6667 stream tcp nowait nobody /usr/local/sbin/bitlbee bitlbee |
---|
| 177 | |
---|
| 178 | Inetd has to be restarted after changing the configuration. Either killall -HUP |
---|
| 179 | inetd or /etc/init.d/inetd restart should do the job on most systems. |
---|
| 180 | |
---|
| 181 | You might be one of the.. ehr, lucky people running an xinetd-powered distro. |
---|
| 182 | xinetd is quite different and they seem to be proud of that.. ;-) Anyway, if |
---|
| 183 | you want BitlBee to work with xinetd, just copy the bitlbee.xinetd file to your |
---|
| 184 | /etc/xinetd.d/ directory (and probably edit it to suit your needs). |
---|
| 185 | |
---|
| 186 | You should create a directory where BitlBee can store it's data files. This |
---|
| 187 | should be the directory named after the value 'CONFIG' in Makefile.settings. |
---|
| 188 | The default is /var/lib/bitlbee, which can be created with the command mkdir -p |
---|
| 189 | /var/lib/bitlbee. This directory has to be owned by the user that runs bitlbee. |
---|
| 190 | To make 'nobody' owner of this directory, run chown nobody /var/lib/bitlbee. |
---|
| 191 | Because things like passwords are saved in this directory, it's probably a good |
---|
| 192 | idea to make this directory owner-read-/writable only. |
---|
| 193 | |
---|
| 194 | Chapter 2. Usage |
---|
| 195 | |
---|
| 196 | Table of Contents |
---|
| 197 | |
---|
| 198 | Connecting to the server |
---|
| 199 | The #bitlbee control channel |
---|
| 200 | Talking to people |
---|
| 201 | |
---|
| 202 | Connecting to the server |
---|
| 203 | |
---|
| 204 | Since BitlBee acts just like any other irc daemon, you can connect to it with |
---|
| 205 | your favorite irc client. Launch it and connect to localhost port 6667 (or |
---|
| 206 | whatever host/port you are running bitlbee on). |
---|
| 207 | |
---|
| 208 | The #bitlbee control channel |
---|
| 209 | |
---|
| 210 | Once you are connected to the BitlBee server, you are automatically joined to # |
---|
| 211 | bitlbee on that server. This channel acts like the 'buddy list' you have on the |
---|
| 212 | various other chat networks. |
---|
| 213 | |
---|
| 214 | The user 'root' always hangs around in #bitlbee and acts as your interface to |
---|
| 215 | bitlbee. All commands you give on #bitlbee are 'answered' by root. |
---|
| 216 | |
---|
| 217 | Talking to people |
---|
| 218 | |
---|
| 219 | You can talk to by starting a query with them. In most irc clients, this can be |
---|
| 220 | done with either /msg <nick> <text> or /query <nick>. |
---|
| 221 | |
---|
| 222 | To keep the number of open query windows limited, you can also talk to people |
---|
| 223 | in the control channel, like <nick>: <text>. |
---|
| 224 | |
---|
| 225 | Chapter 3. Support |
---|
| 226 | |
---|
| 227 | Table of Contents |
---|
| 228 | |
---|
| 229 | BitlBee is beta software |
---|
| 230 | Support channels |
---|
| 231 | |
---|
| 232 | The World Wide Web |
---|
| 233 | IRC |
---|
| 234 | Mailinglists |
---|
| 235 | |
---|
| 236 | BitlBee is beta software |
---|
| 237 | |
---|
| 238 | Although BitlBee has quite some functionality it is still beta. That means it |
---|
| 239 | can crash at any time, corrupt your data or whatever. Don't use it in any |
---|
| 240 | production environment and don't rely on it. |
---|
| 241 | |
---|
| 242 | Support channels |
---|
| 243 | |
---|
| 244 | The World Wide Web |
---|
| 245 | |
---|
| 246 | http://www.bitlbee.org/ is the homepage of bitlbee and contains the most recent |
---|
| 247 | news on bitlbee and the latest releases. |
---|
| 248 | |
---|
| 249 | IRC |
---|
| 250 | |
---|
| 251 | BitlBee is discussed on #bitlbee on the OFTC IRC network (server: |
---|
| 252 | irc.oftc.net). |
---|
| 253 | |
---|
| 254 | Mailinglists |
---|
| 255 | |
---|
| 256 | BitlBee doesn't have any mailinglists. |
---|
| 257 | |
---|
| 258 | Chapter 4. Quickstart |
---|
| 259 | |
---|
| 260 | Table of Contents |
---|
| 261 | |
---|
| 262 | Add and Connect To your IM Account(s) |
---|
| 263 | Managing Contact Lists: Rename |
---|
| 264 | Step Four: Managing Contact Lists: Add and Remove. |
---|
| 265 | Chatting |
---|
| 266 | Further Resources |
---|
| 267 | |
---|
| 268 | Welcome to BitlBee, your IRC gateway to ICQ, MSN, AOL, Jabber and Yahoo Instant |
---|
| 269 | Messaging Systems. |
---|
| 270 | |
---|
| 271 | The center of BitlBee is the control channel, #bitlbee. Two users will always |
---|
| 272 | be there, you (where "you" is the nickname you are using) and the system user, |
---|
| 273 | root. |
---|
| 274 | |
---|
| 275 | You need register so that all your IM settings (passwords, contacts, etc) can |
---|
| 276 | be saved on the BitlBee server. It's important that you pick a good password so |
---|
| 277 | no one else can access your account. Register with this password using the |
---|
| 278 | register command: register <password> (without the brackets!). |
---|
| 279 | |
---|
| 280 | Be sure to remember your password. The next time you connect to the BitlBee |
---|
| 281 | server you will need to identify <password> so that you will be recognised and |
---|
| 282 | logged in to all the IM services automatically. |
---|
| 283 | |
---|
| 284 | When finished, type help quickstart2 to continue. |
---|
| 285 | |
---|
| 286 | Add and Connect To your IM Account(s) |
---|
| 287 | |
---|
| 288 | Step Two: Add and Connect To your IM Account(s). |
---|
| 289 | |
---|
| 290 | To add an account to the account list you will need to use the account add |
---|
| 291 | command: account add <protocol> <username> <password> [<server>]. |
---|
| 292 | |
---|
| 293 | For instance, suppose you have an ICQ account with UIN 72696705 with password |
---|
| 294 | QuickStart, you would: |
---|
| 295 | |
---|
| 296 | < you> account add oscar 72696705 QuickStart login.icq.com |
---|
| 297 | < root> Account successfully added |
---|
| 298 | |
---|
| 299 | Other available IM protocols are jabber, msn, and yahoo. Oscar is the protocol |
---|
| 300 | used by ICQ and AOL. For oscar, you need to specify the IM-server as a fourth |
---|
| 301 | argument (for msn and yahoo there is no fourth argument). For AOL Instant |
---|
| 302 | Messenger, the server name is login.oscar.aol.com. For ICQ, the server name is |
---|
| 303 | login.icq.com. |
---|
| 304 | |
---|
| 305 | When you are finished adding your account(s) use the account on command to |
---|
| 306 | enable all your accounts, type help quickstart3 to continue. |
---|
| 307 | |
---|
| 308 | Managing Contact Lists: Rename |
---|
| 309 | |
---|
| 310 | Step Three: Managing Contact Lists: Rename |
---|
| 311 | |
---|
| 312 | For most protocols (currently MSN, Jabber, Yahoo and AOL) BitlBee can download |
---|
| 313 | the contact list automatically from the IM server and all the on-line users |
---|
| 314 | should appear in the control channel when you log in. |
---|
| 315 | |
---|
| 316 | BitlBee will convert names into irc-friendly form (for instance: |
---|
| 317 | tux@example.com will be given the nickname tux). If you have more than one |
---|
| 318 | person who would have the same name by this logic (for instance: |
---|
| 319 | tux@example.com and tux@bitlbee.org) the second one to log on will be tux_. The |
---|
| 320 | same is true if you have a tux log on to AOL and a tux log on from Yahoo. |
---|
| 321 | |
---|
| 322 | It would be easy to get these two mixed up, so BitlBee has a rename command to |
---|
| 323 | change the nickname into something more suitable: rename <oldnick> <newnick> |
---|
| 324 | |
---|
| 325 | < you> rename tux_ bitlbeetux |
---|
| 326 | * tux_is now known as bitlbeetux |
---|
| 327 | < root> Nick successfully changed |
---|
| 328 | |
---|
| 329 | When finished, type help quickstart4 to continue. |
---|
| 330 | |
---|
| 331 | Step Four: Managing Contact Lists: Add and Remove. |
---|
| 332 | |
---|
| 333 | Step Four: Managing Contact Lists: Add and Remove. |
---|
| 334 | |
---|
| 335 | Now you might want to add some contacts, to do this we will use the add |
---|
| 336 | command. It needs two arguments: a connection ID (which can be a number (try |
---|
| 337 | account list), protocol name or (part of) the screenname) and the user's |
---|
| 338 | handle. It is used in the following way: add <connection> <handle> |
---|
| 339 | |
---|
| 340 | < you> add 0 r2d2@example.com |
---|
| 341 | * r2d2has joined #bitlbee |
---|
| 342 | |
---|
| 343 | In this case r2d2 is online, since he/she joins the channel immediately. If the |
---|
| 344 | user is not online you will not see them join until they log on. |
---|
| 345 | |
---|
| 346 | Lets say you accidentally added r2d3@example.com rather than r2d2@example.com, |
---|
| 347 | or maybe you just want to remove a user from your list because you never talk |
---|
| 348 | to them. To remove a name you will want to use the remove command: remove |
---|
| 349 | <nick> |
---|
| 350 | |
---|
| 351 | When finished, type help quickstart5 to continue. |
---|
| 352 | |
---|
| 353 | Chatting |
---|
| 354 | |
---|
| 355 | Step Five: Chatting. |
---|
| 356 | |
---|
| 357 | First of all, a person must be on your contact list for you to chat with them |
---|
| 358 | (unless it's a group chat, help groupchats for more). If someone not on your |
---|
| 359 | contact list sends you a message, simply add them to the proper account with |
---|
| 360 | the add command. Once they are on your list and online, you can chat with them |
---|
| 361 | in #bitlbee: |
---|
| 362 | |
---|
| 363 | < you> tux: hey, how's the weather down there? |
---|
| 364 | < tux> you: a bit chilly! |
---|
| 365 | |
---|
| 366 | If you'd rather chat with them in a separate window use the /msg or /query |
---|
| 367 | command, just like you would for a private message in IRC. If you want to have |
---|
| 368 | messages automatically come up in private messages rather than in the #bitlbee |
---|
| 369 | channel, use the set private command: set private true (set private false to |
---|
| 370 | change back). |
---|
| 371 | |
---|
| 372 | You know the basics. If you want to get to know more about BitlBee, please type |
---|
| 373 | help quickstart6. |
---|
| 374 | |
---|
| 375 | Further Resources |
---|
| 376 | |
---|
| 377 | So you want more than just chatting? Or maybe you're just looking for a |
---|
| 378 | feature? |
---|
| 379 | |
---|
| 380 | You can type help set to learn more about the possible BitlBee user settings. |
---|
| 381 | Among these user settings you will find options for common issues, such as |
---|
| 382 | changing the charset, HTML stripping and automatic connecting (simply type set |
---|
| 383 | to see current user settings). |
---|
| 384 | |
---|
| 385 | For more subjects (like groupchats and away states), please type help index. |
---|
| 386 | |
---|
| 387 | If you're still looking for something, please visit us in #bitlbee on the OFTC |
---|
| 388 | network (you can connect via irc.bitlbee.org), or mail us your problem/ |
---|
| 389 | suggestion. Good luck and enjoy the Bee! |
---|
| 390 | |
---|
| 391 | Chapter 5. Bitlbee commands |
---|
| 392 | |
---|
| 393 | Table of Contents |
---|
| 394 | |
---|
| 395 | account - IM-account list maintenance |
---|
| 396 | |
---|
| 397 | account add |
---|
| 398 | account del |
---|
| 399 | account on |
---|
| 400 | account off |
---|
| 401 | account list |
---|
| 402 | |
---|
| 403 | add - Add a buddy to your contact list |
---|
| 404 | info - Request user information |
---|
| 405 | remove - Remove a buddy from your contact list |
---|
| 406 | block - Block someone |
---|
| 407 | allow - Unblock someone |
---|
| 408 | set - Miscellaneous settings |
---|
| 409 | help - BitlBee help system |
---|
| 410 | save - Save your account data |
---|
| 411 | charset |
---|
| 412 | private |
---|
| 413 | save_on_quit |
---|
| 414 | html |
---|
| 415 | debug |
---|
| 416 | to_char |
---|
| 417 | typing_notice |
---|
| 418 | ops |
---|
| 419 | away_devoice |
---|
| 420 | handle_unknown |
---|
| 421 | auto_connect |
---|
| 422 | auto_reconnect |
---|
| 423 | auto_reconnect_delay |
---|
| 424 | buddy_sendbuffer |
---|
| 425 | buddy_sendbuffer_delay |
---|
| 426 | default_target |
---|
| 427 | display_namechanges |
---|
| 428 | password |
---|
| 429 | query_order |
---|
| 430 | lcnicks |
---|
| 431 | rename - Rename (renick) a buddy |
---|
| 432 | yes - Accept a request |
---|
| 433 | no - Deny a request |
---|
| 434 | qlist - List all the unanswered questions root asked |
---|
| 435 | register - Register yourself |
---|
| 436 | identify - Identify yourself with your password |
---|
| 437 | drop - Drop your account |
---|
| 438 | blist - List all the buddies in your contact list |
---|
| 439 | nick - Change friendly name, nick |
---|
| 440 | import_buddies - Copy local buddy list to server (normally only needed when |
---|
| 441 | upgrading) |
---|
| 442 | |
---|
| 443 | account - IM-account list maintenance |
---|
| 444 | |
---|
| 445 | Syntax: |
---|
| 446 | |
---|
| 447 | account <action> [<arguments>] |
---|
| 448 | |
---|
| 449 | Available actions: add, del, list, on, off. See help account <action> for more |
---|
| 450 | information. |
---|
| 451 | |
---|
| 452 | account add |
---|
| 453 | |
---|
| 454 | Syntax: |
---|
| 455 | |
---|
| 456 | account add <protocol> <username> <password> [<server>] |
---|
| 457 | |
---|
| 458 | Adds an account on the given server with the specified protocol, username and |
---|
| 459 | password to the account list. Supported protocols right now are: Jabber, MSN, |
---|
| 460 | OSCAR (AIM/ICQ) and Yahoo. For more information about adding an account, see |
---|
| 461 | help account add <protocol>. |
---|
| 462 | |
---|
| 463 | account add jabber |
---|
| 464 | |
---|
| 465 | Syntax: |
---|
| 466 | |
---|
| 467 | account add jabber <handle> <password> [<servertag>] |
---|
| 468 | |
---|
| 469 | Note that the servertag argument is optional. You only have to use it if the |
---|
| 470 | part after the @ in your handle isn't the hostname of your Jabber server, or if |
---|
| 471 | you want to use SSL/connect to a non-standard port number. The format is |
---|
| 472 | simple: [<servername>[:<portnumber>][:ssl]]. For example, this is how you can |
---|
| 473 | connect to Google Talk: |
---|
| 474 | |
---|
| 475 | Note that Google talk is SSL-only, but officially reachable over both port 5222 |
---|
| 476 | and 5223. However, for some people only port 5222 works, for some people only |
---|
| 477 | 5223. This is something you'll have to try out. |
---|
| 478 | |
---|
| 479 | < wilmer> account add jabber example@gmail.com hobbelmeeuw talk.google.com:5223:ssl |
---|
| 480 | < root> Account successfully added |
---|
| 481 | |
---|
| 482 | account add msn |
---|
| 483 | |
---|
| 484 | Syntax: |
---|
| 485 | |
---|
| 486 | account add msn <handle> <password> |
---|
| 487 | |
---|
| 488 | For MSN connections there are no special arguments. |
---|
| 489 | |
---|
| 490 | account add oscar |
---|
| 491 | |
---|
| 492 | Syntax: |
---|
| 493 | |
---|
| 494 | account add oscar <handle> <password> [<servername>] |
---|
| 495 | |
---|
| 496 | Specifying a server is required for OSCAR, since OSCAR can be used for both |
---|
| 497 | ICQ- and AIM-connections. Although these days it's supposed to be possible to |
---|
| 498 | connect to ICQ via AIM-servers and vice versa, we like to stick with this |
---|
| 499 | separation for now. For ICQ connections, the servername is login.icq.com, for |
---|
| 500 | AIM connections it's login.oscar.aol.com. |
---|
| 501 | |
---|
| 502 | < wilmer> account add oscar 72696705 hobbelmeeuw login.icq.com |
---|
| 503 | < root> Account successfully added |
---|
| 504 | |
---|
| 505 | account add yahoo |
---|
| 506 | |
---|
| 507 | Syntax: |
---|
| 508 | |
---|
| 509 | account add yahoo <handle> <password> |
---|
| 510 | |
---|
| 511 | For Yahoo! connections there are no special arguments. |
---|
| 512 | |
---|
| 513 | account del |
---|
| 514 | |
---|
| 515 | Syntax: |
---|
| 516 | |
---|
| 517 | account del <account id> |
---|
| 518 | |
---|
| 519 | This commands deletes an account from your account list. You should signoff the |
---|
| 520 | account before deleting it. |
---|
| 521 | |
---|
| 522 | The account ID can be a number (see account list), the protocol name or (part |
---|
| 523 | of) the screenname, as long as it matches only one connection. |
---|
| 524 | |
---|
| 525 | account on |
---|
| 526 | |
---|
| 527 | Syntax: |
---|
| 528 | |
---|
| 529 | account on [<account id>] |
---|
| 530 | |
---|
| 531 | This command will try to log into the specified account. If no account is |
---|
| 532 | specified, BitlBee will log into all the accounts. (Including accounts awaiting |
---|
| 533 | a reconnection) |
---|
| 534 | |
---|
| 535 | The account ID can be a number (see account list), the protocol name or (part |
---|
| 536 | of) the screenname, as long as it matches only one connection. |
---|
| 537 | |
---|
| 538 | account off |
---|
| 539 | |
---|
| 540 | Syntax: |
---|
| 541 | |
---|
| 542 | account off [<account id>] |
---|
| 543 | |
---|
| 544 | This command disconnects the connection for the specified account. If no |
---|
| 545 | account is specified, BitlBee will deactivate all active accounts. (Including |
---|
| 546 | accounts awaiting a reconnection) |
---|
| 547 | |
---|
| 548 | The account ID can be a number (see account list), the protocol name or (part |
---|
| 549 | of) the screenname, as long as it matches only one connection. |
---|
| 550 | |
---|
| 551 | account list |
---|
| 552 | |
---|
| 553 | Syntax: |
---|
| 554 | |
---|
| 555 | account list |
---|
| 556 | |
---|
| 557 | This command gives you a list of all the accounts known by BitlBee, including |
---|
| 558 | the numbers you'll need for most account commands. |
---|
| 559 | |
---|
| 560 | add - Add a buddy to your contact list |
---|
| 561 | |
---|
| 562 | Syntax: |
---|
| 563 | |
---|
| 564 | add <connection> <handle> [<nick>] |
---|
| 565 | |
---|
| 566 | Adds the given buddy at the specified connection to your buddy list. The |
---|
| 567 | account ID can be a number (see account list), the protocol name or (part of) |
---|
| 568 | the screenname, as long as it matches only one connection. |
---|
| 569 | |
---|
| 570 | If you want, you can also tell BitlBee what nick to give the new contact. Of |
---|
| 571 | course you can also use the rename command for that, but sometimes this might |
---|
| 572 | be more convenient. |
---|
| 573 | |
---|
| 574 | < ctrlsoft> add 3 gryp@jabber.org grijp |
---|
| 575 | * grijphas joined #bitlbee |
---|
| 576 | |
---|
| 577 | info - Request user information |
---|
| 578 | |
---|
| 579 | Syntax: |
---|
| 580 | |
---|
| 581 | info <connection> <handle> |
---|
| 582 | info <nick> |
---|
| 583 | |
---|
| 584 | Requests IM-network-specific information about the specified user. The amount |
---|
| 585 | of information you'll get differs per protocol. For some protocols (ATM Yahoo! |
---|
| 586 | and MSN) it'll give you an URL which you can visit with a normal web browser to |
---|
| 587 | get the information. |
---|
| 588 | |
---|
| 589 | < ctrlsoft> info 0 72696705 |
---|
| 590 | < root> User info - UIN: 72696705 Nick: Lintux First/Last name: Wilmer van der Gaast E-mail: lintux@lintux.cx |
---|
| 591 | |
---|
| 592 | remove - Remove a buddy from your contact list |
---|
| 593 | |
---|
| 594 | Syntax: |
---|
| 595 | |
---|
| 596 | remove <nick> |
---|
| 597 | |
---|
| 598 | Removes the specified nick from your buddy list. |
---|
| 599 | |
---|
| 600 | < ctrlsoft> remove gryp |
---|
| 601 | * gryphas quit [Leaving...] |
---|
| 602 | |
---|
| 603 | block - Block someone |
---|
| 604 | |
---|
| 605 | Syntax: |
---|
| 606 | |
---|
| 607 | block <nick> |
---|
| 608 | block <connection> <handle> |
---|
| 609 | |
---|
| 610 | Puts the specified user on your ignore list. Either specify the user's nick |
---|
| 611 | when you have him/her in your contact list or a connection number and a user |
---|
| 612 | handle. |
---|
| 613 | |
---|
| 614 | allow - Unblock someone |
---|
| 615 | |
---|
| 616 | Syntax: |
---|
| 617 | |
---|
| 618 | allow <nick> |
---|
| 619 | allow <connection> <handle> |
---|
| 620 | |
---|
| 621 | Reverse of block. Unignores the specified user or user handle on specified |
---|
| 622 | connection. |
---|
| 623 | |
---|
| 624 | set - Miscellaneous settings |
---|
| 625 | |
---|
| 626 | Syntax: |
---|
| 627 | |
---|
| 628 | set [<variable> [<value>]] |
---|
| 629 | |
---|
| 630 | Without any arguments, this command lists all the set variables. You can also |
---|
| 631 | specify a single argument, a variable name, to get that variable's value. To |
---|
| 632 | change this value, specify the new value as the second argument. |
---|
| 633 | |
---|
| 634 | To get more help information about a setting, try: |
---|
| 635 | |
---|
| 636 | < ctrlsoft> help set private |
---|
| 637 | |
---|
| 638 | help - BitlBee help system |
---|
| 639 | |
---|
| 640 | Syntax: |
---|
| 641 | |
---|
| 642 | help [subject] |
---|
| 643 | |
---|
| 644 | This command gives you the help information you're reading right now. If you |
---|
| 645 | don't give any arguments, it'll give a short help index. |
---|
| 646 | |
---|
| 647 | save - Save your account data |
---|
| 648 | |
---|
| 649 | Syntax: |
---|
| 650 | |
---|
| 651 | save |
---|
| 652 | |
---|
| 653 | This command saves all your nicks and accounts immediately. Handy if you have |
---|
| 654 | the autosave functionality disabled, or if you don't trust the program's |
---|
| 655 | stability... ;-) |
---|
| 656 | |
---|
| 657 | charset |
---|
| 658 | |
---|
| 659 | Type: string |
---|
| 660 | |
---|
| 661 | The charset setting enables you to use different character sets in BitlBee. |
---|
| 662 | These get converted to UTF-8 before sending and from UTF-8 when receiving. |
---|
| 663 | |
---|
| 664 | If you don't know what's the best value for this, at least iso8859-1 is the |
---|
| 665 | best choice for most Western countries. You can try to find what works best for |
---|
| 666 | you on http://czyborra.com/charsets/iso8859.html |
---|
| 667 | |
---|
| 668 | private |
---|
| 669 | |
---|
| 670 | Type: boolean |
---|
| 671 | |
---|
| 672 | If value is true, messages from users will appear in separate query windows. If |
---|
| 673 | false, messages from users will appear in the control channel. |
---|
| 674 | |
---|
| 675 | This setting is remembered (during one session) per-user, this setting only |
---|
| 676 | changes the default state. This option takes effect as soon as you reconnect. |
---|
| 677 | |
---|
| 678 | save_on_quit |
---|
| 679 | |
---|
| 680 | Type: boolean |
---|
| 681 | |
---|
| 682 | If enabled causes BitlBee to save all current settings and account details when |
---|
| 683 | user disconnects. This is enabled by default, and these days there's not really |
---|
| 684 | a reason to have it disabled anymore. |
---|
| 685 | |
---|
| 686 | html |
---|
| 687 | |
---|
| 688 | Type: string |
---|
| 689 | |
---|
| 690 | Determines what BitlBee should do with HTML in messages. If set to nostrip, |
---|
| 691 | HTML in messages will not be touched. If set to strip, all HTML will be |
---|
| 692 | stripped from messages. Unfortunately this sometimes strips too much. |
---|
| 693 | |
---|
| 694 | debug |
---|
| 695 | |
---|
| 696 | Type: boolean |
---|
| 697 | |
---|
| 698 | Some debugging messages can be sent to the control channel if you wish. They're |
---|
| 699 | probably not really useful for you, unless you're doing some development on |
---|
| 700 | BitlBee. |
---|
| 701 | |
---|
| 702 | to_char |
---|
| 703 | |
---|
| 704 | Type: string |
---|
| 705 | |
---|
| 706 | It's customary that messages meant for one specific person on an IRC channel |
---|
| 707 | are prepended by his/her alias followed by a colon ':'. BitlBee does this by |
---|
| 708 | default. If you prefer a different character, you can set it using set to_char. |
---|
| 709 | |
---|
| 710 | Please note that this setting is only used for incoming messages. For outgoing |
---|
| 711 | messages you can use ':' (colon) or ',' to separate the destination nick from |
---|
| 712 | the message, and this is not configurable. |
---|
| 713 | |
---|
| 714 | typing_notice |
---|
| 715 | |
---|
| 716 | Type: boolean |
---|
| 717 | |
---|
| 718 | Sends you a /notice when a user starts typing a message (if the protocol |
---|
| 719 | supports it, MSN for example). This is a bug, not a feature. (But please don't |
---|
| 720 | report it.. ;-) You don't want to use it. Really. In fact the |
---|
| 721 | typing-notification is just one of the least useful 'innovations' ever. It's |
---|
| 722 | just there because some guy will probably ask me about it anyway. ;-) |
---|
| 723 | |
---|
| 724 | ops |
---|
| 725 | |
---|
| 726 | Type: string |
---|
| 727 | |
---|
| 728 | Some people prefer themself and root to have operator status in #bitlbee, other |
---|
| 729 | people don't. You can change these states using this setting. |
---|
| 730 | |
---|
| 731 | The value "both" means both user and root get ops. "root" means, well, just |
---|
| 732 | root. "user" means just the user. "none" means nobody will get operator status. |
---|
| 733 | |
---|
| 734 | away_devoice |
---|
| 735 | |
---|
| 736 | Type: boolean |
---|
| 737 | |
---|
| 738 | With this option enabled, the root user devoices people when they go away (just |
---|
| 739 | away, not offline) and gives the voice back when they come back. You might |
---|
| 740 | dislike the voice-floods you'll get if your contact list is huge, so this |
---|
| 741 | option can be disabled. |
---|
| 742 | |
---|
| 743 | handle_unknown |
---|
| 744 | |
---|
| 745 | Type: string |
---|
| 746 | |
---|
| 747 | Messages from unknown users are echoed like this by default: |
---|
| 748 | |
---|
| 749 | If you want this lame user to be added automatically, you can set this setting |
---|
| 750 | to "add". If you prefer to ignore messages from people you don't know, you can |
---|
| 751 | set this one to "ignore". "add_private" and "add_channel" are like add, but you |
---|
| 752 | can use them to make messages from unknown buddies appear in the channel |
---|
| 753 | instead of a query window. |
---|
| 754 | |
---|
| 755 | auto_connect |
---|
| 756 | |
---|
| 757 | Type: boolean |
---|
| 758 | |
---|
| 759 | With this option enabled, when you identify BitlBee will automatically connect |
---|
| 760 | to your accounts, with this disabled it will not do this. |
---|
| 761 | |
---|
| 762 | auto_reconnect |
---|
| 763 | |
---|
| 764 | Type: boolean |
---|
| 765 | |
---|
| 766 | If an IM-connections breaks, you're supposed to bring it back up yourself. |
---|
| 767 | Having BitlBee do this automatically might not always be a good idea, for |
---|
| 768 | several reasons. If you want the connections to be restored automatically, you |
---|
| 769 | can enable this setting. |
---|
| 770 | |
---|
| 771 | See also the auto_reconnect_delay setting. |
---|
| 772 | |
---|
| 773 | auto_reconnect_delay |
---|
| 774 | |
---|
| 775 | Type: integer |
---|
| 776 | |
---|
| 777 | Tell BitlBee after how many seconds it should attempt to bring an IM-connection |
---|
| 778 | back up after a crash. It's not a good idea to set this value very low, it will |
---|
| 779 | cause too much useless traffic when an IM-server is down for a few hours. |
---|
| 780 | |
---|
| 781 | See also the auto_reconnect setting. |
---|
| 782 | |
---|
| 783 | buddy_sendbuffer |
---|
| 784 | |
---|
| 785 | Type: boolean |
---|
| 786 | |
---|
| 787 | By default, when you send a message to someone, BitlBee forwards this message |
---|
| 788 | to the user immediately. When you paste a large number of lines, the lines will |
---|
| 789 | be sent in separate messages, which might not be very nice to read. If you |
---|
| 790 | enable this setting, BitlBee will buffer your messages and wait for more data. |
---|
| 791 | |
---|
| 792 | Using the buddy_sendbuffer_delay setting you can specify the number of seconds |
---|
| 793 | BitlBee should wait for more data before the complete message is sent. |
---|
| 794 | |
---|
| 795 | Please note that if you remove a buddy from your list (or if the connection to |
---|
| 796 | that user drops) and there's still data in the buffer, this data will be lost. |
---|
| 797 | BitlBee will not try to send the message to the user in those cases. |
---|
| 798 | |
---|
| 799 | buddy_sendbuffer_delay |
---|
| 800 | |
---|
| 801 | Type: integer |
---|
| 802 | |
---|
| 803 | Tell BitlBee after how many seconds a buffered message should be sent. |
---|
| 804 | |
---|
| 805 | See also the buddy_sendbuffer setting. |
---|
| 806 | |
---|
| 807 | default_target |
---|
| 808 | |
---|
| 809 | Type: string |
---|
| 810 | |
---|
| 811 | With this value set to root, lines written in the control channel without any |
---|
| 812 | nickname in front of them will be interpreted as commands. If you want BitlBee |
---|
| 813 | to send those lines to the last person you addressed in the control channel, |
---|
| 814 | set this to last. |
---|
| 815 | |
---|
| 816 | display_namechanges |
---|
| 817 | |
---|
| 818 | Type: boolean |
---|
| 819 | |
---|
| 820 | password |
---|
| 821 | |
---|
| 822 | Type: string |
---|
| 823 | |
---|
| 824 | Use this setting to change your "NickServ" password. |
---|
| 825 | |
---|
| 826 | query_order |
---|
| 827 | |
---|
| 828 | Type: string |
---|
| 829 | |
---|
| 830 | This changes the order in which the questions from root (usually authorization |
---|
| 831 | requests from buddies) should be answered. When set to lifo, BitlBee |
---|
| 832 | immediately displays all new questions and they should be answered in reverse |
---|
| 833 | order. When this is set to fifo, BitlBee displays the first question which |
---|
| 834 | comes in and caches all the others until you answer the first one. |
---|
| 835 | |
---|
| 836 | Although the fifo setting might sound more logical (and used to be the default |
---|
| 837 | behaviour in older BitlBee versions), it turned out not to be very convenient |
---|
| 838 | for many users when they missed the first question (and never received the next |
---|
| 839 | ones). |
---|
| 840 | |
---|
| 841 | lcnicks |
---|
| 842 | |
---|
| 843 | Type: boolean |
---|
| 844 | |
---|
| 845 | Hereby you can change whether you want all lower case nick names or leave the |
---|
| 846 | case as it intended by your peer. |
---|
| 847 | |
---|
| 848 | rename - Rename (renick) a buddy |
---|
| 849 | |
---|
| 850 | Syntax: |
---|
| 851 | |
---|
| 852 | rename <oldnick> <newnick> |
---|
| 853 | |
---|
| 854 | Renick a user in your buddy list. Very useful, in fact just very important, if |
---|
| 855 | you got a lot of people with stupid account names (or hard ICQ numbers). |
---|
| 856 | |
---|
| 857 | < itsme> rename itsme_ you |
---|
| 858 | * itsme_is now known as you |
---|
| 859 | |
---|
| 860 | yes - Accept a request |
---|
| 861 | |
---|
| 862 | Syntax: |
---|
| 863 | |
---|
| 864 | yes [<number>] |
---|
| 865 | |
---|
| 866 | Sometimes an IM-module might want to ask you a question. (Accept this user as |
---|
| 867 | your buddy or not?) To accept a question, use the yes command. |
---|
| 868 | |
---|
| 869 | By default, this answers the first unanswered question. You can also specify a |
---|
| 870 | different question as an argument. You can use the qlist command for a list of |
---|
| 871 | questions. |
---|
| 872 | |
---|
| 873 | no - Deny a request |
---|
| 874 | |
---|
| 875 | Syntax: |
---|
| 876 | |
---|
| 877 | no [<number>] |
---|
| 878 | |
---|
| 879 | Sometimes an IM-module might want to ask you a question. (Accept this user as |
---|
| 880 | your buddy or not?) To reject a question, use the no command. |
---|
| 881 | |
---|
| 882 | By default, this answers the first unanswered question. You can also specify a |
---|
| 883 | different question as an argument. You can use the qlist command for a list of |
---|
| 884 | questions. |
---|
| 885 | |
---|
| 886 | qlist - List all the unanswered questions root asked |
---|
| 887 | |
---|
| 888 | Syntax: |
---|
| 889 | |
---|
| 890 | qlist |
---|
| 891 | |
---|
| 892 | This gives you a list of all the unanswered questions from root. |
---|
| 893 | |
---|
| 894 | register - Register yourself |
---|
| 895 | |
---|
| 896 | Syntax: |
---|
| 897 | |
---|
| 898 | register <password> |
---|
| 899 | |
---|
| 900 | BitlBee can save your settings so you won't have to enter all your IM passwords |
---|
| 901 | every time you log in. If you want the Bee to save your settings, use the |
---|
| 902 | register command. |
---|
| 903 | |
---|
| 904 | Please do pick a secure password, don't just use your nick as your password. |
---|
| 905 | Please note that IRC is not an encrypted protocol, so the passwords still go |
---|
| 906 | over the network in plaintext. Evil people with evil sniffers will read it all. |
---|
| 907 | (So don't use your root password.. ;-) |
---|
| 908 | |
---|
| 909 | To identify yourself in later sessions, you can use the identify command. |
---|
| 910 | |
---|
| 911 | identify - Identify yourself with your password |
---|
| 912 | |
---|
| 913 | Syntax: |
---|
| 914 | |
---|
| 915 | identify <password> |
---|
| 916 | |
---|
| 917 | BitlBee saves all your settings (contacts, accounts, passwords) on-server. To |
---|
| 918 | prevent other users from just logging in as you and getting this information, |
---|
| 919 | you'll have to identify yourself with your password. You can register this |
---|
| 920 | password using the register command. |
---|
| 921 | |
---|
| 922 | Once you're registered, you can change your password using set password |
---|
| 923 | <password>. |
---|
| 924 | |
---|
| 925 | drop - Drop your account |
---|
| 926 | |
---|
| 927 | Syntax: |
---|
| 928 | |
---|
| 929 | drop <password> |
---|
| 930 | |
---|
| 931 | Drop your BitlBee registration. Your account files will be removed and your |
---|
| 932 | password will be forgotten. For obvious security reasons, you have to specify |
---|
| 933 | your NickServ password to make this command work. |
---|
| 934 | |
---|
| 935 | blist - List all the buddies in your contact list |
---|
| 936 | |
---|
| 937 | Syntax: |
---|
| 938 | |
---|
| 939 | blist [all|online|offline|away] |
---|
| 940 | |
---|
| 941 | You can get a better readable buddy list using the blist command. If you want a |
---|
| 942 | complete list (including the offline users) you can use the all argument. |
---|
| 943 | |
---|
| 944 | nick - Change friendly name, nick |
---|
| 945 | |
---|
| 946 | Syntax: |
---|
| 947 | |
---|
| 948 | nick <connection> [<new nick>] |
---|
| 949 | nick |
---|
| 950 | |
---|
| 951 | This command allows to set the friendly name of an im account. If no new name |
---|
| 952 | is specified the command will report the current name. When the name contains |
---|
| 953 | spaces, don't forget to quote the whole nick in double quotes. Currently this |
---|
| 954 | command is only supported by the MSN protocol. |
---|
| 955 | |
---|
| 956 | < wouter> nick 1 "Wouter Paesen" |
---|
| 957 | < root> Setting your name on connection 1 to `Wouter Paesen' |
---|
| 958 | |
---|
| 959 | import_buddies - Copy local buddy list to server (normally only needed when |
---|
| 960 | upgrading) |
---|
| 961 | |
---|
| 962 | Syntax: |
---|
| 963 | |
---|
| 964 | import_buddies <connection> [clear] |
---|
| 965 | |
---|
| 966 | This command copies the locally stored buddy list to the server. This command |
---|
| 967 | exists for upgrading purposes. Previous versions of BitlBee didn't support |
---|
| 968 | server-side buddy lists for ICQ, so the list was stored locally. |
---|
| 969 | |
---|
| 970 | Since version 0.91 however, server-side contact lists are supported for all |
---|
| 971 | protocols, so the local list is now ignored. When upgrading from an older |
---|
| 972 | BitlBee to version 0.91, you might need this command to get your buddy list |
---|
| 973 | back. |
---|
| 974 | |
---|
| 975 | The only argument this command needs is your ICQ account identification. If |
---|
| 976 | your serverside buddy list contains some old buddies you don't want anymore, |
---|
| 977 | you can pass clear as a second argument. |
---|
| 978 | |
---|
| 979 | After giving this command, you have to wait for a while before all the adds are |
---|
| 980 | handled, because of ICQ's rate limiting. If your buddy list is very large and |
---|
| 981 | the ICQ server starts complaining, you might have to reconnect and enter this |
---|
| 982 | command again. |
---|
| 983 | |
---|
| 984 | Chapter 6. Misc Stuff |
---|
| 985 | |
---|
| 986 | Table of Contents |
---|
| 987 | |
---|
| 988 | Smileys |
---|
| 989 | Groupchats |
---|
| 990 | Creating groupchats |
---|
| 991 | Groupchat channel names |
---|
| 992 | Away states |
---|
| 993 | |
---|
| 994 | Smileys |
---|
| 995 | |
---|
| 996 | All MSN smileys (except one) are case insensitive and work without the nose |
---|
| 997 | too. |
---|
| 998 | |
---|
| 999 | (Y) |
---|
| 1000 | |
---|
| 1001 | Thumbs up |
---|
| 1002 | |
---|
| 1003 | (N) |
---|
| 1004 | |
---|
| 1005 | Thumbs down |
---|
| 1006 | |
---|
| 1007 | (B) |
---|
| 1008 | |
---|
| 1009 | Beer mug |
---|
| 1010 | |
---|
| 1011 | (D) |
---|
| 1012 | |
---|
| 1013 | Martini glass |
---|
| 1014 | |
---|
| 1015 | (X) |
---|
| 1016 | |
---|
| 1017 | Girl |
---|
| 1018 | |
---|
| 1019 | (Z) |
---|
| 1020 | |
---|
| 1021 | Boy |
---|
| 1022 | |
---|
| 1023 | (6) |
---|
| 1024 | |
---|
| 1025 | Devil smiley |
---|
| 1026 | |
---|
| 1027 | :-[ |
---|
| 1028 | |
---|
| 1029 | Vampire bat |
---|
| 1030 | |
---|
| 1031 | (}) |
---|
| 1032 | |
---|
| 1033 | Right hug |
---|
| 1034 | |
---|
| 1035 | ({) |
---|
| 1036 | |
---|
| 1037 | Left hug |
---|
| 1038 | |
---|
| 1039 | (M) |
---|
| 1040 | |
---|
| 1041 | MSN Messenger or Windows Messenger icon (think a BitlBee logo here ;) |
---|
| 1042 | |
---|
| 1043 | :-S |
---|
| 1044 | |
---|
| 1045 | Crooked smiley (Confused smiley) |
---|
| 1046 | |
---|
| 1047 | :-$ |
---|
| 1048 | |
---|
| 1049 | Embarrassed smiley |
---|
| 1050 | |
---|
| 1051 | (H) |
---|
| 1052 | |
---|
| 1053 | Smiley with sunglasses |
---|
| 1054 | |
---|
| 1055 | :-@ |
---|
| 1056 | |
---|
| 1057 | Angry smiley |
---|
| 1058 | |
---|
| 1059 | (A) |
---|
| 1060 | |
---|
| 1061 | Angel smiley |
---|
| 1062 | |
---|
| 1063 | (L) |
---|
| 1064 | |
---|
| 1065 | Red heart (Love) |
---|
| 1066 | |
---|
| 1067 | (U) |
---|
| 1068 | |
---|
| 1069 | Broken heart |
---|
| 1070 | |
---|
| 1071 | (K) |
---|
| 1072 | |
---|
| 1073 | Red lips (Kiss) |
---|
| 1074 | |
---|
| 1075 | (G) |
---|
| 1076 | |
---|
| 1077 | Gift with bow |
---|
| 1078 | |
---|
| 1079 | (F) |
---|
| 1080 | |
---|
| 1081 | Red rose |
---|
| 1082 | |
---|
| 1083 | (W) |
---|
| 1084 | |
---|
| 1085 | Wilted rose |
---|
| 1086 | |
---|
| 1087 | (P) |
---|
| 1088 | |
---|
| 1089 | Camera |
---|
| 1090 | |
---|
| 1091 | (~) |
---|
| 1092 | |
---|
| 1093 | Film strip |
---|
| 1094 | |
---|
| 1095 | (T) |
---|
| 1096 | |
---|
| 1097 | Telephone receiver |
---|
| 1098 | |
---|
| 1099 | (@) |
---|
| 1100 | |
---|
| 1101 | Cat face |
---|
| 1102 | |
---|
| 1103 | (&) |
---|
| 1104 | |
---|
| 1105 | Dog's head |
---|
| 1106 | |
---|
| 1107 | (C) |
---|
| 1108 | |
---|
| 1109 | Coffee cup |
---|
| 1110 | |
---|
| 1111 | (I) |
---|
| 1112 | |
---|
| 1113 | Light bulb |
---|
| 1114 | |
---|
| 1115 | (S) |
---|
| 1116 | |
---|
| 1117 | Half-moon (Case sensitive!) |
---|
| 1118 | |
---|
| 1119 | (*) |
---|
| 1120 | |
---|
| 1121 | Star |
---|
| 1122 | |
---|
| 1123 | (8) |
---|
| 1124 | |
---|
| 1125 | Musical eighth note |
---|
| 1126 | |
---|
| 1127 | (E) |
---|
| 1128 | |
---|
| 1129 | Envelope |
---|
| 1130 | |
---|
| 1131 | (^) |
---|
| 1132 | |
---|
| 1133 | Birthday cake |
---|
| 1134 | |
---|
| 1135 | (O) |
---|
| 1136 | |
---|
| 1137 | Clock |
---|
| 1138 | |
---|
| 1139 | This list was extracted from http://help.msn.com/!data/en_us/data/ |
---|
| 1140 | messengerv50.its51/$content$/EMOTICONS.HTM?H_APP=. |
---|
| 1141 | |
---|
| 1142 | Groupchats |
---|
| 1143 | |
---|
| 1144 | Since version 0.8x, BitlBee supports groupchats on the MSN and Yahoo! networks. |
---|
| 1145 | This text will try to explain you how they work. |
---|
| 1146 | |
---|
| 1147 | As soon as someone invites you into a groupchat, you will be force-joined or |
---|
| 1148 | invited (depending on the protocol) into a new virtual channel with all the |
---|
| 1149 | people in there. You can leave the channel at any time, just like you would |
---|
| 1150 | close the window in regular IM clients. Please note that root-commands don't |
---|
| 1151 | work in groupchat channels, they only work in the control channel (or to root |
---|
| 1152 | directly). |
---|
| 1153 | |
---|
| 1154 | Of course you can also create your own groupchats. Type help groupchats2 to see |
---|
| 1155 | how. |
---|
| 1156 | |
---|
| 1157 | Creating groupchats |
---|
| 1158 | |
---|
| 1159 | If you want to start a groupchat with the person jim_msn in it, just join the |
---|
| 1160 | channel #jim_msn. BitlBee will refuse to join you to the channel with that |
---|
| 1161 | name, but it will create a new virtual channel with root, you and jim_msn in |
---|
| 1162 | it. |
---|
| 1163 | |
---|
| 1164 | Of course a channel with only two people isn't really exciting yet. So the next |
---|
| 1165 | step is to invite some other people to the channel. For this, you can use the / |
---|
| 1166 | invite command of your IRC client. Please do keep in mind that all the people |
---|
| 1167 | have to be on the same network and contact list! You can't invite Yahoo! |
---|
| 1168 | buddies into an MSN groupchat. |
---|
| 1169 | |
---|
| 1170 | This is all you'll probably need to know. If you have any problems, please read |
---|
| 1171 | help groupchats3. |
---|
| 1172 | |
---|
| 1173 | Groupchat channel names |
---|
| 1174 | |
---|
| 1175 | Obviously the (numbered) channel names don't make a lot of sense. Problem is |
---|
| 1176 | that groupchats usually don't have names at all in the IM-world, while IRC |
---|
| 1177 | insists on a name. So BitlBee just generates something random, just don't pay |
---|
| 1178 | attention to it. :-) |
---|
| 1179 | |
---|
| 1180 | Please also note that BitlBee doesn't support groupchats for all protocols yet. |
---|
| 1181 | BitlBee will tell you so. Support for other protocols will hopefully come |
---|
| 1182 | later. |
---|
| 1183 | |
---|
| 1184 | Away states |
---|
| 1185 | |
---|
| 1186 | As you might've expected, you can just use the /away command in your IRC client |
---|
| 1187 | to set an away-state. BitlBee supports most away-states supported by the |
---|
| 1188 | protocols. |
---|
| 1189 | |
---|
| 1190 | Not all away states are supported by all protocols, and some protocols have |
---|
| 1191 | different names for them. BitlBee will try to pick the best available alias |
---|
| 1192 | from this list for every connection: |
---|
| 1193 | |
---|
| 1194 | Away from computer, Away, Extended away |
---|
| 1195 | NA, N/A, Not available |
---|
| 1196 | Busy, Do not disturb, DND, Occupied |
---|
| 1197 | Be right back, BRB |
---|
| 1198 | On the phone, Phone, On phone |
---|
| 1199 | Out to lunch, Lunch, Food |
---|
| 1200 | |
---|
| 1201 | So /away Food will set your state to "Out to lunch" on your MSN connection, and |
---|
| 1202 | for most other connections the default, "Away" or "Away from computer" will be |
---|
| 1203 | chosen. |
---|
| 1204 | |
---|
| 1205 | You can also add more information to your away message. Setting it to "Busy - |
---|
| 1206 | Fixing BitlBee bugs" will set your IM-away-states to Busy, but your away |
---|
| 1207 | message will be more descriptive for people on IRC. Protocols like Yahoo! and |
---|
| 1208 | Jabber will also show this complete away message to your buddies. |
---|
| 1209 | |
---|