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

	<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>2003-08-16T09:13:10-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Dedan]]></name></author>
		<updated>2003-08-16T09:13:10-04:00</updated>

		<published>2003-08-16T09:13:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25060#p25060</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25060#p25060"/>
		<title type="html"><![CDATA[Need Some Help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25060#p25060"><![CDATA[
WeAz, eggdrop has already done the work for you.<br>You need to set the rooms and people to the proper settings.<br><br>ok, lets set the channel settings:<br><br># autoop<br>#    Op users with the +o flag as soon as they join the channel?<br>#    This is insecure and not recommended.<br>#<br># autohalfop<br>#    Halfop users with the +l flag as soon as they join the channel?<br>#<div class="codebox"><p>Code: </p><pre><code># you need to set these settings in your conf filechannel add #botcentral {  chanmode "+nt"  flood-ctcp 3:60  flood-nick 5:30}channel set #botcentral +autoop +autohalfop +userbans -greet</code></pre></div>now for the users:<br><br>#[add a new user]<br># adduser &lt;handle&gt; [hostmask]<br># Description: creates a new user entry with the handle and hostmask given (with no password and the default flags)  <br># Returns: 1 if successful; 0 if the handle already exists  <div class="codebox"><p>Code: </p><pre><code>#You need to set these settings from the console.adduser &lt;handle&gt; [hostmask]</code></pre></div>#[change flags]<br># chattr &lt;handle&gt; [changes [channel]]  <br># Description: changes the attributes for a user record, if you include any. Changes are of the form '+f', '-o', '+dk', '-o+d', etc. If changes are specified in the format of | , the channel-specific flags for that channel are altered. You can now use the +o|-o #channel format here too.  <br># Returns: new flags for the user (if you made no changes, the current flags are returned). If a channel was specified, the global AND the channel-specific flags for that channel are returned in the format of globalflags|channelflags. "*" is returned if the specified user does not exist <div class="codebox"><p>Code: </p><pre><code>#You need to set these settings from the console.chattr &lt;handle&gt; +o [channel].chattr &lt;handle&gt; +l [channel]</code></pre></div>extra Info:<br><br># userbans<br>#    Allow bans to be made by other users on the channel<br>#<br># greet<br>#    Say a user's info line when they join the channel?(this can get annoying)<br><div class="codebox"><p>Code: </p><pre><code>Note:all this information was found in the eggdrop conf file and the doc dir</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3472">Dedan</a> — Sat Aug 16, 2003 9:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-08-16T09:03:28-04:00</updated>

		<published>2003-08-16T09:03:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25059#p25059</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25059#p25059"/>
		<title type="html"><![CDATA[Need Some Help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25059#p25059"><![CDATA[
add A|*!*@* host to a specific user. then give it +v flag or +h ...+o<br><br>see <strong class="text-strong">.help chanset</strong> to let it autovoice autoop or autohalfop them.<br><br>but as arcane said its not safe.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Aug 16, 2003 9:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[arcane]]></name></author>
		<updated>2003-08-16T07:46:53-04:00</updated>

		<published>2003-08-16T07:46:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25057#p25057</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25057#p25057"/>
		<title type="html"><![CDATA[Need Some Help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25057#p25057"><![CDATA[
this is an easy one. you just need a JOIN bind and then a string match "A|*" $nick.<br>but i would not advise you to use such a script. imagine what a user can do with op status. changing your nick to A|something is quite easy. as an improvement you could add a check for the user's hostmask.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2617">arcane</a> — Sat Aug 16, 2003 7:46 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-08-16T01:32:53-04:00</updated>

		<published>2003-08-16T01:32:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25042#p25042</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25042#p25042"/>
		<title type="html"><![CDATA[Need Some Help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25042#p25042"><![CDATA[
Hi all - I'm rather new to all this so bear with me if it seems like I don't know everything.<br><br>I'm looking for a script that make my bot auto-op or auto-halfop a person based on a tag they are wearing.  For instance:<br><br>A|User has joined the channel<br>Bot sets mode: +o A|User<br><br>The goal here is to op someone with the tag A|<br><br>B|User has joined the channel<br>Bot sets mode: +h B|User<br><br>The goal here is to halfop someone with the tag B|<br><br>User has joined the channel<br>Bot sets mode: +v User<br><br>The goal here is to voice anyone else who joins the channel<br><br>Does anyone know of a script like this or how I could make one?<br><br>Thanks,<br>-WeAz<p>Statistics: Posted by Guest — Sat Aug 16, 2003 1:32 am</p><hr />
]]></content>
	</entry>
	</feed>
