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

	<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-04-17T20:56:36-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-04-17T20:56:36-04:00</updated>

		<published>2006-04-17T20:56:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62050#p62050</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62050#p62050"/>
		<title type="html"><![CDATA[Script request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62050#p62050"><![CDATA[
<blockquote class="uncited"><div>4.7  CPRIVMSG<br><br>   CPRIVMSG<br><br>   The CPRIVMSG parameter indicates that the server supports the<br>   "CPRIVMSG" command.  An extension for the PRIVMSG command, as defined<br>   in RFC 1459 [2] section 4.4.1, it allows users with a specific status<br>   in a channel to issue a PRIVMSG command to a user within that<br>   channel, free of certain restrictions a server MAY apply to PRIVMSG.<br><br>   The CPRIVMSG parameter MUST NOT be specified with a value.</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Mon Apr 17, 2006 8:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2006-04-17T12:00:33-04:00</updated>

		<published>2006-04-17T12:00:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62034#p62034</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62034#p62034"/>
		<title type="html"><![CDATA[Script request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62034#p62034"><![CDATA[
CPRIVMSG? What is that? Must be a server side feature, right?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Apr 17, 2006 12:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyEgg]]></name></author>
		<updated>2006-04-17T11:12:53-04:00</updated>

		<published>2006-04-17T11:12:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62026#p62026</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62026#p62026"/>
		<title type="html"><![CDATA[Script request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62026#p62026"><![CDATA[
if the bot is at least voice then change <br><br>privmsg with CPRIVMSG <br><br>to prevent msg "target change too fast wait for xxx sec"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6534">CrazyEgg</a> — Mon Apr 17, 2006 11:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-04-17T04:27:34-04:00</updated>

		<published>2006-04-17T04:27:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62017#p62017</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62017#p62017"/>
		<title type="html"><![CDATA[Script request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62017#p62017"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind ctcr - VERSION version:replybind join - * check:versionproc check:version {nick uhost hand chan} { global cversion set cversion([string tolower $nick]) $chan putserv "privmsg $nick :\001VERSION\001"}proc version:reply {nick uhost hand dest kw arg} { global cversion if {[isbotnick $dest] &amp;&amp; [info exists cversion([set nick [string tolower $nick]])]} {  if {[string match -nocase "*mirc*" $arg]} {   pushmode $cversion($nick) +v $$nick  }  unset cversion($nick) }}</code></pre></div>this will work on all chans.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon Apr 17, 2006 4:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[martpen69]]></name></author>
		<updated>2006-04-16T21:11:07-04:00</updated>

		<published>2006-04-16T21:11:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62011#p62011</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62011#p62011"/>
		<title type="html"><![CDATA[Sorry]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62011#p62011"><![CDATA[
I didnt know how to set the $vchan variable so i did this.<br><div class="codebox"><p>Code: </p><pre><code>bind ctcr - VERSION version:replybind join - * check:versionproc check:version {nick uhost hand chan} { global cversion set cversion([string tolower $nick]) 1 putserv "privmsg $nick :\001VERSION\001"}proc version:reply {nick uhost hand dest kw arg} { global cversion if {[isbotnick $dest] &amp;&amp; [info exists cversion([string tolower $nick])]} {  if {[string match -nocase "*mirc*" $arg]} {   pushmode #mychannel +v $nick   unset cversion([string tolower $nick])  } }}</code></pre></div>Probably lame by your standards but it does the job.<br><br>Thanks again for the help.<br><br> <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=6376">martpen69</a> — Sun Apr 16, 2006 9:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-04-16T20:36:44-04:00</updated>

		<published>2006-04-16T20:36:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62010#p62010</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62010#p62010"/>
		<title type="html"><![CDATA[Script request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62010#p62010"><![CDATA[
You're supposed to test it, not ask us if it works. Anyways<div class="codebox"><p>Code: </p><pre><code>{ pushmode $vchan +v $user }</code></pre></div>should be just<div class="codebox"><p>Code: </p><pre><code>pushmode $vchan +v $user</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Apr 16, 2006 8:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[martpen69]]></name></author>
		<updated>2006-04-16T20:23:42-04:00</updated>

		<published>2006-04-16T20:23:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62008#p62008</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62008#p62008"/>
		<title type="html"><![CDATA[Script request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62008#p62008"><![CDATA[
Oper bot to ctcp version people when they join my channel and to +v them if they reply with a certain version.<br><br>I found some scripts which ive taken bits from and tried to put them together. <br><br>Not sure if this is correct. <br><div class="codebox"><p>Code: </p><pre><code>bind ctcr - VERSION version:reply bind join - * check:version proc check:version {nick uhost hand chan} {  global cversion  set cversion([string tolower $nick]) 1  putserv "privmsg $nick :\001VERSION\001" } proc version:reply {nick uhost hand dest kw arg} {  global cversion  if {[isbotnick $dest] &amp;&amp; [info exists cversion([string tolower $nick])]} {   if {[string match -nocase "*version here*" $arg]} {   { pushmode $vchan +v $user }    unset cversion([string tolower $nick])   }  } }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6376">martpen69</a> — Sun Apr 16, 2006 8:23 pm</p><hr />
]]></content>
	</entry>
	</feed>
