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

	<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>2007-07-28T19:46:05-04:00</updated>

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

		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2007-07-28T19:46:05-04:00</updated>

		<published>2007-07-28T19:46:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74811#p74811</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74811#p74811"/>
		<title type="html"><![CDATA[My bot removes +e]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74811#p74811"><![CDATA[
<blockquote class="uncited"><div>Well, I did what you said it has seemed to stop removing +e's but now for some reason when somebody ops someone my bot removes the op. And just before it cleared the whole ban list.<br><br>I still gather there is something wrong in the .conf but I'm unsure what it is.</div></blockquote>you are correct, there is something wrong in the conf file, namely you channel set options.  Could be you have the channel set +bitch, which prevents non-ops from being oppped.  As for the banlist, you most likely have the channel set to +dynamicbans, which removes channel bans after a set amount of time. Follow this link to the <a href="http://www.egghelp.org/commands/channels.htm#chaninfo" class="postlink">eggdrop command reference</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Sat Jul 28, 2007 7:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spithash]]></name></author>
		<updated>2007-07-16T09:34:13-04:00</updated>

		<published>2007-07-16T09:34:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74471#p74471</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74471#p74471"/>
		<title type="html"><![CDATA[My bot removes +e]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74471#p74471"><![CDATA[
in the party line, check this:<br><br>.chaninfo #channelname<br><br>it will show you the settings for the channel you specify.<br><br>.chanset command allows you to change the setings on a channel,<br><br>for example, if you dont want the bot to remove the +e on a channel, you should type:<br><br>.chanset #channelname -dynamicexempts<br><br>--------<br><br>Check your channel's settings and these commands might help you with that op problem you have...UNLESS you are using some kind of tcl for op/deop.<br><br>Enjoy <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=9145">spithash</a> — Mon Jul 16, 2007 9:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Zorb]]></name></author>
		<updated>2007-07-16T00:32:07-04:00</updated>

		<published>2007-07-16T00:32:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74459#p74459</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74459#p74459"/>
		<title type="html"><![CDATA[My bot removes +e]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74459#p74459"><![CDATA[
Well, I did what you said it has seemed to stop removing +e's but now for some reason when somebody ops someone my bot removes the op. And just before it cleared the whole ban list.<br><br>I still gather there is something wrong in the .conf but I'm unsure what it is.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8299">Zorb</a> — Mon Jul 16, 2007 12:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-07-15T09:17:07-04:00</updated>

		<published>2007-07-15T09:17:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74443#p74443</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74443#p74443"/>
		<title type="html"><![CDATA[My bot removes +e]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74443#p74443"><![CDATA[
eggdrop.conf:<blockquote class="uncited"><div>set global-exempt-time 60<br><br>....<br>#<br># <strong class="text-strong">exempt-time 60</strong><br>#   Set here how long temporary exempts will last (in minutes). If you<br>#   set this setting to 0, the bot will never remove them. The bot will<br>#   check the exempts every X minutes, but will not remove the exempt if<br>#   a ban is set on the channel that matches that exempt. Once the ban is<br>#   removed, then the exempt will be removed the next time the bot checks.<br>#   Please note that this is an IRCnet feature.<br>#<br>....<br>#<br># <strong class="text-strong">dynamicexempts</strong><br>#    Only activate exempts on the channel when necessary? This keeps<br>#    the channel's exempt list from getting excessively long. The bot<br>#    still remembers every exempt, but it only activates a exempt on<br>#    the channel when it sees a ban set that matches the exempt. The<br>#    exempt remains active on the channel for as long as the ban is<br>#    still active.<br>#<br>....<br>#<br># The following settings should be left commented unless the default values<br># are being overridden. By default, exempts and invites are on for EFnet and<br># IRCnet, but off for all other large networks. This behavior can be modified<br># with the following 2 flags. If your network doesn't support +e/+I modes then<br># you will be unable to use these features.<br>#<br># Do you want to enable exempts (+e modes)?<br>#set use-exempts 0<br><br># Do you want to enable invites (+I modes)?<br>#set use-invites 0</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sun Jul 15, 2007 9:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Zorb]]></name></author>
		<updated>2007-07-15T01:02:57-04:00</updated>

		<published>2007-07-15T01:02:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74441#p74441</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74441#p74441"/>
		<title type="html"><![CDATA[My bot removes +e]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74441#p74441"><![CDATA[
For some reason my bot seems to removed +e exactly an hour after they are set. Also sometimes deops people. <br><br>Must be something wrong in the .conf, anybody know?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8299">Zorb</a> — Sun Jul 15, 2007 1:02 am</p><hr />
]]></content>
	</entry>
	</feed>
