<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/10688" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2005-10-22T21:10:19-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/10688</id>

		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-10-22T21:10:19-04:00</updated>

		<published>2005-10-22T21:10:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56764#p56764</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56764#p56764"/>
		<title type="html"><![CDATA[egg+psybnc - different nicks on different networks - how]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56764#p56764"><![CDATA[
well, when the nickchange is being initialized is a psybnc thing. the bot will send it right after login to IRC (meaning as soon the BNC send the cached welcome, MOTD, etc.). As you can figure it triggers only when the bot connects to the bnc and not when the bnc actually connects to IRC.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Sat Oct 22, 2005 9:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[eggdropout]]></name></author>
		<updated>2005-10-22T13:47:37-04:00</updated>

		<published>2005-10-22T13:47:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56757#p56757</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56757#p56757"/>
		<title type="html"><![CDATA[egg+psybnc - different nicks on different networks - how]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56757#p56757"><![CDATA[
That's what I got in my .ini file:<br><div class="codebox"><p>Code: </p><pre><code># This is a Tcl script to be run immediately after connecting to a server.bind evnt - init-server evnt:init_serverproc evnt:init_server {type} {  global botnick  putquick "MODE $botnick +ih-ws"}</code></pre></div>Now, I tried this:<br><div class="codebox"><p>Code: </p><pre><code>putquick "NICK prefix'newbotnick"</code></pre></div>The bot did change nick, but not immediately, like two seconds after it joined channel on that network. Also I had to do bquit and bconnect to make it execute the init script  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":?" title="Confused"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6866">eggdropout</a> — Sat Oct 22, 2005 1:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-10-22T07:42:16-04:00</updated>

		<published>2005-10-22T07:42:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56748#p56748</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56748#p56748"/>
		<title type="html"><![CDATA[egg+psybnc - different nicks on different networks - how]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56748#p56748"><![CDATA[
the thing you are looking for is called "init-server" and is within the .conf file. However you will need to now basics about the IRC protocol to use it right.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Sat Oct 22, 2005 7:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[eggdropout]]></name></author>
		<updated>2005-10-22T00:51:27-04:00</updated>

		<published>2005-10-22T00:51:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56744#p56744</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56744#p56744"/>
		<title type="html"><![CDATA[egg+psybnc - different nicks on different networks - how]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56744#p56744"><![CDATA[
I am using egdrop 1.6.17 + latest version of psybnc (eggdrop connect to psybnc locally). Now I know psybnc supports different nicks on different networks, and nicks can be changed by typing /nick networkprefix'newnick to change nick on specified network. <br><br>Ok, but how to make the eggdrop issue this command? I tried .nick through telnet but it seems to change my handle and not bot's nick. In eggdrop.conf there's only one option for nickname, so i guess ill have to make the bot automatically change nicks and not allow him to force default nick on all networks (because mIRC seems to be doing this - on reconnect it changes all nicks to default nick so one has to change nicks on every restart of mIRC).<br><br>Or maybe force the psybnc to use a certain nick for a certain network and not listen to eggdrop, but how?<br><br>Hope someone will be able to help.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6866">eggdropout</a> — Sat Oct 22, 2005 12:51 am</p><hr />
]]></content>
	</entry>
	</feed>
