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

	<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>2020-10-02T22:15:37-04:00</updated>

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

		<entry>
		<author><name><![CDATA[play4free2]]></name></author>
		<updated>2014-09-14T02:51:55-04:00</updated>

		<published>2014-09-14T02:51:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=103196#p103196</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=103196#p103196"/>
		<title type="html"><![CDATA[Duel Request bot script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=103196#p103196"><![CDATA[
Thanks Get_A_Fix,<br><br>I have used both really it just happened that when I wrote this part I wrote it this way. It's just part of my shoutcast.tcl I took out if <strong class="text-strong">Nssvtr</strong> wanted to use it was all.<br><br>I have also wrote it this way in a few codes:<div class="codebox"><p>Code: </p><pre><code>if {![channel get $chan radiorequest]} { return }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12296">play4free2</a> — Sun Sep 14, 2014 2:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Get_A_Fix]]></name></author>
		<updated>2014-09-12T22:06:22-04:00</updated>

		<published>2014-09-12T22:06:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=103191#p103191</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=103191#p103191"/>
		<title type="html"><![CDATA[Duel Request bot script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=103191#p103191"><![CDATA[
play4free2, cool script, but there is one suggestion, if you don't mind.<br><div class="codebox"><p>Code: </p><pre><code>if {[lsearch -exact [channel info $chan] +radiorequest] != -1} {</code></pre></div>For years, I also used this method. It's great and all, but now there's a much better, simpler way <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><div class="codebox"><p>Code: </p><pre><code>if {[channel get $chan radiorequest]} {</code></pre></div>The above will check if radiorequest is true, else<br><div class="codebox"><p>Code: </p><pre><code>if {![channel get $chan radiorequest]} {</code></pre></div>this would return not enabled.<br><br>I always have a habit of turning my scripts on/off, it makes it a lot easier to manage.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6204">Get_A_Fix</a> — Fri Sep 12, 2014 10:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[play4free2]]></name></author>
		<updated>2020-10-02T22:15:37-04:00</updated>

		<published>2014-08-24T23:41:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=103165#p103165</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=103165#p103165"/>
		<title type="html"><![CDATA[Duel Request bot script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=103165#p103165"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>########################################################################## Public Request for Radio Channel  - Author: play4free2## version: 0.01# by  (play4free2@420-hightimes.com)## To use Type !request Artist - Song Title## To enable in your channel(s) you want users to request from# type ".chanset &lt;channel&gt; +radiorequest"##########################################################################Begin Setup#DJ Staff Channel:set radiostaff "#STAFFCHANNELHERE"#End Setup##########################################################DO NOT EDIT BELOW HERE UNLESS YOU KNOW HOW TO WRITE .tcl#########################################################bind pub -|- !request shoutcast_requestproc shoutcast_request {nick uhost hand chan arg} {  global radiostaff  if {[lsearch -exact [channel info $chan] +radiorequest] != -1} {    set cmd [string tolower [lindex $arg 0]]    if {$cmd == ""} {      putserv "NOTICE $nick :Please use\: !request Artist - Song Title"      return 0      } else {      putserv "PRIVMSG $radiostaff :\00304\002Request from\002\: \00303$nick \00304\002for\002\: \00303$arg\003"      putserv "NOTICE $nick :Your request for \002'$arg'\002 has been succesfully sent to the station's staff."    }  }}setudef flag radiorequestputlog "Public Request for Radio Channel v0.01 by: play4free2 irc.420-hightimes.com #HighTimes-Lounge loaded! Type .chanset &lt;channel&gt; +radiorequest to enable in your channel(s)"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12296">play4free2</a> — Sun Aug 24, 2014 11:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nssvtr]]></name></author>
		<updated>2014-08-19T17:21:35-04:00</updated>

		<published>2014-08-19T17:21:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=103160#p103160</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=103160#p103160"/>
		<title type="html"><![CDATA[Duel Request bot script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=103160#p103160"><![CDATA[
I been have been working and checking them out but they are not exactly what im looking for.  What i need is a trigger system that a bot is gonna pick up on a !request &lt;--- that trigger that anything after that the bot will take and mirror the message to another eggdrop on another channel.  So the but in the second channel will display what the bot in the first channel has said BUT ONLY when when it sees !request not all text,kicks,bans and joins none of that.  Just need a simple trigger mirror basically.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12423">Nssvtr</a> — Tue Aug 19, 2014 5:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2014-08-18T23:54:28-04:00</updated>

		<published>2014-08-18T23:54:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=103157#p103157</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=103157#p103157"/>
		<title type="html"><![CDATA[Duel Request bot script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=103157#p103157"><![CDATA[
<blockquote class="uncited"><div>aswell it would need a trigger in order to actually repeat cause i dont want it to repeat everything just when people do !request  then there artist and song</div></blockquote>One way: Examine one of those relay scripts, and borrow some ideas and code.  Instead of having it trigger on everything said, change the bind to one such that it triggers on your command word, when you write your own script.<br><br>Other way:  Choose one of those scripts.  Set it up and get it working.  Then experiment with changing the bind(s), to make it react to your trigger word only.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Mon Aug 18, 2014 11:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2014-08-18T23:51:19-04:00</updated>

		<published>2014-08-18T23:51:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=103156#p103156</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=103156#p103156"/>
		<title type="html"><![CDATA[Duel Request bot script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=103156#p103156"><![CDATA[
<blockquote class="uncited"><div>ya we have 2 bots on 2 different servers thats no issue there we just need them to transtlate to eachother to basically repeat its self from one to the other if that spossible been through the archives havnt seen anything unless you see one</div></blockquote>By what method are you looking??<br>I see lots of them.<br><br><a href="http://www.egghelp.org/tclhtml/3478-4-4-0-1.htm" class="postlink">http://www.egghelp.org/tclhtml/3478-4-4-0-1.htm</a><br><br><br>p.s.<br>It is very difficult to read your posts, due to lack of punctuation and capitalization.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Mon Aug 18, 2014 11:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nssvtr]]></name></author>
		<updated>2014-08-18T23:46:48-04:00</updated>

		<published>2014-08-18T23:46:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=103155#p103155</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=103155#p103155"/>
		<title type="html"><![CDATA[Duel Request bot script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=103155#p103155"><![CDATA[
aswell it would need a trigger in order to actually repeat cause i dont want it to repeat everything just when people do !request  then there artist and song<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12423">Nssvtr</a> — Mon Aug 18, 2014 11:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nssvtr]]></name></author>
		<updated>2014-08-18T23:43:03-04:00</updated>

		<published>2014-08-18T23:43:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=103154#p103154</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=103154#p103154"/>
		<title type="html"><![CDATA[Duel Request bot script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=103154#p103154"><![CDATA[
ya we have 2 bots on 2 different servers thats no issue there we just need them to transtlate to eachother to basically repeat its self from one to the other if that spossible been through the archives havnt seen anything unless you see one<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12423">Nssvtr</a> — Mon Aug 18, 2014 11:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2014-08-18T23:36:36-04:00</updated>

		<published>2014-08-18T23:36:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=103153#p103153</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=103153#p103153"/>
		<title type="html"><![CDATA[Re: Duel Request bot script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=103153#p103153"><![CDATA[
<blockquote class="uncited"><div>I am a DJ for a radiostation and online station and we have a radio bot we have a secrete room that we would like to use our eggdrop bot to pick up on a request that is !request Artist - Song and it will be noticed by our eggdrop bot and reply it in another room possibly on a different server if possibly</div></blockquote>One Eggdrop bot cannot connect to two irc servers simultaneously.<br><a href="http://www.egghelp.org/faq.htm#044" class="postlink">http://www.egghelp.org/faq.htm#044</a><br><br>To do what you describe, would require two bots, connected to each other using Eggdrop's botnet capability, along with a script that can use this connection.<br><blockquote class="uncited"><div> if not thats fine but if it can reply to another room that would be awesome</div></blockquote>One bot, on one irc server, in at least two channels, that relays upon command from one channel to another?    If so, there are probably already scripts in the TCL archive that would do it.   If not, it would be easy to write such a script.   <br><br>It would be a good place for a beginner to start learning basic TCL.     <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><blockquote class="uncited"><div>so it pics up from the other bot and sends the request in....I also forget to mention we use Icecast if that is needed info</div></blockquote>"other bot".   What other bot?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Mon Aug 18, 2014 11:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nssvtr]]></name></author>
		<updated>2014-08-18T23:13:16-04:00</updated>

		<published>2014-08-18T23:13:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=103152#p103152</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=103152#p103152"/>
		<title type="html"><![CDATA[Duel Request bot script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=103152#p103152"><![CDATA[
I am a DJ for a radiostation and online station and we have a radio bot we have a secrete room that we would like to use our eggdrop bot to pick up on a request that is !request Artist - Song and it will be noticed by our eggdrop bot and reply it in another room possibly on a different server if possibly if not thats fine but if it can reply to another room that would be awesome so it pics up from the other bot and sends the request in....I also forget to mention we use Icecast if that is needed info<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12423">Nssvtr</a> — Mon Aug 18, 2014 11:13 pm</p><hr />
]]></content>
	</entry>
	</feed>
