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

	<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>2005-11-11T09:40:18-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-11-11T09:40:18-04:00</updated>

		<published>2005-11-11T09:40:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57327#p57327</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57327#p57327"/>
		<title type="html"><![CDATA[Re: Basic aop Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57327#p57327"><![CDATA[
<blockquote class="uncited"><div>Hey i just need a basic aop script so i can do<br><br><strong class="text-strong">!aop nick</strong><br><br>and it adds them to Auto Op in that CHANNEL<br><br>and does it by ident!</div></blockquote>You made a request. You got it!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Fri Nov 11, 2005 9:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-11-11T06:38:55-04:00</updated>

		<published>2005-11-11T06:38:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57320#p57320</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57320#p57320"/>
		<title type="html"><![CDATA[Basic aop Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57320#p57320"><![CDATA[
anixion, if you mean you want the bot to autoop him then use<div class="codebox"><p>Code: </p><pre><code>bind pub o|o !aop op:userproc op:user {nick uhost hand chan arg} {    set thenick [lindex [split [string trim $arg]] 0]    setuser autoops HOSTS $thenick![lindex [split [maskhost [getchanhost $thenick $chan]] !] 1]}</code></pre></div>and in dcc:<blockquote class="uncited"><div>.+user autoops<br>.chattr autoops +o #yourchannel<br>.chpass autoops kasjdsj<br>.chanset #yourchannel +autoop</div></blockquote>the script will add <strong class="text-strong">nick!ident@*.domain.net</strong> to the autoops handle. This might be insecure, so I suggest you use some autoop script with enough security from the Tcl archive.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Nov 11, 2005 6:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[anixion]]></name></author>
		<updated>2005-11-11T02:28:58-04:00</updated>

		<published>2005-11-11T02:28:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57316#p57316</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57316#p57316"/>
		<title type="html"><![CDATA[Basic aop Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57316#p57316"><![CDATA[
Ok this is what is happening..<br><br>(17:27:22) (@pES`anixion) !aop KING|coMA<br>(17:27:24) • functionzer0 sets mode (+o KING|coMA)<br>(17:27:27) • KING|coMA has left #hahahah (~<a href="mailto:ScottyG_@c211-28-127-199.eburwd3.vic.optusnet.com.au">ScottyG_@c211-28-127-199.eburwd3.vic.optusnet.com.au</a>)<br>(17:27:27) • KING|coMA has joined #hahahah (~<a href="mailto:ScottyG_@c211-28-127-199.eburwd3.vic.optusnet.com.au">ScottyG_@c211-28-127-199.eburwd3.vic.optusnet.com.au</a>)<br><br>then it doesent reop them<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6939">anixion</a> — Fri Nov 11, 2005 2:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-11-10T05:21:58-04:00</updated>

		<published>2005-11-10T05:21:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57271#p57271</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57271#p57271"/>
		<title type="html"><![CDATA[Basic aop Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57271#p57271"><![CDATA[
<blockquote class="uncited"><div>Do u just add that into a txt and save it as aop.tcl then add it to my scripts?</div></blockquote>Don't forget the <strong class="text-strong">source</strong> line in the conf file.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Nov 10, 2005 5:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[anixion]]></name></author>
		<updated>2005-11-10T01:27:26-04:00</updated>

		<published>2005-11-10T01:27:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57265#p57265</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57265#p57265"/>
		<title type="html"><![CDATA[Basic aop Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57265#p57265"><![CDATA[
Do u just add that into a txt and save it as aop.tcl then add it to my scripts?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6939">anixion</a> — Thu Nov 10, 2005 1:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-11-09T10:48:01-04:00</updated>

		<published>2005-11-09T10:48:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57229#p57229</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57229#p57229"/>
		<title type="html"><![CDATA[Basic aop Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57229#p57229"><![CDATA[
<blockquote class="uncited"><div>the code doesent work btw <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"></div></blockquote>Worked for me more than once. It checks for the 'o' flag btw.<br><div class="codebox"><p>Code: </p><pre><code>!aop &lt;nick&gt;</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed Nov 09, 2005 10:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[anixion]]></name></author>
		<updated>2005-11-09T02:33:48-04:00</updated>

		<published>2005-11-09T02:33:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57211#p57211</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57211#p57211"/>
		<title type="html"><![CDATA[Basic aop Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57211#p57211"><![CDATA[
the code doesent work btw <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6939">anixion</a> — Wed Nov 09, 2005 2:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[anixion]]></name></author>
		<updated>2005-11-09T02:28:36-04:00</updated>

		<published>2005-11-09T02:28:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57209#p57209</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57209#p57209"/>
		<title type="html"><![CDATA[Basic aop Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57209#p57209"><![CDATA[
Alchera how could i delop then <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz">?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6939">anixion</a> — Wed Nov 09, 2005 2:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-11-08T09:34:45-04:00</updated>

		<published>2005-11-08T09:34:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57184#p57184</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57184#p57184"/>
		<title type="html"><![CDATA[Basic aop Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57184#p57184"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub o|o !aop op:userproc op:user {nick uhost hand chan arg} {    set thenick [lindex [split [string trim $arg]] 0]    if {![isop $thenick $chan]} { pushmode $chan +o $thenick }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Tue Nov 08, 2005 9:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[anixion]]></name></author>
		<updated>2005-11-08T05:54:59-04:00</updated>

		<published>2005-11-08T05:54:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57179#p57179</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57179#p57179"/>
		<title type="html"><![CDATA[Basic aop Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57179#p57179"><![CDATA[
i cant find anything that basic...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6939">anixion</a> — Tue Nov 08, 2005 5:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[]Kami[]]></name></author>
		<updated>2005-11-08T05:44:39-04:00</updated>

		<published>2005-11-08T05:44:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57178#p57178</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57178#p57178"/>
		<title type="html"><![CDATA[Basic aop Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57178#p57178"><![CDATA[
Or use forum search function<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3559">]Kami[</a> — Tue Nov 08, 2005 5:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Linux]]></name></author>
		<updated>2005-11-08T04:51:17-04:00</updated>

		<published>2005-11-08T04:51:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57176#p57176</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57176#p57176"/>
		<title type="html"><![CDATA[Basic aop Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57176#p57176"><![CDATA[
Did you even bother to search at <a href="http://www.egghelp.org/tcl.htm" class="postlink">TCL Archive</a>? <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=4783">Linux</a> — Tue Nov 08, 2005 4:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[anixion]]></name></author>
		<updated>2005-11-08T04:20:38-04:00</updated>

		<published>2005-11-08T04:20:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57175#p57175</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57175#p57175"/>
		<title type="html"><![CDATA[Basic aop Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57175#p57175"><![CDATA[
Hey i just need a basic aop script so i can do<br><br>!aop nick<br><br>and it adds them to Auto Op in that CHANNEL<br><br>and does it by ident!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6939">anixion</a> — Tue Nov 08, 2005 4:20 am</p><hr />
]]></content>
	</entry>
	</feed>
