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

	<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-15T14:59:24-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Skajaquada]]></name></author>
		<updated>2008-02-15T14:59:24-04:00</updated>

		<published>2008-02-15T14:59:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80879#p80879</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80879#p80879"/>
		<title type="html"><![CDATA[private msg triggers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80879#p80879"><![CDATA[
the proc name would be like above...."triggerproc"<br>I bet thats why.  it needs to be like helpproc and idlerpgproc<br>Thanks <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>and yeah, i did a full restart<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9710">Skajaquada</a> — Fri Feb 15, 2008 2:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2008-02-15T14:20:18-04:00</updated>

		<published>2008-02-15T14:20:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80878#p80878</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80878#p80878"/>
		<title type="html"><![CDATA[private msg triggers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80878#p80878"><![CDATA[
1st: did you use different proc-names for each proc/trigger?<br><br>2nd: did you "only" do a .rehash, or a full restart (.rehash will only re-read the configfile, without clearing any registered procs, bindings, settings, etc first)?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Fri Feb 15, 2008 2:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Skajaquada]]></name></author>
		<updated>2008-02-15T14:03:24-04:00</updated>

		<published>2008-02-15T14:03:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80877#p80877</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80877#p80877"/>
		<title type="html"><![CDATA[private msg triggers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80877#p80877"><![CDATA[
Thanks.<br><br>I have another question. I tried making more than one trigger in one tcl file and they sort of bled together when i ran the trigger.  So I tried splitting them up into different tcl files and it did the same thing, now I deleted all but one of those files and for some reason the deleted triggers still make the other script respond.<br><br>Example, when I run the !idlerpglogin trigger, it would run both my !help and !idlerpglogin scripts.<br><br>(Note: I didnt actually delete the files from the shell, i just took it out of the config file so it wouldnt load)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9710">Skajaquada</a> — Fri Feb 15, 2008 2:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2008-02-13T11:16:39-04:00</updated>

		<published>2008-02-13T11:16:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80851#p80851</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80851#p80851"/>
		<title type="html"><![CDATA[private msg triggers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80851#p80851"><![CDATA[
Something like this?<br>Delays the second message by roughly 3secs.<div class="codebox"><p>Code: </p><pre><code>bind msg - !help triggerprocproc triggerproc {nick uhost hand text} { puthelp "PRIVMSG $nick :Bla bla bla I'm helping." utimer 3 [list puthelp "PRIVMSG $nick :Bla bla bla I'm helping more."]}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Wed Feb 13, 2008 11:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Skajaquada]]></name></author>
		<updated>2008-02-13T03:07:05-04:00</updated>

		<published>2008-02-13T03:07:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80847#p80847</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80847#p80847"/>
		<title type="html"><![CDATA[private msg triggers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80847#p80847"><![CDATA[
bind msg - !help triggerproc<br>proc triggerproc {nick uhost hand chan text} {<br>puthelp "PRIVMSG $nick :Bla bla bla I'm helping."<br><br>##timer somewhere here. i dont know how<br><br>puthelp "PRIVMSG $nick :Bla bla bla I'm helping more."<br><br>}<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9710">Skajaquada</a> — Wed Feb 13, 2008 3:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2008-02-13T02:50:40-04:00</updated>

		<published>2008-02-13T02:50:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80846#p80846</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80846#p80846"/>
		<title type="html"><![CDATA[private msg triggers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80846#p80846"><![CDATA[
Should be fairly easy using the msg or msgm bind to get input and using puthelp for output should prevent it from tripping sanely set flood protections.<br><br>You may want to consider providing some example of input and output for what you want.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Wed Feb 13, 2008 2:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Skajaquada]]></name></author>
		<updated>2008-02-13T02:06:40-04:00</updated>

		<published>2008-02-13T02:06:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80845#p80845</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80845#p80845"/>
		<title type="html"><![CDATA[private msg triggers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80845#p80845"><![CDATA[
I need something similar to a help script but done entirely in private msg. no channel commands. I also need the responses to be timed maybe 2 or 3 seconds.<br><br>Thanks in advance!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9710">Skajaquada</a> — Wed Feb 13, 2008 2:06 am</p><hr />
]]></content>
	</entry>
	</feed>
