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

	<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-12-07T22:46:18-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-12-07T22:46:18-04:00</updated>

		<published>2004-12-07T22:46:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43660#p43660</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43660#p43660"/>
		<title type="html"><![CDATA[2 beginner questions]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43660#p43660"><![CDATA[
Or, on the other hand you can use TCL.<br>Here are some examples:<br><div class="codebox"><p>Code: </p><pre><code>#This small piece of code will only op bot owners when they join a channel.bind join n "*" op:ownerproc op:owner {nick uhost hand chan} { putserv "MODE $chan +o $nick"}</code></pre></div>You can set this to be global or local flags as well, by using variations of flags with:<br><br>bind join &lt;flags|flags&gt; "*" op:owner<br><div class="codebox"><p>Code: </p><pre><code>#This small piece of code will op all joining a channel users matching the host *!*@*.aol.combind join - "*" op:aol:usersproc op:aol:users {nick uhost hand chan} { if {([string match "*aol.com*" [lindex [split $uhost @] 1]])} { putserv "MODE $chan +o $nick" }}or it can be like this too:bind join - "*!*@*.aol.com" op:aol:usersproc op:aol:users {nick uhost hand chan} { putserv "MODE $chan +o $nick"}</code></pre></div>So then, we can create multiple binds if you like, with this. For opping the nick 'awyeah' we can use:<br><br>bind join - "awyeah!*@*" op:user<br><br>Since people can impersonate it would be best to use an ident and even input a class d, c ip range if possible. Here are some examples:<br><br>bind join - "awyeah!cool@*" op:user<br>bind join - "awyeah!cool@202.188.*" op:user<br>bind join - "awyeah!cool@*.cable.rogers.com" op:user<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Tue Dec 07, 2004 10:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[[bot-build]]]></name></author>
		<updated>2004-12-07T22:33:08-04:00</updated>

		<published>2004-12-07T22:33:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43659#p43659</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43659#p43659"/>
		<title type="html"><![CDATA[2 beginner questions]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43659#p43659"><![CDATA[
Or you could simply do the following<br><br>1).+user aops<br>2).+host aops nick*!*@*<br><br>All you have to do then to add to that goup is .+host aops nick*!*@*<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5758">[bot-build]</a> — Tue Dec 07, 2004 10:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2004-12-07T11:56:16-04:00</updated>

		<published>2004-12-07T11:56:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43629#p43629</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43629#p43629"/>
		<title type="html"><![CDATA[2 beginner questions]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43629#p43629"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>.+user anonymous anon*!*@*.chattr anonymous +ao #channel</code></pre></div>will op everybody named anon* on #channel<br>(Stupid think, but the only way to not use tcl)<br><br>Less stupid: create an "opuser" add him hosts based on nick!*@*<br><br><strong class="text-strong">Nicks can easily be stolen</strong><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Tue Dec 07, 2004 11:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[arcane]]></name></author>
		<updated>2004-12-07T11:39:56-04:00</updated>

		<published>2004-12-07T11:39:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43626#p43626</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43626#p43626"/>
		<title type="html"><![CDATA[2 beginner questions]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43626#p43626"><![CDATA[
i think he means opping by nicks and not by handles <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":-?" title="Confused"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2617">arcane</a> — Tue Dec 07, 2004 11:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[]Kami[]]></name></author>
		<updated>2004-12-07T11:03:39-04:00</updated>

		<published>2004-12-07T11:03:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43618#p43618</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43618#p43618"/>
		<title type="html"><![CDATA[Re: 2 beginner questions]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43618#p43618"><![CDATA[
<blockquote class="uncited"><div>1. How to make bot to op users of the <strong class="text-strong">channel</strong>, not of the <strong class="text-strong">bot</strong>? Or it is necessary a TCL script for this feature?<br>2. What is the technique of <strong class="text-strong">GREET</strong> function? Sometimes it works and sometimes not. User added his info, i entered command .chrec user #channel, i enabled greet function, but when the user rejoins the channel, nothing happens. <br>Thanks.</div></blockquote>1. What you mean with 'users of the channel' ? You can also add user to the bot with only channel autoop flag.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3559">]Kami[</a> — Tue Dec 07, 2004 11:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KrzychuG]]></name></author>
		<updated>2004-12-06T12:17:29-04:00</updated>

		<published>2004-12-06T12:17:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43566#p43566</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43566#p43566"/>
		<title type="html"><![CDATA[2 beginner questions]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43566#p43566"><![CDATA[
Greet don't react on rejoin to prevent flood, but if user will join channel after some time (about 2 minutes) he wiil be greeted again.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3672">KrzychuG</a> — Mon Dec 06, 2004 12:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ovdis]]></name></author>
		<updated>2004-12-06T12:00:10-04:00</updated>

		<published>2004-12-06T12:00:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43565#p43565</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43565#p43565"/>
		<title type="html"><![CDATA[2 beginner questions]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43565#p43565"><![CDATA[
1. How to make bot to op users of the <strong class="text-strong">channel</strong>, not of the <strong class="text-strong">bot</strong>? Or it is necessary a TCL script for this feature?<br>2. What is the technique of <strong class="text-strong">GREET</strong> function? Sometimes it works and sometimes not. User added his info, i entered command .chrec user #channel, i enabled greet function, but when the user rejoins the channel, nothing happens. <br>Thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5738">Ovdis</a> — Mon Dec 06, 2004 12:00 pm</p><hr />
]]></content>
	</entry>
	</feed>
