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

	<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-08-13T07:49:07-04:00</updated>

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

		<entry>
		<author><name><![CDATA[n00By is sexy]]></name></author>
		<updated>2005-08-13T07:49:07-04:00</updated>

		<published>2005-08-13T07:49:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54186#p54186</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54186#p54186"/>
		<title type="html"><![CDATA[Support TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54186#p54186"><![CDATA[
Yes thank you. I found one <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6582">n00By is sexy</a> — Sat Aug 13, 2005 7:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2005-08-12T19:43:14-04:00</updated>

		<published>2005-08-12T19:43:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54143#p54143</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54143#p54143"/>
		<title type="html"><![CDATA[Re: Support TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54143#p54143"><![CDATA[
<blockquote class="uncited"><div>Sorry for my bad english I`m a german boy <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br>I had found a Support Script @ google and now nowI will post it and tah i will say my problem with it.<br> <div class="codebox"><p>Code: </p><pre><code># Public command triggerset tr "!"set cc "!"# Channels you _dont_ want the bot to act (seperate with spaces):set nopub ""#################################################################Dont change this!#################################################################bind pub -|o ${tr}helper helperbind pub -|- ${tr}support reqset helper "no"proc helper {nick host hand chan arg} {global url pathqstat cc nopub helperif {[lsearch -exact $nopub [string tolower $chan]] &gt;= 0} {return 0}if {$arg == ""} {putserv "notice $nick :Usage: ${cc}helper &lt;Exact Nickname&gt;"return 0}if {$arg == "me"} {set helper "$nick"} else {set helper "$arg"}putserv "NOTICE $chan :Helper set to $helper"}proc req {nick host hand chan arg} {global url pathqstat cc nopub helperif {[lsearch -exact $nopub [string tolower $chan]] &gt;= 0} {return 0}if {$arg == ""} {putserv "notice $nick :Usage: ${cc}support &lt;Question&gt; und warte auf eine Antwort."return 0}set question "$arg"if {$helper == "no"} {putserv "NOTICE $nick :Es ist leider kein Supporter anwesend."putserv "NOTICE $nick :Versuche es bitte später noch einmal."}if {$helper != "no"} {putserv "PRIVMSG $helper : $nick @ $chan hat folgendes Problem:"putserv "PRIVMSG $helper :$question"putserv "NOTICE $nick : Du hast um folgende hilfe gebeten:"putserv "NOTICE $nick :$question."putserv "NOTICE $nick :Bitte stell deine Frage nicht nochmal. Warte auf Antwort!"}}putlog "Support Script loaded"</code></pre></div>Now my Problem at the moment only 1 Supporter could be online, I want that the Operators could write them in as Supporter and can make with for example .next and the Person who needs Support would get voice and can say the Supporter his Problem. When somebody joined the Channel the Eggdrop must say Hello you`re number ... in Line please wait for voice and ask then your question.<br><br>It would be very nice if you all can help me because I`m a stupid noob in Scripting and the people from #tcl would`nt help me <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad">.<br><br>In hopeful for Help<br><br>n00By <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"></div></blockquote>you should of said girl :p just kidding hehe<br><br>also if i am not mestaken the answer is been given to you look in tcl archive there is a script called next or something.. which should be able to help you<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Fri Aug 12, 2005 7:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-08-12T18:18:16-04:00</updated>

		<published>2005-08-12T18:18:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54138#p54138</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54138#p54138"/>
		<title type="html"><![CDATA[Re: Support TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54138#p54138"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>De Kruz may be able to help you in your own language.</div></blockquote>You mean De Kus <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"></div></blockquote>Yup! That's the one. LOL<br><br>Now to edit. <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=3646">Alchera</a> — Fri Aug 12, 2005 6:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-08-12T09:50:32-04:00</updated>

		<published>2005-08-12T09:50:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54108#p54108</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54108#p54108"/>
		<title type="html"><![CDATA[Re: Support TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54108#p54108"><![CDATA[
<blockquote class="uncited"><div>De Kruz may be able to help you in your own language.</div></blockquote>You mean De Kus <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Aug 12, 2005 9:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sKy]]></name></author>
		<updated>2005-08-12T09:23:07-04:00</updated>

		<published>2005-08-12T09:23:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54107#p54107</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54107#p54107"/>
		<title type="html"><![CDATA[Support TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54107#p54107"><![CDATA[
<a href="http://www.egghelp.ort" class="postlink">www.egghelp.ort</a> -&gt;script archive -&gt; search for any of this words:<br>next<br>.next<br>queue<br><br>them should be fine...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6101">sKy</a> — Fri Aug 12, 2005 9:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-08-12T18:19:22-04:00</updated>

		<published>2005-08-11T19:41:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54084#p54084</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54084#p54084"/>
		<title type="html"><![CDATA[Re: Support TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54084#p54084"><![CDATA[
<blockquote class="uncited"><div>Cool biste Deutscher?</div></blockquote>De Kus ist Deutsch.<br><br>What I meant was this, as one of our regular contributors is German and you seem to suck at English; De Kus may be able to help you in your own language.<blockquote class="uncited"><div>be patient and quiet, all good things come to those who wait</div></blockquote> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Thu Aug 11, 2005 7:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-11T15:19:01-04:00</updated>

		<published>2005-08-11T15:19:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54071#p54071</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54071#p54071"/>
		<title type="html"><![CDATA[Support TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54071#p54071"><![CDATA[
we're not good samaritans, so crying won't help; be patient and quiet, all good things come to those who wait<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Thu Aug 11, 2005 3:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[n00By is sexy]]></name></author>
		<updated>2005-08-11T15:08:31-04:00</updated>

		<published>2005-08-11T15:08:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54070#p54070</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54070#p54070"/>
		<title type="html"><![CDATA[Support TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54070#p54070"><![CDATA[
Nobody will help me <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6582">n00By is sexy</a> — Thu Aug 11, 2005 3:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[n00By is sexy]]></name></author>
		<updated>2005-08-11T06:10:51-04:00</updated>

		<published>2005-08-11T06:10:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54057#p54057</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54057#p54057"/>
		<title type="html"><![CDATA[Support TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54057#p54057"><![CDATA[
Cool biste Deutscher? Also so ein Script wie #bouncer4you.support oder #sicherheit.help hat wäre echt geil. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><br>And now in English a Support Script like #bouncer4you.suport or #sicherheit.help have one would be very very nice <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6582">n00By is sexy</a> — Thu Aug 11, 2005 6:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-08-12T18:18:45-04:00</updated>

		<published>2005-08-10T19:18:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54023#p54023</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54023#p54023"/>
		<title type="html"><![CDATA[Support TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54023#p54023"><![CDATA[
<blockquote class="uncited"><div>It would be very nice if you all can help me because I`m a stupid noob in Scripting and the people from #tcl would`nt help me</div></blockquote>De Kus kann helfen <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=3646">Alchera</a> — Wed Aug 10, 2005 7:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[n00By is sexy]]></name></author>
		<updated>2005-08-10T18:37:46-04:00</updated>

		<published>2005-08-10T18:37:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54022#p54022</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54022#p54022"/>
		<title type="html"><![CDATA[Sorry]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54022#p54022"><![CDATA[
I don`t know in what Category this Post must.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6582">n00By is sexy</a> — Wed Aug 10, 2005 6:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2005-08-10T18:36:34-04:00</updated>

		<published>2005-08-10T18:36:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54021#p54021</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54021#p54021"/>
		<title type="html"><![CDATA[Support TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54021#p54021"><![CDATA[
please dont double post!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Wed Aug 10, 2005 6:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[n00By is sexy]]></name></author>
		<updated>2005-08-10T18:15:37-04:00</updated>

		<published>2005-08-10T18:15:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54019#p54019</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54019#p54019"/>
		<title type="html"><![CDATA[Support TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54019#p54019"><![CDATA[
Sorry for my bad english I`m a german boy <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br>I had found a Support Script @ google and now nowI will post it and tah i will say my problem with it.<br> <div class="codebox"><p>Code: </p><pre><code># Public command triggerset tr "!"set cc "!"# Channels you _dont_ want the bot to act (seperate with spaces):set nopub ""#################################################################Dont change this!#################################################################bind pub -|o ${tr}helper helperbind pub -|- ${tr}support reqset helper "no"proc helper {nick host hand chan arg} {global url pathqstat cc nopub helperif {[lsearch -exact $nopub [string tolower $chan]] &gt;= 0} {return 0}if {$arg == ""} {putserv "notice $nick :Usage: ${cc}helper &lt;Exact Nickname&gt;"return 0}if {$arg == "me"} {set helper "$nick"} else {set helper "$arg"}putserv "NOTICE $chan :Helper set to $helper"}proc req {nick host hand chan arg} {global url pathqstat cc nopub helperif {[lsearch -exact $nopub [string tolower $chan]] &gt;= 0} {return 0}if {$arg == ""} {putserv "notice $nick :Usage: ${cc}support &lt;Question&gt; und warte auf eine Antwort."return 0}set question "$arg"if {$helper == "no"} {putserv "NOTICE $nick :Es ist leider kein Supporter anwesend."putserv "NOTICE $nick :Versuche es bitte später noch einmal."}if {$helper != "no"} {putserv "PRIVMSG $helper : $nick @ $chan hat folgendes Problem:"putserv "PRIVMSG $helper :$question"putserv "NOTICE $nick : Du hast um folgende hilfe gebeten:"putserv "NOTICE $nick :$question."putserv "NOTICE $nick :Bitte stell deine Frage nicht nochmal. Warte auf Antwort!"}}putlog "Support Script loaded"</code></pre></div>Now my Problem at the moment only 1 Supporter could be online, I want that the Operators could write them in as Supporter and can make with for example .next and the Person who needs Support would get voice and can say the Supporter his Problem. When somebody joined the Channel the Eggdrop must say Hello you`re number ... in Line please wait for voice and ask then your question.<br><br>It would be very nice if you all can help me because I`m a stupid noob in Scripting and the people from #tcl would`nt help me <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad">.<br><br>In hopeful for Help<br><br>n00By <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6582">n00By is sexy</a> — Wed Aug 10, 2005 6:15 pm</p><hr />
]]></content>
	</entry>
	</feed>
