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

	<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-07T20:23:26-04:00</updated>

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

		<entry>
		<author><name><![CDATA[BiLL]]></name></author>
		<updated>2003-11-07T20:23:26-04:00</updated>

		<published>2003-11-07T20:23:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29704#p29704</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29704#p29704"/>
		<title type="html"><![CDATA[Advice in massmsg's]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29704#p29704"><![CDATA[
Thanks for your example and code.<br><br>It works perfect now <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=50">BiLL</a> — Fri Nov 07, 2003 8:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-11-06T12:55:39-04:00</updated>

		<published>2003-11-06T12:55:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29617#p29617</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29617#p29617"/>
		<title type="html"><![CDATA[Advice in massmsg's]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29617#p29617"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set i 0foreach c [channels] {if {[strlwr $c] != [strlwr $basechan]} {utimer [incr i 10] [list puthelp "PRIVMSG $c :$msg"]}}</code></pre></div>..or if you want the first message with no delay, 'incr i' after starting the utimer (so the first one will have a delay of 0 seconds)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Thu Nov 06, 2003 12:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BiLL]]></name></author>
		<updated>2003-11-06T12:39:37-04:00</updated>

		<published>2003-11-06T12:39:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29615#p29615</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29615#p29615"/>
		<title type="html"><![CDATA[Advice in massmsg's]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29615#p29615"><![CDATA[
If I use puthelp/putserv both wont work 100%, still some channels didnt get the message. I have to use this utimer method (interval about 10secs for each channel) but I dont know how to do it with a foreach function <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad">. Can someone help me there?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=50">BiLL</a> — Thu Nov 06, 2003 12:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2003-11-06T09:16:00-04:00</updated>

		<published>2003-11-06T09:16:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29590#p29590</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29590#p29590"/>
		<title type="html"><![CDATA[Advice in massmsg's]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29590#p29590"><![CDATA[
I would use puthelp for such informativ things, this lets important things that were send via putserv go first. Addionally I didn't really test if putserv queue will share with pushmode and putkick queue, so best let it wait.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Thu Nov 06, 2003 9:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BiLL]]></name></author>
		<updated>2003-11-03T13:42:31-04:00</updated>

		<published>2003-11-03T13:42:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29432#p29432</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29432#p29432"/>
		<title type="html"><![CDATA[Advice in massmsg's]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29432#p29432"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>if {[strlwr $c] != [strlwr $basechan]} {</code></pre></div> means if the channel doesnt match the channels in $basechan it will send the message to it, that means it will only send the message to the channels which are not in $basechan.</div></blockquote>this means: it will send the message to all channels except from $basechan. this is no list search or sth. maybe this is what you meant, but i wanted to make it clear. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"></div></blockquote>Yeah I know - its ok - I wanted that.  I shouldnt posted that line here makes ppl to confused <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink">.<br><br>Well I found the problem.<br>It seems to be a server-side floodprotection. So on many chans the bot can't paste the msg. (Only a few get the msg).<br><br>My question know how can I mass msg these chans with an intervall like - 10 secs - then next chan - 10 secs - next chan - 10 secs - next chan. Can anyone give me an example code?? (with foreach channel)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=50">BiLL</a> — Mon Nov 03, 2003 1:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[arcane]]></name></author>
		<updated>2003-11-02T14:50:30-04:00</updated>

		<published>2003-11-02T14:50:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29359#p29359</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29359#p29359"/>
		<title type="html"><![CDATA[Advice in massmsg's]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29359#p29359"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>if {[strlwr $c] != [strlwr $basechan]} {</code></pre></div> means if the channel doesnt match the channels in $basechan it will send the message to it, that means it will only send the message to the channels which are not in $basechan.</div></blockquote>this means: it will send the message to all channels except from $basechan. this is no list search or sth. maybe this is what you meant, but i wanted to make it clear. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2617">arcane</a> — Sun Nov 02, 2003 2:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-11-02T12:59:28-04:00</updated>

		<published>2003-11-02T12:59:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29352#p29352</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29352#p29352"/>
		<title type="html"><![CDATA[Advice in massmsg's]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29352#p29352"><![CDATA[
well the description makes it clear that they do the same thing, but putserv is quicker than puthelp<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Nov 02, 2003 12:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BiLL]]></name></author>
		<updated>2003-11-02T12:19:23-04:00</updated>

		<published>2003-11-02T12:19:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29351#p29351</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29351#p29351"/>
		<title type="html"><![CDATA[Advice in massmsg's]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29351#p29351"><![CDATA[
Yeah I know that. Its ok, I wanted that. <br><br>I just wanted to know which would be the best choice. putserv or puthelp?<br><br>puthelp &lt;text&gt; [options]<br>    Description: sends text to the server, like 'putserv', but it uses a<br>      different queue intended for sending messages to channels or people.<br><br>  putserv &lt;text&gt; [options]<br>    Description: sends text to the server, like '.dump' (intended for direct<br>      server commands); output is queued so that the bot won't flood itself<br>      off the server.<br>    Options:<br>      -next:   push messages to the front of the queue<br>      -normal: no effect<br>    Returns: nothing<br>    Module: server<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=50">BiLL</a> — Sun Nov 02, 2003 12:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-11-02T11:11:10-04:00</updated>

		<published>2003-11-02T11:11:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29349#p29349</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29349#p29349"/>
		<title type="html"><![CDATA[Advice in massmsg's]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29349#p29349"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>if {[strlwr $c] != [strlwr $basechan]} {</code></pre></div> means if the channel doesnt match the channels in $basechan it will send the message to it, that means it will only send the message to the channels which are not in $basechan.<br>If you want it to send to all channels then remove that code.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Nov 02, 2003 11:11 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-11-02T09:49:08-04:00</updated>

		<published>2003-11-02T09:49:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29338#p29338</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29338#p29338"/>
		<title type="html"><![CDATA[Advice in massmsg's]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29338#p29338"><![CDATA[
Why don't you have a look on the tcl-commands.doc file about the puthelp? It's explained there.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun Nov 02, 2003 9:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BiLL]]></name></author>
		<updated>2003-11-02T09:02:59-04:00</updated>

		<published>2003-11-02T09:02:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29333#p29333</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29333#p29333"/>
		<title type="html"><![CDATA[Advice in massmsg's]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29333#p29333"><![CDATA[
Heyya,<br><br>A bot (egg 1.6.13 / tcl 8.3.4) should message $msg to EVERY chan he is in.<br><br>I currently use that way:<br><br>foreach c [channels] {<br>if {[strlwr $c] != [strlwr $basechan]} {<br>puthelp "PRIVMSG $c :$msg"<br>}<br><br>But it looks like that sometimes not every chan gets that messages. Is puthelp here the best way? How do I can get sure that every chan gets messages? Please help <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":-)" title="Smile">.<br><br>Thanks. <br><br>BiLL<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=50">BiLL</a> — Sun Nov 02, 2003 9:02 am</p><hr />
]]></content>
	</entry>
	</feed>
