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

	<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-04-19T04:09:56-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Reserve]]></name></author>
		<updated>2005-04-19T04:09:56-04:00</updated>

		<published>2005-04-19T04:09:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48294#p48294</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48294#p48294"/>
		<title type="html"><![CDATA[cant get putquick notice to work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48294#p48294"><![CDATA[
Thanks for the replies.<br><br>I tried the suggestions made and found through examining the raw logs that either the putquick commands werent being issued to the server or not being logged.<br><br>After several hours of investigation I deleted the bot dir, recompiled the bot and reinstalled the bot to a new directory. I put in the script that was giving me headaches and waited.......<br><br>i joined my game server and changed my name to 'admin needed' and waited again......<br><br>Sure enough i began receiving notices to my channel.<br><br>I never actually found out why i wasnt previously but with a freshly compiled and installed bot it seems to work with the same script. Although i would have liked to find out why it didnt work - the problem is now resolved.<br><br>Thanks for your input and suggestions.<br><br>Reserve<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6109">Reserve</a> — Tue Apr 19, 2005 4:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-04-18T08:20:39-04:00</updated>

		<published>2005-04-18T08:20:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48251#p48251</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48251#p48251"/>
		<title type="html"><![CDATA[cant get putquick notice to work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48251#p48251"><![CDATA[
See if privmsg is working, if notice is working or both aren't working. Restart the bot, or give it a kick from the channel and let it come back in again on some servers it can get desynched.<br><blockquote class="uncited"><div>putquick "PRIVMSG <strong class="text-strong">&lt;#channel&gt;</strong> :<strong class="text-strong">&lt;text&gt;</strong>"<br>putquick "NOTICE <strong class="text-strong">&lt;#channel&gt;</strong> :<strong class="text-strong">&lt;text&gt;</strong>"</div></blockquote>Or check this in partyline:<br><div class="codebox"><p>Code: </p><pre><code>.tcl putquick "PRIVMSG [b]&lt;#channel&gt;[/b] :[b]&lt;text&gt;[/b]"</code></pre></div>and see what happens.<br><br>If putquick doesn't work, try replacing 'putquick' with 'putserv' or 'puthelp' and let other things be the same and then check it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Mon Apr 18, 2005 8:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-04-18T06:21:41-04:00</updated>

		<published>2005-04-18T06:21:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48245#p48245</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48245#p48245"/>
		<title type="html"><![CDATA[cant get putquick notice to work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48245#p48245"><![CDATA[
All of the above except the last one are supposed to work. Have you checked the raw log of the Bot to see if and what the bot actually sends to the server?<br>Did you make sure nobody set chanmode +N (which usually prevents channel Notices), since last time it worked?<br>Have you tried to use .set errorInfo? maybe you are encountering an compatiblilty issue or you are lacking an other required TCL before the bot phrases the putquick line.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Mon Apr 18, 2005 6:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Reserve]]></name></author>
		<updated>2005-04-18T06:15:18-04:00</updated>

		<published>2005-04-18T06:15:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48243#p48243</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48243#p48243"/>
		<title type="html"><![CDATA[cant get putquick notice to work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48243#p48243"><![CDATA[
Hi  all.<br><br>Im having problems using the putquick command in a script i have. I use a 1.6.17 eggdrop running on FreeBSD that monitors a remote game server and looks for the name "admin-needed" and if found it announces to my IRC channel.<br><br>The code i want to use (and that doesnt work) is<br><div class="codebox"><p>Code: </p><pre><code>putquick "NOTICE #channel-name :FOUND $name on $server"</code></pre></div>This method <strong class="text-strong">did</strong> work on an earlier version of Eggdrop.<br><br>The communication with the game server is working fine and i can get the script to work correctly if i use<br><div class="codebox"><p>Code: </p><pre><code>putquick "PRIVMSG #channel-name :FOUND $name on $server"</code></pre></div>Ive tried various combinations without success, including<br><div class="codebox"><p>Code: </p><pre><code>putquick "NOTICE \#channel-name :FOUND $name on $server"</code></pre></div><div class="codebox"><p>Code: </p><pre><code>set gamechan "#channel-name"putquick "NOTICE $gamechan :FOUND $name on $server"</code></pre></div><div class="codebox"><p>Code: </p><pre><code>set gamechan "#channel-name"putserv "NOTICE $gamechan :FOUND $name on $server"</code></pre></div><div class="codebox"><p>Code: </p><pre><code>putserv "NOTICE #channel-name :FOUND $name on $server"</code></pre></div><div class="codebox"><p>Code: </p><pre><code>putserv -quick "NOTICE #channel-name :FOUND $name on $server"</code></pre></div><br>All of the above fail without any errors. If i specify a nick to send the notice to  instead of the channel name then the notice works - but i cannot seem to get it to post to my channel. I have to use the #channel-name as the script isnt on a trigger but runs on a timer and so isnt called from a particular user or channel but the output only goes to one specific channel.<br><br>Any help or ideas greatly appreciated.<br><br>thx<br><br>Reserve<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6109">Reserve</a> — Mon Apr 18, 2005 6:15 am</p><hr />
]]></content>
	</entry>
	</feed>
