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

	<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>2014-02-01T15:35:51-04:00</updated>

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

		<entry>
		<author><name><![CDATA[play4free2]]></name></author>
		<updated>2014-02-01T15:35:51-04:00</updated>

		<published>2014-02-01T15:35:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102573#p102573</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102573#p102573"/>
		<title type="html"><![CDATA[Request Version Reply]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102573#p102573"><![CDATA[
Thanks Madalin works great <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=12296">play4free2</a> — Sat Feb 01, 2014 3:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Madalin]]></name></author>
		<updated>2014-02-01T07:16:22-04:00</updated>

		<published>2014-02-01T07:16:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102572#p102572</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102572#p102572"/>
		<title type="html"><![CDATA[Request Version Reply]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102572#p102572"><![CDATA[
Use .chanset #channel +version in DCC CHAT to activate the script on what channel.<br><div class="codebox"><p>Code: </p><pre><code>bind PUB - !version version:pubbind CTCR - VERSION version:replysetudef flag versionproc version:pub {nick uhost hand chan arg} {global tempif {![channel get $chan version]} { return }set temp(who) [lindex [split $arg] 0]set temp(chan) $chanputserv "PRIVMSG $temp(who) :\001VERSION\001"}proc version:reply {nick uhost hand dest key vers} {global tempputserv "PRIVMSG $temp(chan) :$nick is using: [join [lrange [split $vers] 0 end]]"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6396">Madalin</a> — Sat Feb 01, 2014 7:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[play4free2]]></name></author>
		<updated>2014-01-31T23:36:19-04:00</updated>

		<published>2014-01-31T23:36:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102570#p102570</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102570#p102570"/>
		<title type="html"><![CDATA[Request Version Reply]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102570#p102570"><![CDATA[
<strong class="text-strong">Update:</strong> I found this code, it was just for on join version replies I edited it to where it uses a public trigger instead of an on join bind and added the time command.<br><br>But I can't seem to figure out how to get it to work where i can do a chanset on it and I haven't been able to get it to where it triggers on !command &lt;nick&gt; <div class="codebox"><p>Code: </p><pre><code>set chan "#channel"bind pub - !version vers_procbind ctcr - VERSION return_versbind pub - !utime utms_procbind ctcr - TIME return_utmsproc vers_proc {nick uhost hand chan arg} {  putserv "PRIVMSG $nick :\001VERSION\001"}proc return_vers {nick uhost hand dest key vers} {  global chan  set retvers [join [lrange [split $vers] 0 end]]  putserv "PRIVMSG $chan :$nick is using: $retvers"}proc utms_proc {nick uhost hand chan arg} {  putserv "PRIVMSG $nick :\001TIME\001"}proc return_utms {nick uhost hand dest key utms} {  global chan  set retutms [join [lrange [split $utms] 0 end]]  putserv "PRIVMSG $chan :$nick's date and time: $retutms"}</code></pre></div>Any help would be appreciated.<br><br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12296">play4free2</a> — Fri Jan 31, 2014 11:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[play4free2]]></name></author>
		<updated>2013-12-12T22:05:25-04:00</updated>

		<published>2013-12-12T22:05:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102313#p102313</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102313#p102313"/>
		<title type="html"><![CDATA[Request Version Reply]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102313#p102313"><![CDATA[
Hi,<br><br>I am looking for a script for a bot that uses the trigger !version &lt;nick&gt;<br><br>Then replies to the chanset #channel(s) with: Version Reply: mIRC 6.35 Khaled Mardam-Bey <br>Or what ever version(s) the user might be using.<br><br>Thanks,<br><br>play4free2<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12296">play4free2</a> — Thu Dec 12, 2013 10:05 pm</p><hr />
]]></content>
	</entry>
	</feed>
