Re: [dev] how does one send a password to a server with sic

2009-09-01 Thread Jimmy Tang
Hi Anselm, On Tue, Sep 01, 2009 at 10:18:47AM +0100, Anselm R Garbe wrote: > Hi Jimmy, > > 2009/9/1 Jimmy Tang : > > I've been trying to find out how to send a password to an irc server > > with sic and I've gotten no where. does anyone have any suggestions? > > usage: sic [-h host] [-p port] [-

Re: [dev] how does one send a password to a server with sic

2009-09-01 Thread Anselm R Garbe
Hi Jimmy, 2009/9/1 Jimmy Tang : > I've been trying to find out how to send a password to an irc server > with sic and I've gotten no where. does anyone have any suggestions? usage: sic [-h host] [-p port] [-n nick] [-k keyword] [-v] So -k yourpass should do the trick. Kind regards, Anselm

Re: [dev] how does one send a password to a server with sic

2009-09-01 Thread Jimmy Tang
On Tue, Sep 01, 2009 at 10:04:03AM +0200, Sebastian A. Liem wrote: > I'm guessing they use nickserv. If so you need to message your > password to nickserv. > > More info: > http://www.technerd.net/nickserv.html > > Run this: > :m nickserv identify > > -- Sebastian > it's actually a psyc serve

Re: [dev] how does one send a password to a server with sic

2009-09-01 Thread Sebastian A. Liem
I'm guessing they use nickserv. If so you need to message your password to nickserv. More info: http://www.technerd.net/nickserv.html Run this: :m nickserv identify -- Sebastian

[dev] how does one send a password to a server with sic

2009-09-01 Thread Jimmy Tang
Hi All, I've been trying to find out how to send a password to an irc server with sic and I've gotten no where. does anyone have any suggestions? The server that I want to log in to requires a password to be entered for my nick before it allows me to join any channels thanks in advance if anyone