On Sun, Apr 18, 2004 at 07:37:36AM -0400, [EMAIL PROTECTED] wrote:
> 
> In your code snippet, despite what you print out, you're not actually
> changing $heap->{nick}, so you're reconnecting with the same name as
> before...
> 
> Nick.
> 

Doh. Mea Culpa. Transcription error. It's actually correct in the current code 
(that was from a stored version.)

It actually reads:

$self->{KERNEL}->post(
                $server,
                'connect',{
                Nick     => "nick",
                Server   => $server,
                Username => $heap->{"username"},
                Ircname  => $heap->{"realname"},}
                );


Thanks for pointing that out to me. 

-- 
Why would burglars need to look for a backdoor when they can climb in 
through Windows?" --Norman L DeForest in NANAE

Reply via email to