<?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/15114" />

	<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>2007-12-11T14:25:40-04:00</updated>

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

		<entry>
		<author><name><![CDATA[gemeau50]]></name></author>
		<updated>2007-12-11T14:25:40-04:00</updated>

		<published>2007-12-11T14:25:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79243#p79243</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79243#p79243"/>
		<title type="html"><![CDATA[Sending command to Undernet server after joining channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79243#p79243"><![CDATA[
Exactly what I did and it works like a charm.<br><br>Zircon thank you very much<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5048">gemeau50</a> — Tue Dec 11, 2007 2:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Zircon]]></name></author>
		<updated>2007-12-11T13:24:11-04:00</updated>

		<published>2007-12-11T13:24:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79237#p79237</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79237#p79237"/>
		<title type="html"><![CDATA[Sending command to Undernet server after joining channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79237#p79237"><![CDATA[
Hi there<br><br>    In the .conf file, there is a proc called init-server. It s is a Tcl script that run immediately after connecting to a server. So instead of adding that line to ip_hide.tcl, add it to init-server.<br><div class="codebox"><p>Code: </p><pre><code>bind evnt - init-server evnt:init_serverproc evnt:init_server {type} {  global botnick  putserv "PRIVMSG x@channels.undernet.org :login username passwd"  putserv "MODE $botnick +ix-ws"}</code></pre></div>I think that you have to add this line <div class="codebox"><p>Code: </p><pre><code>putserv "*!*@*,~*!cservice@undernet.org,~*!*@*.users.undernet.org"</code></pre></div>This line put Silence on everyone except X and all registred users with +x mode.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8115">Zircon</a> — Tue Dec 11, 2007 1:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gemeau50]]></name></author>
		<updated>2007-12-11T12:27:29-04:00</updated>

		<published>2007-12-11T12:27:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79236#p79236</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79236#p79236"/>
		<title type="html"><![CDATA[Sending command to Undernet server after joining channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79236#p79236"><![CDATA[
Eggdrop v1.6.18<br>TCL ip_hide.tcl to trigger mode +x which modify the eggdrop address before joining a channel.<br><br>I added the following command to the above TCL<br>putserv "silence *,~*!*@*.undernet.org"<br>This command makes the eggdrop deaf to X messages before the eggdrop gets confirmation that the address has been changed. The impact is that the eggdrop doesn't join our channel.<br><br>TCL is not my cup of tea. I would appreciate if someone could create a TCL which would send that command after the eggdrop joins a particular channel.<br><br>Tx in advance<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5048">gemeau50</a> — Tue Dec 11, 2007 12:27 pm</p><hr />
]]></content>
	</entry>
	</feed>
