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

	<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>2009-12-22T03:52:54-04:00</updated>

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

		<entry>
		<author><name><![CDATA[blake]]></name></author>
		<updated>2009-12-22T03:52:54-04:00</updated>

		<published>2009-12-22T03:52:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91415#p91415</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91415#p91415"/>
		<title type="html"><![CDATA[small mod wanted]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91415#p91415"><![CDATA[
set chan "#channelname" Might work not 100% on that though probably wrong<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10512">blake</a> — Tue Dec 22, 2009 3:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[HVR]]></name></author>
		<updated>2009-12-22T01:14:55-04:00</updated>

		<published>2009-12-22T01:14:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91414#p91414</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91414#p91414"/>
		<title type="html"><![CDATA[small mod wanted]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91414#p91414"><![CDATA[
I have the following code, and would like to know how to change it so that the trigger will only work on a pre-defined channel.<br>Any help with this would be greatly appreciated.<br><br><br><br><br>bind pub n .kicksource kicksource<br><br>proc kicksource {nick host handle chan text} {<br>#ip:<br>set server ""<br>#port:<br>set port "8000"<br>#login (get it in mirc with //echo $encode(admin:PASS,m)<br>set login ""<br><br>#don't change anything under this<br><br><br>set sock [socket $server $port]<br>puts $sock "GET /admin.cgi?mode=kicksrc HTTP/1.1"<br>puts $sock "User-Agent:Mozilla"<br>puts $sock "Host: $server"<br>puts $sock "Authorization: Basic $login"<br>puts $sock ""<br>flush $sock<br>}<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11011">HVR</a> — Tue Dec 22, 2009 1:14 am</p><hr />
]]></content>
	</entry>
	</feed>
