Re: Quick Question about "perform"
Schiz0 <[email protected]> Fri, 11 Jan 2008 19:09:50 -0500
| Newsgroups | gmane.network.irc.bopm |
|---|---|
| Message-ID | <[email protected]> |
On Jan 11, 2008 7:06 PM, Erik Fears <[email protected]> wrote: > > > 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 > Thanks a lot for the awesomely quick reply :D