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

	<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-07-23T07:04:44-04:00</updated>

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

		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-07-23T07:04:44-04:00</updated>

		<published>2004-07-23T07:04:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38990#p38990</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38990#p38990"/>
		<title type="html"><![CDATA[Enforce invite]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38990#p38990"><![CDATA[
Thanks <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> Ill go try it and make adjustments if needed<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Fri Jul 23, 2004 7:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2004-07-23T06:07:50-04:00</updated>

		<published>2004-07-23T06:07:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38989#p38989</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38989#p38989"/>
		<title type="html"><![CDATA[Enforce invite]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38989#p38989"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>#default the enforcing to offset enforceinvite 0#trigger to set the enforcing to "on" or "off" bind dcc n enfinvite enforce:invite:dccproc enforce:invite:dcc {hand idx arg} {global enforceinviteif {[string equal -nocase [lindex [split $arg] 0] "on"]} { set enforceinvite 1} elseif {[string equal -nocase [lindex [split $arg] 0] "off"]} { set enforceinvite 0}}bind mode - "* -i" enforce:inviteproc enforce:invite {args} {if $::enforceinvite { pushmode [lindex $args 3] +i }}</code></pre></div>NOTE: untested and very basic <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><br>...if you want it to do more, do it yourself <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Fri Jul 23, 2004 6:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-07-23T05:52:18-04:00</updated>

		<published>2004-07-23T05:52:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38988#p38988</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38988#p38988"/>
		<title type="html"><![CDATA[Enforce invite]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38988#p38988"><![CDATA[
Im talking about a script here, to toggle the enforcing on and off :&gt;<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Fri Jul 23, 2004 5:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-07-23T05:23:55-04:00</updated>

		<published>2004-07-23T05:23:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38986#p38986</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38986#p38986"/>
		<title type="html"><![CDATA[Enforce invite]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38986#p38986"><![CDATA[
Channel mlock can be set via the bot configuration file ie. chanmode "+nti-lkm" and via DCC ie. .chanset chanmode +/- modes<br><br>This can also be set globally via "set global-chanmode"<br><br>Doing the above ignores user access to the bot, including owner/master.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Fri Jul 23, 2004 5:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-07-23T04:51:55-04:00</updated>

		<published>2004-07-23T04:51:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38984#p38984</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38984#p38984"/>
		<title type="html"><![CDATA[Enforce invite]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38984#p38984"><![CDATA[
I havent managed to find one and i have no clue how to build it myself but if anyone has one.<br><br>I'd like it to enforce invite so if anyone removes it, it will readd +i, even if its an owner or master. And if someone kick/bans the bot, he will get kickbanned when the bot returns.<br><br>Anyone have something like this? :&gt;<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Fri Jul 23, 2004 4:51 am</p><hr />
]]></content>
	</entry>
	</feed>
