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

	<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>2017-04-09T11:18:12-04:00</updated>

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

		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2017-04-09T11:18:12-04:00</updated>

		<published>2017-04-09T11:18:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106098#p106098</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106098#p106098"/>
		<title type="html"><![CDATA[Putnow / Putquick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106098#p106098"><![CDATA[
<blockquote class="uncited"><div>...<br>Best would be to pastebin the whole script. <br>...</div></blockquote><blockquote class="uncited"><div>...<br>could you copy the complete script <br>...</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Sun Apr 09, 2017 11:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[intel]]></name></author>
		<updated>2017-04-09T11:04:50-04:00</updated>

		<published>2017-04-09T11:04:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106097#p106097</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106097#p106097"/>
		<title type="html"><![CDATA[Putnow / Putquick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106097#p106097"><![CDATA[
sorry there is a bind statement<br><br>bind pub -|- !pre ms:pre<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9747">intel</a> — Sun Apr 09, 2017 11:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2017-04-09T09:15:16-04:00</updated>

		<published>2017-04-09T09:15:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106096#p106096</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106096#p106096"/>
		<title type="html"><![CDATA[Putnow / Putquick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106096#p106096"><![CDATA[
That won't trigger with any command, because there is no bind .<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Sun Apr 09, 2017 9:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[intel]]></name></author>
		<updated>2017-04-08T21:40:12-04:00</updated>

		<published>2017-04-08T21:40:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106095#p106095</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106095#p106095"/>
		<title type="html"><![CDATA[Putnow / Putquick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106095#p106095"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>proc ms:pre {nick uhost hand chan arg} {  set chan [string tolower $chan]  if {[channel get $chan search]} {      global mysql_ db_        set handle [mysqlconnect -host $mysql_(host) -user $mysql_(user) -pass $mysql_(password) -db $mysql_(db)];        set before [clock clicks -milliseconds]        set sea1 [string map [list "*" "%" " " "%" "" "%"] $arg];        set sea2 [string map [list "%" "*"] $sea1];        set query1 [mysqlsel $handle "SELECT $db_(rlsname),$db_(section),$db_(status),$db_(nukereason),$db_(ctime),$db_(files),$db_(size),$db_(genre) FROM $mysql_(table) WHERE $db_(rlsname) LIKE '%$sea1%' ORDER BY $db_(ctime) DESC LIMIT 5 " -flatlist];        if {$query1 == ""} {                putquick "PRIVMSG $chan : Nothing found for \037 $arg \037"            } else {              foreach {rls type nuke reason timestamp files size genre} $query1 {              set sea1 [string map [list "*" "%" " " "%" "" "%"] $arg];              set sea2 [string map [list "%" "*"] $sea1];              set query1 [mysqlsel $handle "SELECT $db_(rlsname),$db_(section),$db_(status),$db_(nukereason),$db_(ctime),$db_(files),$db_(size),$db_(genre) FROM $mysql_(table) WHERE $db_(rlsname) LIKE '%$sea1%' ORDER BY $db_(ctime) DESC LIMIT 5 " -flatlist];            if {$query1 == ""} {                putquick "PRIVMSG $chan : Nothing found for \037 $arg \037"            } else {            foreach {rls type nuke reason timestamp files size} $query1 {            set time1 [unixtime]            incr time1 -$timestamp            set ago [duration $time1]            set after [clock clicks -milliseconds]            if {$size != 0} {if {$files != 0} {      if {$nuke == "0"} {                  putquick "PRIVMSG $chan :\[\002\00314PRE\002\003 in \00310$type\003] - $rls ( [clock format $timestamp -format %m.%d.%Y] ) ( [clock format $timestamp -format %H:%M:%S] ) ( $size\00310MB\003 $files\00310F\003 $genre ) -- pred $ago ago"              } elseif {$nuke == "1"} {                  putquick "PRIVMSG $chan :\[\0034NUKE\003\] ( \00310$type\003 ) -- $rls  \002(\002 \037\0034$reason\037\003 \002)\002 was pred \0030::\003 ( [clock format $timestamp -format %m.%d.%Y] )\002 \002( [clock format $timestamp -format %H:%M:%S] ) ( $size\00310MB\003 $files\00310F\003 $genre ) -- pred $ago ago"              } else {        putlog "ERROR in (PRESEARCH)"    }  }}  set ms "MS"  mysqlclose $handle      }    }  }}}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9747">intel</a> — Sat Apr 08, 2017 9:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[juanamores]]></name></author>
		<updated>2017-04-03T18:28:17-04:00</updated>

		<published>2017-04-03T18:28:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106061#p106061</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106061#p106061"/>
		<title type="html"><![CDATA[Putnow / Putquick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106061#p106061"><![CDATA[
<strong class="text-strong">intel</strong>, could you copy the complete script so you can look at it and try to find the problem?<br><br>By chance, do you connect the BoT through a ZNC, bouncer or BNC?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12499">juanamores</a> — Mon Apr 03, 2017 6:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[intel]]></name></author>
		<updated>2017-04-03T16:22:16-04:00</updated>

		<published>2017-04-03T16:22:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106060#p106060</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106060#p106060"/>
		<title type="html"><![CDATA[Putnow / Putquick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106060#p106060"><![CDATA[
simo,<br>Don't think so cause someone else who has a bot can do it with no issues on the same ircd<br>When I am in the partyline for the and do !pre if there is a problem shouldn't I see something there?  I don't see any issue. It just doesnt respond<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9747">intel</a> — Mon Apr 03, 2017 4:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2017-04-03T14:10:29-04:00</updated>

		<published>2017-04-03T14:10:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106059#p106059</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106059#p106059"/>
		<title type="html"><![CDATA[Putnow / Putquick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106059#p106059"><![CDATA[
most ircds have throttle feature to prevent text floods perhaps ur bot is caught in that and therefore sending with a bit of delay<br><br>putnow sends directly to server wich might trigger anti throttle ( if massive text send and possibly might get disconnected )<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Mon Apr 03, 2017 2:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[intel]]></name></author>
		<updated>2017-04-03T12:52:04-04:00</updated>

		<published>2017-04-03T12:52:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106058#p106058</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106058#p106058"/>
		<title type="html"><![CDATA[Putnow / Putquick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106058#p106058"><![CDATA[
that is the line....<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9747">intel</a> — Mon Apr 03, 2017 12:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2017-04-03T12:47:48-04:00</updated>

		<published>2017-04-03T12:47:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106057#p106057</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106057#p106057"/>
		<title type="html"><![CDATA[Putnow / Putquick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106057#p106057"><![CDATA[
<blockquote class="uncited"><div>yup....I was editing it   <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"></div></blockquote>Ok.<br>I'll wait for the rest of the info.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Mon Apr 03, 2017 12:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[intel]]></name></author>
		<updated>2017-04-03T12:28:02-04:00</updated>

		<published>2017-04-03T12:28:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106056#p106056</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106056#p106056"/>
		<title type="html"><![CDATA[Putnow / Putquick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106056#p106056"><![CDATA[
yup....I was editing it   <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9747">intel</a> — Mon Apr 03, 2017 12:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2017-04-03T12:13:51-04:00</updated>

		<published>2017-04-03T12:13:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106055#p106055</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106055#p106055"/>
		<title type="html"><![CDATA[Putnow / Putquick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106055#p106055"><![CDATA[
<blockquote class="uncited"><div>putquick "PRIVMSG $chan :\[\002\00314PRE\002\003 in \00310$type\003] - $rls ( [clock format $timestamp -format %m.%d.%Y] ) ( [clock format $timestamp -format %H:%M:%S] ) ( $size\00310MB\003 $files\00310F\003 $genre ) -- pred $ago ago" -next</div></blockquote>Is that line wrapped?    Because it ends with a $   as if in the middle of a variable name.<br><br>That line also does not have an ending double quote.<br><br><br>Then... there were my other requests for info, too.<br><br><br>edit:  Ok. Apparently you were editing your post at the same time as I was replying.   <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=10420">willyw</a> — Mon Apr 03, 2017 12:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[intel]]></name></author>
		<updated>2017-04-03T12:07:56-04:00</updated>

		<published>2017-04-03T12:07:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106054#p106054</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106054#p106054"/>
		<title type="html"><![CDATA[Putnow / Putquick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106054#p106054"><![CDATA[
putquick "PRIVMSG $chan :\[\002\00314PRE\002\003 in \00310$type\003] - $rls ( [clock format $timestamp -format %m.%d.%Y] ) ( [clock format $timestamp -format %H:%M:%S] ) ( $size\00310MB\003 $files\00310F\003 $genre ) -- pred $ago ago" -next<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9747">intel</a> — Mon Apr 03, 2017 12:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2017-04-03T11:41:10-04:00</updated>

		<published>2017-04-03T11:41:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106053#p106053</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106053#p106053"/>
		<title type="html"><![CDATA[Re: Putnow / Putquick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106053#p106053"><![CDATA[
It would be helpful to see both.   <br>It might be enough to see just both lines of tcl.<br>Best would be to pastebin the whole script.<br><br><br>Is the output more than just a couple lines?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Mon Apr 03, 2017 11:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[intel]]></name></author>
		<updated>2017-04-03T11:20:46-04:00</updated>

		<published>2017-04-03T11:20:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106052#p106052</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106052#p106052"/>
		<title type="html"><![CDATA[Putnow / Putquick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106052#p106052"><![CDATA[
I have a tcl script the announces releases when someone does !pre<br><br>I noticed my bot is delayed and I have putquick.  I changed that to putnow and when someone does !pre the bot no longer responds.  I am running eggdrop 1.8<br><br>Once I have it back to putquick it responds.<br><br>Any help is appreciated.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9747">intel</a> — Mon Apr 03, 2017 11:20 am</p><hr />
]]></content>
	</entry>
	</feed>
