Re: [dev] Ideas for using sic

2014-10-01 Thread Eric Pruitt
On Wed, Oct 01, 2014 at 02:30:56PM -0700, Evan Gates wrote: > Yes it does, but it's a horrible piece of code that desperately needs > to be rewritten from the ground up along with pcw[0] and cw (in the > pcw project). I haven't touched them in a long time because they work > well enough for me when

Re: [dev] Ideas for using sic

2014-10-01 Thread Eric Pruitt
On Wed, Oct 01, 2014 at 06:57:57PM +0200, q...@c9x.me wrote: > how does rlwrap deal with random text that gets inserted by sic > when some data arrives on the channel? This was my main problem > with sic, to prevent that and enable multichannel I have written > http://c9x.me/irc/. I was originall

Re: [dev] Ideas for using sic

2014-10-01 Thread Evan Gates
Hello, On Wed, Oct 1, 2014 at 2:18 PM, Dmitrij D. Czarkoff wrote: > random...@fastmail.us said: >> It occurs to me that a "line input" program (that would work along the >> lines of a mud client, with a separate editable input line from where >> output goes, and maybe managing scrollback) would b

Re: [dev] Ideas for using sic

2014-10-01 Thread Dmitrij D. Czarkoff
random...@fastmail.us said: > It occurs to me that a "line input" program (that would work along the > lines of a mud client, with a separate editable input line from where > output goes, and maybe managing scrollback) would be a good candidate > for a "do one thing" utility. srw[1] apparently doe

Re: [dev] Ideas for using sic

2014-10-01 Thread random832
On Wed, Oct 1, 2014, at 12:57, q...@c9x.me wrote: > On Mon, Sep 29, 2014 at 09:55:07PM -0700, Eric Pruitt wrote: > > rlwrap ./sic -h "$IRC_HOST" | tee -a irc-logs | grcat sic.grcat > > Hi, > > how does rlwrap deal with random text that gets inserted by sic > when some data arrives on the chan

[dev] Re: [sic] [PATCH] Treat non-option arguments as commands

2014-10-01 Thread Truls Becken
On 2014-10-01, at 01:05, Eric Pruitt wrote: > I think that still has the same problem mentioned in my other email: the > remote server may not accept commands until the initial handshake is > finished. Sure, but solving that is independent of how you give sic the commands to send. -Truls

Re: [dev] Ideas for using sic

2014-10-01 Thread q
On Mon, Sep 29, 2014 at 09:55:07PM -0700, Eric Pruitt wrote: > rlwrap ./sic -h "$IRC_HOST" | tee -a irc-logs | grcat sic.grcat Hi, how does rlwrap deal with random text that gets inserted by sic when some data arrives on the channel? This was my main problem with sic, to prevent that and ena