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

	<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>2002-07-01T21:05:23-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2002-07-01T21:05:23-04:00</updated>

		<published>2002-07-01T21:05:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8502#p8502</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8502#p8502"/>
		<title type="html"><![CDATA[&lt;botnick&gt;, &lt;command&gt; - Tcl?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8502#p8502"><![CDATA[
Except:<br><div class="codebox"><p>Code: </p><pre><code>  if {[scan $arg "%\[^,]," somenick] &amp;&amp; [isbotnick $somenick]} { </code></pre></div>should be<br><div class="codebox"><p>Code: </p><pre><code>  if {[scan $arg "%\[^,\]," somenick] &amp;&amp; [isbotnick $somenick]} { </code></pre></div>Wcc<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Mon Jul 01, 2002 9:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[guppy]]></name></author>
		<updated>2002-07-01T18:51:05-04:00</updated>

		<published>2002-07-01T18:51:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8497#p8497</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8497#p8497"/>
		<title type="html"><![CDATA[&lt;botnick&gt;, &lt;command&gt; - Tcl?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8497#p8497"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pubm - "% %,*" pubm:botnickproc pubm:botnick {nick uhost hand chan arg} {  if {[scan $arg "%\[^,]," somenick] &amp;&amp; [isbotnick $somenick]} {    &lt;your code here&gt;  }  return 0}</code></pre></div>something like that probably.<br><br>[/code]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10">guppy</a> — Mon Jul 01, 2002 6:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-06-30T18:24:20-04:00</updated>

		<published>2002-06-30T18:24:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8464#p8464</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8464#p8464"/>
		<title type="html"><![CDATA[tcl?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8464#p8464"><![CDATA[
so what would the tcl look like then??<p>Statistics: Posted by Guest — Sun Jun 30, 2002 6:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2002-06-30T17:03:08-04:00</updated>

		<published>2002-06-30T17:03:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8463#p8463</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8463#p8463"/>
		<title type="html"><![CDATA[&lt;botnick&gt;, &lt;command&gt; - Tcl?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8463#p8463"><![CDATA[
I would do a pubm bind on "*", then compare it to "${::botnick}," inside the proc.<br><br>Wcc<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Sun Jun 30, 2002 5:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-06-30T14:30:49-04:00</updated>

		<published>2002-06-30T14:30:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8460#p8460</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8460#p8460"/>
		<title type="html"><![CDATA[&lt;botnick&gt;, &lt;command&gt; - Tcl?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8460#p8460"><![CDATA[
How would i produce something like this in TCL?<br><br>[Jason] bot, hello<br>[bot] Hi<br><br>Want the commands to be accessed like..<br><br>&lt;botnick&gt;, &lt;command&gt; <br><br>If anyone knows how please post!<br><br>Thanks,<br>Jas0n<br>[/code][/quote]<p>Statistics: Posted by Guest — Sun Jun 30, 2002 2:30 pm</p><hr />
]]></content>
	</entry>
	</feed>
