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

	<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>2002-07-27T10:55:55-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-07-27T10:55:55-04:00</updated>

		<published>2002-07-27T10:55:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9230#p9230</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9230#p9230"/>
		<title type="html"><![CDATA[help for lame]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9230#p9230"><![CDATA[
As in the first reply, you should use<br><br>proc pub_stat {nick uhost hand chan text} {<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sat Jul 27, 2002 10:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[laidas]]></name></author>
		<updated>2002-07-27T08:00:28-04:00</updated>

		<published>2002-07-27T08:00:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9227#p9227</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9227#p9227"/>
		<title type="html"><![CDATA[help for lame]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9227#p9227"><![CDATA[
so can you help me and write how will be alright ??<br><br>sorry for bad language<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1641">laidas</a> — Sat Jul 27, 2002 8:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-07-27T07:58:19-04:00</updated>

		<published>2002-07-27T07:58:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9225#p9225</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9225#p9225"/>
		<title type="html"><![CDATA[help for lame]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9225#p9225"><![CDATA[
No - you must have all the varaible in the first line of the proc command.<br><br>Eggdrop will pass more variable than you have stated, thus it will throw an error<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sat Jul 27, 2002 7:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[laidas]]></name></author>
		<updated>2002-07-27T07:53:54-04:00</updated>

		<published>2002-07-27T07:53:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9223#p9223</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9223#p9223"/>
		<title type="html"><![CDATA[help for lame]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9223#p9223"><![CDATA[
OK,<br><br>so I want to write script, that it will do:<br><br>In channel I write word "Bye"<br>Then bot says: "Bye Bye $nick"<br><div class="codebox"><p>Code: </p><pre><code>[list]bind pub - bye bye_byeproc bye_bye { nick chan text } {  putserv "PRIVMSG $chan Bye Bye $nick"}</code></pre></div>is it OK ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1641">laidas</a> — Sat Jul 27, 2002 7:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2002-07-27T07:37:20-04:00</updated>

		<published>2002-07-27T07:37:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9219#p9219</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9219#p9219"/>
		<title type="html"><![CDATA[help for lame]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9219#p9219"><![CDATA[
the procedure means that :<br><br>proc pub_stat {nick uhost hand chan text} { <br><br>This is a proc used in a channel.<br><br>The arguments mean : <br>nick = nickname of the person caused the proc<br>uhost = his hotmask<br>hand = handle @ bot (+f n stuff)<br>chan = channel where he caused the proc<br>text = the argument he used (the text after the trigger)<br><br>[/list]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Sat Jul 27, 2002 7:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[laidas]]></name></author>
		<updated>2002-07-27T06:40:01-04:00</updated>

		<published>2002-07-27T06:40:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9218#p9218</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9218#p9218"/>
		<title type="html"><![CDATA[help for lame]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9218#p9218"><![CDATA[
Hi !<br>I want to ask lame question <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>what means this line ???:<br><br>proc pub_stat {<span style="text-decoration:underline">nick uhost hand chan text</span>} {<br><br>help me <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=1641">laidas</a> — Sat Jul 27, 2002 6:40 am</p><hr />
]]></content>
	</entry>
	</feed>
