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

	<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>2007-01-21T09:10:41-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Spartacus]]></name></author>
		<updated>2007-01-21T09:10:41-04:00</updated>

		<published>2007-01-21T09:10:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69784#p69784</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69784#p69784"/>
		<title type="html"><![CDATA[Bot not chatting]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69784#p69784"><![CDATA[
Sorry problem solved <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br>The channel mode was +m<br>So when the bot wasn't an op, he couldn't talk <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8615">Spartacus</a> — Sun Jan 21, 2007 9:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Spartacus]]></name></author>
		<updated>2007-01-21T03:45:50-04:00</updated>

		<published>2007-01-21T03:45:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69779#p69779</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69779#p69779"/>
		<title type="html"><![CDATA[Bot not chatting]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69779#p69779"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>putserv "PRIVMSG $handle :just a test"puthelp "PRIVMSG $handle :just a test"</code></pre></div>These two do work, I get a private message<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8615">Spartacus</a> — Sun Jan 21, 2007 3:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-01-20T17:45:23-04:00</updated>

		<published>2007-01-20T17:45:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69768#p69768</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69768#p69768"/>
		<title type="html"><![CDATA[Bot not chatting]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69768#p69768"><![CDATA[
Smells like a server-issue to me (desync'ed channel or such). Could you verify if you get the same behaviour if you make it msg you instead of that channel?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sat Jan 20, 2007 5:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Spartacus]]></name></author>
		<updated>2007-01-20T08:21:01-04:00</updated>

		<published>2007-01-20T08:21:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69754#p69754</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69754#p69754"/>
		<title type="html"><![CDATA[Bot not chatting]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69754#p69754"><![CDATA[
Thanks <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>This is inside my proc:<div class="codebox"><p>Code: </p><pre><code>putlog "test1"putserv "PRIVMSG #channel :just a test"puthelp "PRIVMSG #channel :just a test"putlog "test2"</code></pre></div>It shows test1 and test2 in the log, but it doesn't say anything in the channel #channel.. what could be wrong?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8615">Spartacus</a> — Sat Jan 20, 2007 8:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-01-19T15:00:02-04:00</updated>

		<published>2007-01-19T15:00:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69736#p69736</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69736#p69736"/>
		<title type="html"><![CDATA[Bot not chatting]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69736#p69736"><![CDATA[
Don't use , in the variable-listing... Use a proper tcl list-structure:<div class="codebox"><p>Code: </p><pre><code>proc dcc:sayit {handle idx handler} {</code></pre></div>Also, for such simple tasks as sending texts, etc.. considder using puthelp rather than putserv (same syntax, just uses a low-priority queue rather than the one used for "important" stuffs such as opping, banning, kicking, etc).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Fri Jan 19, 2007 3:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Spartacus]]></name></author>
		<updated>2007-01-19T12:02:55-04:00</updated>

		<published>2007-01-19T12:02:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69733#p69733</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69733#p69733"/>
		<title type="html"><![CDATA[Bot not chatting]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69733#p69733"><![CDATA[
Hello,<br>I have this script:<div class="codebox"><p>Code: </p><pre><code>bind dcc - sayit dcc:sayitproc dcc:sayit {handle, idx, handler} {putserv "PRIVMSG #channel :$handler"putmsg #channel "$handler"}</code></pre></div>#channel is the channel, it's not the real channel, this is just an example<br><br>When I say .sayit test, both putserv and putmsg don't work, because when I am in #channel, the bot won't say a thing (and the script won't give me an error either)<br><br>Can anybody help me? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8615">Spartacus</a> — Fri Jan 19, 2007 12:02 pm</p><hr />
]]></content>
	</entry>
	</feed>
