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

	<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>2006-06-16T01:43:20-04:00</updated>

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

		<entry>
		<author><name><![CDATA[krimson]]></name></author>
		<updated>2006-06-16T01:43:20-04:00</updated>

		<published>2006-06-16T01:43:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64079#p64079</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64079#p64079"/>
		<title type="html"><![CDATA[.commands replies with .website .other .other]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64079#p64079"><![CDATA[
first of all, you don't need to use the line <div class="codebox"><p>Code: </p><pre><code>set chan [string tolower $chan]</code></pre></div>second, i've just tested it (without the above mentioned line), and works well, no matter if the eggdrop knows that user or not.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7663">krimson</a> — Fri Jun 16, 2006 1:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[R-WaT]]></name></author>
		<updated>2006-06-15T16:55:10-04:00</updated>

		<published>2006-06-15T16:55:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64063#p64063</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64063#p64063"/>
		<title type="html"><![CDATA[.commands replies with .website .other .other]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64063#p64063"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub -|- .commands pub:dscmdsetudef flag commandsproc pub:dscmd {nick uhost hand chan arg} {set chan [string tolower $chan]  if {[channel get $chan commands]} {  putserv "PRIVMSG $chan :.Website .Signup .Sponsors" } } putlog ".COMMANDS"</code></pre></div>is what i have<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7208">R-WaT</a> — Thu Jun 15, 2006 4:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[krimson]]></name></author>
		<updated>2006-06-15T16:33:26-04:00</updated>

		<published>2006-06-15T16:33:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64061#p64061</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64061#p64061"/>
		<title type="html"><![CDATA[.commands replies with .website .other .other]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64061#p64061"><![CDATA[
did you change the -|- part in <div class="codebox"><p>Code: </p><pre><code>bind pub -|- .command pub:dscmd</code></pre></div> to something else? if you want the command to be available to everybody, you should leave it to -|-<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7663">krimson</a> — Thu Jun 15, 2006 4:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[R-WaT]]></name></author>
		<updated>2006-06-15T16:30:16-04:00</updated>

		<published>2006-06-15T16:30:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64060#p64060</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64060#p64060"/>
		<title type="html"><![CDATA[.commands replies with .website .other .other]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64060#p64060"><![CDATA[
<blockquote class="uncited"><div>1. of course you're the only one who sees .commands.<div class="codebox"><p>Code: </p><pre><code># this sends you a NOTICE with the text blablablaputserv "NOTICE $nick blablabla"</code></pre></div>2. if you want the text to go to the channel, you should replace <div class="codebox"><p>Code: </p><pre><code>putserv "NOTICE $nick blablabla"# withputserv "PRIVMSG $chan blablabla"</code></pre></div>3. to make all commands go in a single line, replace <div class="codebox"><p>Code: </p><pre><code>putserv "NOTICE $nick .command1"putserv "NOTICE $nick .command2"putserv "NOTICE $nick .command2"# withputserv "NOTICE $nick :Available commands are .command1 .command2 .command3"</code></pre></div></div></blockquote>I know all that, im saying, that when someone else types .commands they say they don't see it, but when i type it, i see it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7208">R-WaT</a> — Thu Jun 15, 2006 4:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[krimson]]></name></author>
		<updated>2006-06-15T15:48:56-04:00</updated>

		<published>2006-06-15T15:48:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64056#p64056</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64056#p64056"/>
		<title type="html"><![CDATA[.commands replies with .website .other .other]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64056#p64056"><![CDATA[
1. of course you're the only one who sees .commands.<div class="codebox"><p>Code: </p><pre><code># this sends you a NOTICE with the text blablablaputserv "NOTICE $nick blablabla"</code></pre></div>2. if you want the text to go to the channel, you should replace <div class="codebox"><p>Code: </p><pre><code>putserv "NOTICE $nick blablabla"# withputserv "PRIVMSG $chan blablabla"</code></pre></div>3. to make all commands go in a single line, replace <div class="codebox"><p>Code: </p><pre><code>putserv "NOTICE $nick .command1"putserv "NOTICE $nick .command2"putserv "NOTICE $nick .command2"# withputserv "NOTICE $nick :Available commands are .command1 .command2 .command3"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7663">krimson</a> — Thu Jun 15, 2006 3:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[R-WaT]]></name></author>
		<updated>2006-06-15T15:44:41-04:00</updated>

		<published>2006-06-15T15:44:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64054#p64054</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64054#p64054"/>
		<title type="html"><![CDATA[.commands replies with .website .other .other]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64054#p64054"><![CDATA[
oh btw.. im the only one that can see .commands  <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=7208">R-WaT</a> — Thu Jun 15, 2006 3:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[R-WaT]]></name></author>
		<updated>2006-06-15T15:10:55-04:00</updated>

		<published>2006-06-15T15:10:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64051#p64051</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64051#p64051"/>
		<title type="html"><![CDATA[.commands replies with .website .other .other]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64051#p64051"><![CDATA[
nope<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7208">R-WaT</a> — Thu Jun 15, 2006 3:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-06-15T07:18:14-04:00</updated>

		<published>2006-06-15T07:18:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64037#p64037</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64037#p64037"/>
		<title type="html"><![CDATA[.commands replies with .website .other .other]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64037#p64037"><![CDATA[
Looking at the code you've been given, aren't you able to implement it yourself now?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Jun 15, 2006 7:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[R-WaT]]></name></author>
		<updated>2006-06-15T01:57:04-04:00</updated>

		<published>2006-06-15T01:57:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64031#p64031</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64031#p64031"/>
		<title type="html"><![CDATA[.commands replies with .website .other .other]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64031#p64031"><![CDATA[
Now that .commands works ".command1 .command2 .command3" (i put them all in the same line though)..<br><br>Now I need it when someone typs .command1 or .command2 or .command3 it replies back with "this is command1" or "this is command2" etc.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7208">R-WaT</a> — Thu Jun 15, 2006 1:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[R-WaT]]></name></author>
		<updated>2006-06-15T01:36:59-04:00</updated>

		<published>2006-06-15T01:36:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64029#p64029</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64029#p64029"/>
		<title type="html"><![CDATA[.commands replies with .website .other .other]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64029#p64029"><![CDATA[
works, thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7208">R-WaT</a> — Thu Jun 15, 2006 1:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[whittinghamj]]></name></author>
		<updated>2006-06-14T20:51:09-04:00</updated>

		<published>2006-06-14T20:51:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64025#p64025</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64025#p64025"/>
		<title type="html"><![CDATA[.commands replies with .website .other .other]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64025#p64025"><![CDATA[
here is a script i wrote with help of others on the board. it works on any channel that has the flag command<br><div class="codebox"><p>Code: </p><pre><code>bind pub -|- .command pub:dscmdsetudef flag commandproc pub:dscmd {nick uhost hand chan arg} { set chan [string tolower $chan]   if {[channel get $chan command]} {  putserv "NOTICE $nick .command1"  putserv "NOTICE $nick .command2"  putserv "NOTICE $nick .command2" } } putlog "!COMMANDS"</code></pre></div>once you add that go to your dcc / telnet window and type .chanset #chan +command and your all set. do this command for each channel you want the bot to respond to this trigger. -|- means anyone can use it. Read the eggdrop docs for bot / channel flags.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7783">whittinghamj</a> — Wed Jun 14, 2006 8:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[R-WaT]]></name></author>
		<updated>2006-06-14T18:45:40-04:00</updated>

		<published>2006-06-14T18:45:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64015#p64015</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64015#p64015"/>
		<title type="html"><![CDATA[.commands replies with .website .other .other]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64015#p64015"><![CDATA[
i need a script so when someone types ".commands" all the bot does is reply with a notice to the user with ".command1 .command2 .command3"<br><br>thanks <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=7208">R-WaT</a> — Wed Jun 14, 2006 6:45 pm</p><hr />
]]></content>
	</entry>
	</feed>
