diff options
| -rw-r--r-- | skype/README | 21 | 
1 files changed, 11 insertions, 10 deletions
diff --git a/skype/README b/skype/README index ab6ad861..e49963d5 100644 --- a/skype/README +++ b/skype/README @@ -65,13 +65,14 @@ make install install-dev  - Get the plugin code:  ---- -git clone http://ftp.frugalware.org/pub/other/people/vmiklos/bitlbee-skype/.git -git checkout `git tag -l|tail -n 1` +git clone git://git.frugalware.org/pub/other/people/vmiklos/bitlbee-skype  ----  (Or you can use the tarballs below, see the Changelog about what  features/bugfixes will you miss in this case). +- Apply a not yet merged patch: http://frugalware.org/~vmiklos/patches/bitlbee-topic-write.patch[download] +  - Compile and install it:  ---- @@ -187,14 +188,6 @@ your VNC server regularly. (How ugly.)  - Detect when somebody wants to transfer a file -- Topic changes: - -  * Show the current topic (if any) on join - -  * Notice when someone changes the topic - -  * Support changing the topic using `/topic` -  - Group chat support:    * Detect if we're invited @@ -207,6 +200,14 @@ your VNC server regularly. (How ugly.)    * Starting a group chat (using `/j #nick`) +- Topic changes in group chats: + +  * Show the current topic (if any) on join + +  * Notice when someone changes the topic + +  * Support changing the topic using `/topic` +  == What needs to be done (aka. TODO)  - Add a question callback for calls.  | 
