First mail and a question/problem.

"Javier Gonel" <[email protected]> Mon, 27 Nov 2006 22:23:06 +0100
Newsgroups gmane.network.irc.irssi.devel
Message-ID <[email protected]>
------=_Part_67342_162966.1164662586318
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hello.

This is my first message in the list, so I'll introduce myself: My name is
Javier, and my nickname graffic :) I'm from Spain and these days I'm
investigating some strange behaviour with irssi.

And with the first message.... a strange line of code found:
File: irc/core/irc-servers-setup.c
Function: sig_server_setup_fill_chatnet
Code:
if (ircnet->nick != NULL) g_free_and_null(conn->alternate_nick);

With this line, when I connect for the first time to the servers, I don't
have an alternate nickname. then irssi tries to build a new nickname (in a
wrong way, but that's a topic for another mail).

What's the use of that line?

Thanks :)

------=_Part_67342_162966.1164662586318
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hello.<br><br>This is my first message in the list, so I'll introduce myself: My name is Javier, and my nickname graffic :) I'm from Spain and these days I'm investigating some strange behaviour with irssi.<br><br>And with the first message.... a strange line of code found:
<br>File: irc/core/irc-servers-setup.c<br>Function: sig_server_setup_fill_chatnet<br>Code: <br>if (ircnet-&gt;nick != NULL) g_free_and_null(conn-&gt;alternate_nick);<br><br>With this line, when I connect for the first time to the servers, I don't have an alternate nickname. then irssi tries to build a new nickname (in a wrong way, but that's a topic for another mail).
<br><br>What's the use of that line?<br><br>Thanks :)<br>

------=_Part_67342_162966.1164662586318--