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

	<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>2003-06-29T23:26:57-04:00</updated>

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

		<entry>
		<author><name><![CDATA[m0de]]></name></author>
		<updated>2003-06-29T23:26:57-04:00</updated>

		<published>2003-06-29T23:26:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22727#p22727</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22727#p22727"/>
		<title type="html"><![CDATA[help with a line of my code]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22727#p22727"><![CDATA[
thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3308">m0de</a> — Sun Jun 29, 2003 11:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[soul]]></name></author>
		<updated>2003-06-29T21:16:06-04:00</updated>

		<published>2003-06-29T21:16:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22726#p22726</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22726#p22726"/>
		<title type="html"><![CDATA[Re: help with a line of my code]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22726#p22726"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>putserv "PRIVMSG $chan :0,1*8eXistenZ0*0,1 $Website 0,1*8Website0*" </code></pre></div></div></blockquote>use var $nopub instead of $chan<br><br>ie:<div class="codebox"><p>Code: </p><pre><code>putserv "PRIVMSG $nopub :0,1*8eXistenZ0*0,1 $Website 0,1*8Website0*"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3075">soul</a> — Sun Jun 29, 2003 9:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[m0de]]></name></author>
		<updated>2003-06-29T19:17:34-04:00</updated>

		<published>2003-06-29T19:17:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22725#p22725</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22725#p22725"/>
		<title type="html"><![CDATA[help with a line of my code]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22725#p22725"><![CDATA[
ok first off heres the script:<br><div class="codebox"><p>Code: </p><pre><code>set tr "." set cc "." set nopub "#exz" bind pub m|m ${tr}setwebsite setweb bind pub -|- ${tr}Website Web proc setweb {nick host hand chan arg} { global url pathqstat cc nopub Website if {[lsearch -exact $nopub [string tolower $chan]] &gt;= 0} {return 0} if {$arg == ""} { putserv "PRIVMSG $chan :Usage: ${cc}setwebsite &lt;^BIP Address^B&gt;" return 0 } #set Website "0,1*8eXistenZ0*0,1  $arg 0,1 0,1*8Website0*" set Website "0,1*8eXistenZ0*0,1 $arg 0,1*8Website0*" putserv "PRIVMSG $chan :Website set to $Website" } proc Website {nick host hand chan arg} { global url pathqstat cc nopub Website if {[lsearch -exact $nopub [string tolower $chan]] &gt;= 0} {return 0} if {$arg == ""} { putserv "PRIVMSG $chan :0,1*8eXistenZ0*0,1 $Website 0,1*8Website0*" return 0 } }</code></pre></div>my problem is when i type .website it notices me the website instead of msging the channel.. i dont see why its still doing it when its set to privmsg the channel:<br><div class="codebox"><p>Code: </p><pre><code>putserv "PRIVMSG $chan :0,1*8eXistenZ0*0,1 $Website 0,1*8Website0*" </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3308">m0de</a> — Sun Jun 29, 2003 7:17 pm</p><hr />
]]></content>
	</entry>
	</feed>
