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

	<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>2010-05-12T05:55:32-04:00</updated>

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

		<entry>
		<author><name><![CDATA[doggo]]></name></author>
		<updated>2010-05-12T05:55:32-04:00</updated>

		<published>2010-05-12T05:55:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93083#p93083</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93083#p93083"/>
		<title type="html"><![CDATA[send link on text]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93083#p93083"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set forum "!forum" bind PUB $forum forumcom proc forumcom {nick uhost hand chan text} { </code></pre></div>simply by changing the procs and trigger to..<br><br> <div class="codebox"><p>Code: </p><pre><code>set radio "!radio" bind PUB $radio radiocom proc radiocom {nick uhost hand chan text} { </code></pre></div>hope this helps <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11046">doggo</a> — Wed May 12, 2010 5:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alboz]]></name></author>
		<updated>2010-05-02T16:14:52-04:00</updated>

		<published>2010-05-02T16:14:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93010#p93010</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93010#p93010"/>
		<title type="html"><![CDATA[send link on text]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93010#p93010"><![CDATA[
how can convert these codes for !radio ? if someone say in channel !radio eggdrop bot send radio link<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11108">Alboz</a> — Sun May 02, 2010 4:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[doggo]]></name></author>
		<updated>2010-04-27T07:41:01-04:00</updated>

		<published>2010-04-27T07:41:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92934#p92934</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92934#p92934"/>
		<title type="html"><![CDATA[send link on text]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92934#p92934"><![CDATA[
here you go tested and working  just change the url to your own <br><br>usage<br><div class="codebox"><p>Code: </p><pre><code>.chanset #somewere +foum or -forum</code></pre></div><div class="codebox"><p>Code: </p><pre><code># Rls: SaNcTuM_help.v1.0# Date: 27/04/10# Coded by: doggo# Contact: #alt.binaries.inner-sanctum@EFNET## Script Starts Here - DO NOT EDIT BELOW!## forum ##set forum "!forum"bind PUB $forum forumcom proc forumcom {nick uhost hand chan text} {    global botnick    if {![channel get $chan forum]} {return 0}   puthelp "NOTICE $nick :\0033http://doggo.is-a-geek.com"  }</code></pre></div><div class="codebox"><p>Code: </p><pre><code>[12:27pm] &lt;doggo&gt; -forum[12:27pm] -tsara- http://doggo.is-a-geek.com</code></pre></div>to add more ! cmd's just alter the procs and binds to yr own <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br><br>hope this helps<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11046">doggo</a> — Tue Apr 27, 2010 7:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tueb]]></name></author>
		<updated>2010-04-20T09:21:01-04:00</updated>

		<published>2010-04-20T09:21:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92885#p92885</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92885#p92885"/>
		<title type="html"><![CDATA[send link on text]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92885#p92885"><![CDATA[
Hi,<br><br>this would be the simplest script to do so:<br><div class="codebox"><p>Code: </p><pre><code>bind pub -|- !forum typ_forumproc typ_forum {nick uhost handle channel text} {   puthelp "PRIVMSG $channel :\[\002Forum\002\] http://www.moxquiz.de"}</code></pre></div>by changing "forum" and the url into something else you can add new links.<br><br><br><br>this woul be a more sophisticated script with a flood control:<br><div class="codebox"><p>Code: </p><pre><code>  set fl_flood_control 0 set fl_msg {      "\[\002Forum\002\] http://www.moxquiz.de/" }bind pub -|- !forum fl:replyproc fl:reply {nick uhost handle channel text} {   global fl_flood_control fl_msg   if {$fl_flood_control == "1"} {return 0}   set fl_flood_control 1   utimer 7 [list set fl_flood_control 0]   set temp_fl $fl_msg   set temp_fl [lindex $temp_fl [rand [llength $temp_fl]]]   putquick "PRIVMSG $channel :$temp_fl"   return 0 }</code></pre></div>i got this from someone else. unfortunately dont remember from whom.<br><br>tueb<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9349">tueb</a> — Tue Apr 20, 2010 9:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alboz]]></name></author>
		<updated>2010-04-19T11:17:56-04:00</updated>

		<published>2010-04-19T11:17:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92875#p92875</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92875#p92875"/>
		<title type="html"><![CDATA[send link on text]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92875#p92875"><![CDATA[
I just need a script so that when someone types !forum the eggdrop bot says the forum url and so I can add more for other urls please.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11108">Alboz</a> — Mon Apr 19, 2010 11:17 am</p><hr />
]]></content>
	</entry>
	</feed>
