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

	<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>2008-02-29T12:23:55-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Exedore]]></name></author>
		<updated>2008-02-29T12:23:55-04:00</updated>

		<published>2008-02-29T12:23:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81279#p81279</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81279#p81279"/>
		<title type="html"><![CDATA[SendMsg doesn't send the messages..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81279#p81279"><![CDATA[
But is that the procedure?<br><br>I mean:<br>- download the file<br>- place on scripts folder<br>- recompile or remake or something<br>- then restart the bot?<br><br>or I just have to place the xxx.tcl file into the folder and rehash?<br><br>or something..<br><br>run a command<br>setup a flag in mybot.conf<br>i don't know<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9666">Exedore</a> — Fri Feb 29, 2008 12:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2008-02-28T13:05:13-04:00</updated>

		<published>2008-02-28T13:05:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81246#p81246</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81246#p81246"/>
		<title type="html"><![CDATA[SendMsg doesn't send the messages..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81246#p81246"><![CDATA[
I posted what I changed to get it working on my bots, perhaps you need to recompile.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Thu Feb 28, 2008 1:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Exedore]]></name></author>
		<updated>2008-02-28T10:36:29-04:00</updated>

		<published>2008-02-28T10:36:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81242#p81242</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81242#p81242"/>
		<title type="html"><![CDATA[SendMsg doesn't send the messages..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81242#p81242"><![CDATA[
Should I recomp or remake before place the xxx.tcl on the scripts folder?<br>Or it just matter of put there the file?<br>I don't understand..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9666">Exedore</a> — Thu Feb 28, 2008 10:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Exedore]]></name></author>
		<updated>2008-02-28T10:21:38-04:00</updated>

		<published>2008-02-28T10:21:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81241#p81241</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81241#p81241"/>
		<title type="html"><![CDATA[SendMsg doesn't send the messages..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81241#p81241"><![CDATA[
Nothing<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9666">Exedore</a> — Thu Feb 28, 2008 10:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2008-02-20T14:45:19-04:00</updated>

		<published>2008-02-20T14:45:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81002#p81002</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81002#p81002"/>
		<title type="html"><![CDATA[SendMsg doesn't send the messages..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81002#p81002"><![CDATA[
<blockquote class="uncited"><div>try using the following edited procedure<div class="codebox"><p>Code: </p><pre><code>foreach channel [split $channels] { foreach msg [split $msgs \n] {</code></pre></div></div></blockquote>You should be splitting those improper tcl lists or setting variables as lists to begin with.<div class="codebox"><p>Code: </p><pre><code>set channels [list #somechannel #yourchannel #etc]</code></pre></div>The same can be done for msgs.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Wed Feb 20, 2008 2:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2008-02-20T11:19:07-04:00</updated>

		<published>2008-02-20T11:19:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80995#p80995</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80995#p80995"/>
		<title type="html"><![CDATA[SendMsg doesn't send the messages..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80995#p80995"><![CDATA[
try using the following edited procedure<div class="codebox"><p>Code: </p><pre><code>proc sendtext { } { global channels minutes msgs foreach channel $channels {  foreach msg $msgs {   putserv "PRIVMSG $channel :$msg"  } } timer $minutes sendtext return 1}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Wed Feb 20, 2008 11:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Exedore]]></name></author>
		<updated>2008-02-20T09:09:23-04:00</updated>

		<published>2008-02-20T09:09:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80992#p80992</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80992#p80992"/>
		<title type="html"><![CDATA[SendMsg doesn't send the messages..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80992#p80992"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>####################################################################### SendMsg 1.0 - Send Messages to channels specified every X minutes  ##                                                                    ## Created by WPnL                                                    ## Report bugs to wpnl@lycos.co.uk                                    ## This script is freeware.                                           ## Feel free to edit it.                                              ########################################################################## SETTINGS #### Channels where the msg is sent to.# If you want to use several channels put a space between themset channels "#somechannel"# How often do you want the msg to be displayed (in minutes)set minutes 10# Set your msgs here# \002 bold# \003 colour (ex: \0030,12 textcolor=0 white; backgroundcolor=12 blue)# \022 reverse# \037 underline# Write several lines for several msgsset msgs {"\002Change your nick by typing /nick New-Nick""\002Welcome to #channel"}### YOU ARE DONE NOW. YOU DON'T NEED TO EDIT ANYTHING ELSE FROM HERE ###if {![info exists sendtext_running]} { timer $minutes sendtext set sendtext_running 1}   proc sendtext {} { global channels minutes msgs foreach channel $channels {  foreach msg $msgs {   putserv "PRIVMSG $channel :$msg"   } } timer $minutes sendtext return 1  }putlog "SendMsg 1.0 by WPnL Loaded"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9666">Exedore</a> — Wed Feb 20, 2008 9:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2008-02-20T00:52:52-04:00</updated>

		<published>2008-02-20T00:52:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80986#p80986</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80986#p80986"/>
		<title type="html"><![CDATA[SendMsg doesn't send the messages..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80986#p80986"><![CDATA[
post your file here, use code tags<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Wed Feb 20, 2008 12:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Exedore]]></name></author>
		<updated>2008-02-19T19:56:24-04:00</updated>

		<published>2008-02-19T19:56:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80985#p80985</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80985#p80985"/>
		<title type="html"><![CDATA[SendMsg doesn't send the messages..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80985#p80985"><![CDATA[
Hello friends..<br><br>I have downloaded this TCL scrip:<div class="codebox"><p>Code: </p><pre><code>http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&amp;id=867</code></pre></div><strong class="text-strong"><span style="color:red">SendMsg.tcl</span></strong><br><br>I do everything what says in the file, I mean, I configure all the directives, put the file into the scripts folder, add the line in my *.conf, and reload my bot.<br><br>Nothing Happens<br><br>the bot doesn't send any message..<br><br>When the bot starts, loads the tcl script, but as I said<br><br>Nothing Happens<br><br>What is the problem?<br><br>Thk u all<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9666">Exedore</a> — Tue Feb 19, 2008 7:56 pm</p><hr />
]]></content>
	</entry>
	</feed>
