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

	<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>2001-11-25T03:30:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-11-25T03:30:00-04:00</updated>

		<published>2001-11-25T03:30:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2020#p2020</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2020#p2020"/>
		<title type="html"><![CDATA[Anyone see the error?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2020#p2020"><![CDATA[
hehe.. silly me.. it worked.. =)<br>danke<p>Statistics: Posted by Guest — Sun Nov 25, 2001 3:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-11-25T03:19:00-04:00</updated>

		<published>2001-11-25T03:19:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2019#p2019</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2019#p2019"/>
		<title type="html"><![CDATA[Anyone see the error?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2019#p2019"><![CDATA[
<br>Edit this line:<br>if {[matchattr $handle v $chan]} { <br><br>to:<br>if {[matchattr $handle |v $chan]} {<br><br>should be ok then.<br><br>Crypto<br> <br><p>Statistics: Posted by Guest — Sun Nov 25, 2001 3:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-11-25T01:07:00-04:00</updated>

		<published>2001-11-25T01:07:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2015#p2015</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2015#p2015"/>
		<title type="html"><![CDATA[Anyone see the error?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2015#p2015"><![CDATA[
Ok.. this thingy should check if a user has a +v on a channal .. and if the channal is +i invite the user.. but now it only invites if you have global +v.. anyone? =) (egg 1.6.6)<br><br><br>------<br>bind pub - !invite pub_invite<br>proc pub_invite {nick host handle channel arg} {<br>set arg [split $arg]<br> if {[llength $arg]==0} {<br>   set who "[split $nick]"<br> } else {<br>   set who "[lindex $arg 0]"<br> }<br> foreach chan [channels] {<br>   set cmodes [lindex [channel info $chan] 0]<br>   if {[string match [string tolower "*i*"] [string tolower $cmodes]]} {<br>     if {[matchattr $handle v $chan]} {<br>       putserv "INVITE [join $who] $chan"<br>     }<br>   }<br> }<br>}<br>putlog "Invite TCL loaded."<br><p>Statistics: Posted by Guest — Sun Nov 25, 2001 1:07 am</p><hr />
]]></content>
	</entry>
	</feed>
