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

	<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>2010-08-14T15:24:49-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Luminous]]></name></author>
		<updated>2010-08-14T15:24:49-04:00</updated>

		<published>2010-08-14T15:24:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93953#p93953</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93953#p93953"/>
		<title type="html"><![CDATA[Need help with lag.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93953#p93953"><![CDATA[
Ah, okay, was wondering how that worked without conflict, haha. Yeah, alltools will save you trouble, that was just meant as a temp fix and to give you an idea of what it actually did. Alltools has other useful commands I use often too, be sure to look through it. <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=11101">Luminous</a> — Sat Aug 14, 2010 3:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[irq]]></name></author>
		<updated>2010-08-14T14:45:46-04:00</updated>

		<published>2010-08-14T14:45:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93950#p93950</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93950#p93950"/>
		<title type="html"><![CDATA[Need help with lag.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93950#p93950"><![CDATA[
<blockquote class="uncited"><div>You're welcome. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> However, I screwed a bit, my apologies. &gt;.&lt; I was in a rush and doing that based on memory... change the occurrences of "chan" in that script to "dest". I will edit this above for you to see as well. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> I also went ahead and put the $text var in the proper place.</div></blockquote><br>I just loaded alltools.tcl and it solved my trouble <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=11315">irq</a> — Sat Aug 14, 2010 2:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Luminous]]></name></author>
		<updated>2010-08-14T14:42:02-04:00</updated>

		<published>2010-08-14T14:42:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93949#p93949</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93949#p93949"/>
		<title type="html"><![CDATA[Need help with lag.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93949#p93949"><![CDATA[
You're welcome. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> However, I screwed a bit, my apologies. &gt;.&lt; I was in a rush and doing that based on memory... change the occurrences of "chan" in that script to "dest". I will edit this above for you to see as well. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> I also went ahead and put the $text var in the proper place.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11101">Luminous</a> — Sat Aug 14, 2010 2:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[irq]]></name></author>
		<updated>2010-08-14T14:40:06-04:00</updated>

		<published>2010-08-14T14:40:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93948#p93948</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93948#p93948"/>
		<title type="html"><![CDATA[Need help with lag.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93948#p93948"><![CDATA[
<blockquote class="uncited"><div>Sounds like you don't have the alltools.tcl script loaded. It provides the putmsg command in addition to several others. Here it is though, in case you were curious:<br><div class="codebox"><p>Code: </p><pre><code>proc putmsg {chan text} {  putserv "PRIVMSG $chan :blah blah blah"}</code></pre></div>Should work if you load that by itself. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"></div></blockquote>Thx Luminous !!!! It worked <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=11315">irq</a> — Sat Aug 14, 2010 2:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Luminous]]></name></author>
		<updated>2010-08-14T14:42:49-04:00</updated>

		<published>2010-08-14T14:27:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93947#p93947</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93947#p93947"/>
		<title type="html"><![CDATA[Need help with lag.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93947#p93947"><![CDATA[
Sounds like you don't have the alltools.tcl script loaded. It provides the putmsg command in addition to several others. Here it is though, in case you were curious:<br><div class="codebox"><p>Code: </p><pre><code>proc putmsg {dest text} {  putserv "PRIVMSG $dest :$text"}</code></pre></div>Should work if you load that by itself. <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=11101">Luminous</a> — Sat Aug 14, 2010 2:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[irq]]></name></author>
		<updated>2010-08-14T14:16:25-04:00</updated>

		<published>2010-08-14T14:16:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93946#p93946</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93946#p93946"/>
		<title type="html"><![CDATA[Need help with lag.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93946#p93946"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>### Configuration####################### trigger########set lagtrigger "!lag"## rights########set lagrights "n|-"############################################################################ CODE #######################################################################bind pub ${lagrights} ${lagtrigger} pub:lag:checkbind raw - 391 raw:check:lagproc pub:lag:check {nick host hand chan test} {set ::lag "[clock clicks]";set ::lagchan $chanputquick "TIME"}proc raw:check:lag {from key text} {putmsg $::lagchan "\273\273 Current Networklag: [expr (([clock clicks] - $::lag)/2)/1000.] ms"unset ::lagchan;unset ::lag}putlog "\037- Lagcheck by Mettwurst loaded (v1.8)-\037"</code></pre></div><br>When I type !lag, I get this error from eggdrop : <strong class="text-strong">Tcl error [raw:check:lag]: invalid command name "putmsg"</strong><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11315">irq</a> — Sat Aug 14, 2010 2:16 pm</p><hr />
]]></content>
	</entry>
	</feed>
