Re: Quick Question about "perform"

Erik Fears <[email protected]> Fri, 11 Jan 2008 16:06:00 -0800
Newsgroups gmane.network.irc.bopm
Message-ID <[email protected]>
> Hey everyone,
> 
> I have a question about the "perform" setting. The documentation says:
> "Text to send on connection, these can be stacked and will be sent in
> this order"
> 
> What exactly does it mean by "stacked"? I just need to send an extra
> command to the server on connection and I'm not sure how exactly to do
> it.
> 
> Is the proper way something like:
> perform = "PROTOCTL HCN;LOGIN username password";
> 
> Or is it something like this:
> perform = "PROTOCTL HCN";
> perform = "LOGIN username password";

More like this ^^.

> 
> Thanks for your help.
> ~Schiz0
>

-erik