On 2/12/07, Matthias Diener <dwm_AT_macarony.de> wrote:
> Hi Michael, Hi all,
> Bitlbee uses "&bitlbee" for the main channel. I don't know if the current
> version of sic supports another channel prefix than '#'..
yes, it is.
> I did a porting or call it specialisation of sic, because I wanted to
> use it with bitlbee. I added some features for simple usage on the
> bitlbee server and the client will do an automatic logon to "&bitlbee"
> control channel.
> You can find this sic variant "sim" on http://macarony.de
> I try to keep sim adjusted to the sic "hg tip" but I'm on a trip at the
> Moment, so the last adjustment on sic sources is version "0.7".
> sim is no patchset of sic, so you can use it on it's own.
>
A simple script like this is enough:
#!/bin/sh
server=im.bitlbee.org
mkfifo $server
echo ":s &bitlbee" > $server &
echo ":m &bitlbee identify <your_id>" >$server &
cat - > $server | sic -h $server < $server
rm $server
best regards
Received on Mon Feb 12 2007 - 16:18:55 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:36:45 UTC