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

	<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>2006-11-20T02:12:37-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Justdabomb2]]></name></author>
		<updated>2006-11-20T02:11:24-04:00</updated>

		<published>2006-11-20T02:11:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=68247#p68247</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=68247#p68247"/>
		<title type="html"><![CDATA[version]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=68247#p68247"><![CDATA[
lol, oops. I guess I am so used to just putting "chan" becuase I use that a lot when I script. Like I said, I just made it real quick. :p<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8244">Justdabomb2</a> — Mon Nov 20, 2006 2:11 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-11-19T20:21:32-04:00</updated>

		<published>2006-11-19T20:21:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=68241#p68241</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=68241#p68241"/>
		<title type="html"><![CDATA[version]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=68241#p68241"><![CDATA[
I should have looked closer.<br><br>I would hazard a guess a certain bot may not have been restarted? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><div class="codebox"><p>Code: </p><pre><code>bind msg - version show:versionproc show:version {nick host hand rest} {  putserv "NOTICE $nick :bla bla bla"} </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sun Nov 19, 2006 8:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-11-19T20:01:57-04:00</updated>

		<published>2006-11-19T20:01:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=68240#p68240</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=68240#p68240"/>
		<title type="html"><![CDATA[version]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=68240#p68240"><![CDATA[
But what's funny is that what Justdabomb2 wrote was correct (except for having a 'chan' argument in the proc) and what smash wrote will never load since there are missing arguments for the bind command (proc name) <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Nov 19, 2006 8:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-11-19T19:58:10-04:00</updated>

		<published>2006-11-19T19:58:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=68239#p68239</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=68239#p68239"/>
		<title type="html"><![CDATA[version]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=68239#p68239"><![CDATA[
<blockquote class="uncited"><div>thanks i tryed that but it dident work.<br><br>so i had a play with it, and changed it to this.<br><div class="codebox"><p>Code: </p><pre><code>bind msg - version  proc msg:version {nick uhost hand rest} {   putserv "NOTICE $nick :bla bla bla" } </code></pre></div>witch now works  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"></div></blockquote>Good work.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><br><br>This is exactly why these forums exist.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sun Nov 19, 2006 7:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[smash]]></name></author>
		<updated>2006-11-19T19:37:37-04:00</updated>

		<published>2006-11-19T19:37:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=68237#p68237</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=68237#p68237"/>
		<title type="html"><![CDATA[version]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=68237#p68237"><![CDATA[
thanks i tryed that but it dident work.<br><br>so i had a play with it, and changed it to this.<br><div class="codebox"><p>Code: </p><pre><code>bind msg - version  proc msg:version {nick uhost hand rest} {   putserv "NOTICE $nick :bla bla bla" } </code></pre></div>witch now works  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8041">smash</a> — Sun Nov 19, 2006 7:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Justdabomb2]]></name></author>
		<updated>2006-11-20T02:12:37-04:00</updated>

		<published>2006-11-19T17:16:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=68229#p68229</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=68229#p68229"/>
		<title type="html"><![CDATA[version]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=68229#p68229"><![CDATA[
maybe<br><div class="codebox"><p>Code: </p><pre><code>bind msg - version show:versionproc show:version {nick host hand chan rest} {  putserv "NOTICE $nick :bla bla bla"}</code></pre></div>I didn't test it or anything... just typed it up real quick... try it out.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8244">Justdabomb2</a> — Sun Nov 19, 2006 5:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[smash]]></name></author>
		<updated>2006-11-19T16:45:03-04:00</updated>

		<published>2006-11-19T16:45:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=68227#p68227</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=68227#p68227"/>
		<title type="html"><![CDATA[version]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=68227#p68227"><![CDATA[
can some 1 tell me how to make,<br><br>/msg botnick version<br><br>the bot will anser putserv NOTICE $nick :bla bla bla <br><br>thanks!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8041">smash</a> — Sun Nov 19, 2006 4:45 pm</p><hr />
]]></content>
	</entry>
	</feed>
