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

	<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>2004-04-05T14:13:59-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Zariffa]]></name></author>
		<updated>2004-04-05T14:13:59-04:00</updated>

		<published>2004-04-05T14:13:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35255#p35255</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35255#p35255"/>
		<title type="html"><![CDATA[Invite... I give up]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35255#p35255"><![CDATA[
A friend gave me this code, bit it's not perfect, could you help me to enheance it ?<br><div class="codebox"><p>Code: </p><pre><code>bind mode - * op:inviteproc op:invite {nick uhost hand chan mode victim } { global bot botnick if {$mode=="+o" &amp;&amp; $chan=="#a" &amp;&amp; $victim!="KBS" &amp;&amp; $victim!="IriX"} {  if [isop $victim #b] {  putserv "privmsg #b :4$victim vient de s'oper sur #a" } else {  putserv "privmsg #b :4$victim vient de s'oper sur #a sans etre present sur le salon des op !"  putserv "invite $victim #b"  return 0 }}if {$mode=="+o" &amp;&amp; $chan=="#a" &amp;&amp; $victim=="KBS" } {putserv "privmsg #b :4Je Viens De M'oper sur #a"}if {$mode=="+o" &amp;&amp; $chan=="#a" &amp;&amp; $victim=="IriX" } {putserv "privmsg #b :4Irix a encore planté :("}}</code></pre></div>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4349">Zariffa</a> — Mon Apr 05, 2004 2:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Zariffa]]></name></author>
		<updated>2004-04-05T09:48:49-04:00</updated>

		<published>2004-04-05T09:48:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35245#p35245</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35245#p35245"/>
		<title type="html"><![CDATA[Invite... I give up]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35245#p35245"><![CDATA[
Hello,<br><br>It's very cool up to you, showing me the manipulations to do, but I don't know either how to begin (I don't want to, and I don't have time to learn TCL), could you just show me what it would be ?<br><br>Thanks !<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4349">Zariffa</a> — Mon Apr 05, 2004 9:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2004-04-05T08:06:47-04:00</updated>

		<published>2004-04-05T08:06:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35240#p35240</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35240#p35240"/>
		<title type="html"><![CDATA[Re: Invite... I give up]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35240#p35240"><![CDATA[
<blockquote class="uncited"><div>How can I invite a person oping on #a to channel #b ? And moreover, if this person is already on #b, then do not invite her ? It is possible please show me :/</div></blockquote>bind mode - "#a +o" the_proc<br>Then in the proc use 'onchan $victim #b' to determine if they're already on the channel, if not; 'putserv' the INVITE. (the eggdrop commands 'bind', 'onchan' and 'putserv' are described in doc/tcl-commands.doc)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Mon Apr 05, 2004 8:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Zariffa]]></name></author>
		<updated>2004-04-05T05:20:18-04:00</updated>

		<published>2004-04-05T05:20:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35238#p35238</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35238#p35238"/>
		<title type="html"><![CDATA[Invite... I give up]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35238#p35238"><![CDATA[
Hello all,<br><br>I readed the documentation of the TCL... it's hard, anyhere the problem is still there...<br><br>How can I invite a person oping on #a to channel #b ? And moreover, if this person is already on #b, then do not invite her ? It is possible please show me :/<br><br>Thanks...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4349">Zariffa</a> — Mon Apr 05, 2004 5:20 am</p><hr />
]]></content>
	</entry>
	</feed>
