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

	<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-09-26T22:50:09-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-09-26T22:50:09-04:00</updated>

		<published>2005-09-26T22:50:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56124#p56124</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56124#p56124"/>
		<title type="html"><![CDATA[Making this not msg in a certain channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56124#p56124"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>... foreach chan [channels] {   if {[string equal -nocase &lt;yourchan&gt; $chan]} {continue}  ...</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon Sep 26, 2005 10:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stevegarbz]]></name></author>
		<updated>2005-09-26T22:15:22-04:00</updated>

		<published>2005-09-26T22:15:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56123#p56123</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56123#p56123"/>
		<title type="html"><![CDATA[Making this not msg in a certain channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56123#p56123"><![CDATA[
I want this script to not send a message to a channel that I add in there:<br><div class="codebox"><p>Code: </p><pre><code>if {[string compare [string index $time 0] "!"] == 0} { set timer [string range $time 1 end] } { set timer [expr $time * 60] } if {[utimerexists go] == ""} { utimer $timer go } set queue {} set frequency 120 ;# seconds proc getqueue {} {    if {$::queue != {}} {       puthelp [lindex $::queue 0]       set ::queue [lreplace $::queue 0 0]    }    utimer $::frequency getqueue } proc putqueue {str} {    lappend ::queue $str } getqueue proc go {} {  global text timer  foreach chan [channels] {   putqueue "PRIVMSG $chan :[lindex $text [rand [llength $text]]]"  }  if {[utimerexists go] == ""} { utimer $timer go } } putlog "Precision Effect advertising script"</code></pre></div>Thanks, I assume it'd be near the <div class="codebox"><p>Code: </p><pre><code>  putqueue "PRIVMSG $chan :[lindex $text [rand [llength $text]]]" </code></pre></div> line, but don't know where/what I would put. Please help. Thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5732">stevegarbz</a> — Mon Sep 26, 2005 10:15 pm</p><hr />
]]></content>
	</entry>
	</feed>
