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

	<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-11-07T10:16:36-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-11-07T10:16:36-04:00</updated>

		<published>2003-11-07T10:16:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29697#p29697</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29697#p29697"/>
		<title type="html"><![CDATA[How to stop msg output?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29697#p29697"><![CDATA[
Point taken, I had some eyes poping over my sholder ever few seconds. I wouldn't worry, that code wouldn't do anything more nasty than send the code into a loop.<br><br>The other program I am working on of my own however, managed to delete its own source code, remove the CVS access files and a rather long winded documention report.<br><br>I have now lost my password for the CVS server on the day the person that maintains our CVS system has gone on holiday. Oh well.<br><div class="codebox"><p>Code: </p><pre><code>set null_chan {  #chan1 } if {[info commands _putserv] == ""} {   rename putserv _putserv   proc putserv {arg {option {}}} {     if {[lsearch $::null_chan [lindex [split $arg] 1]] &gt; -1} {       return     }     if {$option != {}} {       _putserv $arg $option     } else {       _putserv $arg     }   } }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Fri Nov 07, 2003 10:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-11-07T07:07:21-04:00</updated>

		<published>2003-11-07T07:07:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29686#p29686</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29686#p29686"/>
		<title type="html"><![CDATA[How to stop msg output?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29686#p29686"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>proc putserv {} {putserv}</code></pre></div></div></blockquote>Notice any problems? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br>Another thing about the code; why use that variable when you can do 'info commands _putserv'? <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=2878">user</a> — Fri Nov 07, 2003 7:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-11-07T06:02:49-04:00</updated>

		<published>2003-11-07T06:02:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29685#p29685</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29685#p29685"/>
		<title type="html"><![CDATA[How to stop msg output?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29685#p29685"><![CDATA[
Somthing like this<br><div class="codebox"><p>Code: </p><pre><code># list channels that should not be sent to - keep lower caseset null_chan { #chan1}if {![info exits _putserv]} {  set _putserv 0  rename putserv _putserv  proc putserv {arg {option {}}} {    if {[lsearch $::null_chan [lindex [split $arg] 1]] &gt; -1} {      return    }    if {$option != {}} {      putserv $arg $option    } else {      putserv $arg    }  }}</code></pre></div>That only works with putserv. Puthelp and others still need adjustment.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Fri Nov 07, 2003 6:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-11-06T15:00:14-04:00</updated>

		<published>2003-11-06T15:00:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29630#p29630</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29630#p29630"/>
		<title type="html"><![CDATA[How to stop msg output?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29630#p29630"><![CDATA[
Why didn't I find that <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><br><br>Thanks for the quick reply<p>Statistics: Posted by Guest — Thu Nov 06, 2003 3:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-11-06T13:33:52-04:00</updated>

		<published>2003-11-06T13:33:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29620#p29620</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29620#p29620"/>
		<title type="html"><![CDATA[Re: How to stop msg output?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29620#p29620"><![CDATA[
You can't edit the queue. The only way to stop it is to empty the entire queue using 'clearqueue'.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Thu Nov 06, 2003 1:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-11-06T13:22:57-04:00</updated>

		<published>2003-11-06T13:22:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29619#p29619</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29619#p29619"/>
		<title type="html"><![CDATA[How to stop msg output?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29619#p29619"><![CDATA[
Hi there,<br><br>I sometimes find my bot spamming the channel with some scripts e.g. Dictionary.tcl by Wcc. Is there any way to make the eggdrop halt all output to a certain channel? In other words, how can I purge / edit the message queue which is generated by putserv?<br><br>I hope you can help me. Thanks very much in advance.<p>Statistics: Posted by Guest — Thu Nov 06, 2003 1:22 pm</p><hr />
]]></content>
	</entry>
	</feed>
