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

	<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-03-01T15:53:38-04:00</updated>

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

		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2005-03-01T15:53:38-04:00</updated>

		<published>2005-03-01T15:53:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47114#p47114</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47114#p47114"/>
		<title type="html"><![CDATA[+e Mode For Austnet poss bug...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47114#p47114"><![CDATA[
<blockquote class="uncited"><div>eggdrop does 'MODE #chan +e' when joining a channel to get the exempt list. Change your net-type or set use-exempts to 0.</div></blockquote> I also have bots on austnet, using net-type 5, and use-exempts 0....and my eggdrops set this same lame mode, no nick-change or quit-msgs... <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Tue Mar 01, 2005 3:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2005-02-28T07:41:27-04:00</updated>

		<published>2005-02-28T07:41:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47045#p47045</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47045#p47045"/>
		<title type="html"><![CDATA[+e Mode For Austnet poss bug...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47045#p47045"><![CDATA[
eggdrop does 'MODE #chan +e' when joining a channel to get the exempt list. Change your net-type or set use-exempts to 0.<blockquote class="uncited"><div>blablabla</div></blockquote>What are you talking about?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Mon Feb 28, 2005 7:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-02-28T07:08:55-04:00</updated>

		<published>2005-02-28T07:08:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47041#p47041</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47041#p47041"/>
		<title type="html"><![CDATA[+e Mode For Austnet poss bug...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47041#p47041"><![CDATA[
<blockquote class="uncited"><div>Anyone with any ideas short of scripting a -e mode tcl to counter act it,<br>we would love to hear from you or others from Austnet with similar<br>issues regarding mode +e. All help gleefully accepted Laughing Cheers! </div></blockquote>I don't know he just asked for it. The ircd is weird the one on austnet +e everywhere on almost all ircd's I know is for exempt, so the bot has +e for exempt as well, but on their network its to prevent from users changing their nicknames.<br><br>Can also be an ircd problem. In this case I think the eggdrops source code would need to be modified to correct this problem, if so. Because even if you .chanset &lt;channel&gt; +tn-e that won't effect anything as the bot is changing its mode not the channel. <br><br>As far as I know there is no usermode changing availiable for the botnick itself through the partyline, but you can script your way around it. Its like most ircds put +i (invisible) on connect, well this is a quite similar case.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Mon Feb 28, 2005 7:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-02-28T07:02:08-04:00</updated>

		<published>2005-02-28T07:02:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47040#p47040</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47040#p47040"/>
		<title type="html"><![CDATA[+e Mode For Austnet poss bug...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47040#p47040"><![CDATA[
<blockquote class="uncited"><div>What you can do is bind mode, with tcl and check if [isbotnick $nick] also check if [string equal "+e" $mode] then go ahead and unset it via putserv, putquick whatever. (putquick "MODE $botnick -e")<br><br>Also probobaly you can add a condition to check if ($target == "") since we have no target and also if [string equal -nocase $chan $botnick].<br><br>But remember, if your ircd set's it back again then the bot will do a continuous mode flood, of the script removing the -e more and the ircd placing it back on again +e.</div></blockquote>Surley it would be better to find the cause of the mode setting in the first place rather than trying to fix it after the fact?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Mon Feb 28, 2005 7:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-02-28T05:37:20-04:00</updated>

		<published>2005-02-28T05:37:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47033#p47033</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47033#p47033"/>
		<title type="html"><![CDATA[+e Mode For Austnet poss bug...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47033#p47033"><![CDATA[
What you can do is bind mode, with tcl and check if [isbotnick $nick] also check if [string equal "+e" $mode] then go ahead and unset it via putserv, putquick whatever. (putquick "MODE $botnick -e")<br><br>Also probobaly you can add a condition to check if ($target == "") since we have no target and also if [string equal -nocase $chan $botnick].<br><br>But remember, if your ircd set's it back again then the bot will do a continuous mode flood, of the script removing the -e more and the ircd placing it back on again +e.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Mon Feb 28, 2005 5:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-02-28T04:53:56-04:00</updated>

		<published>2005-02-28T04:53:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47028#p47028</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47028#p47028"/>
		<title type="html"><![CDATA[+e Mode For Austnet poss bug...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47028#p47028"><![CDATA[
+e On an eggdrop stands for exempt. It's an old ircnet amongst others, traight basically the bot would set +e *!*ident@host in a channel it joined and got ops in to protect its owner from being banned. I am guessing that this is why when your bot joins it is setting mode +e. type <em class="text-italics">.exempts</em> (I think thats the command) in dcc to get a list of exempts currently set and remove them.<br><br>hope this helps<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Mon Feb 28, 2005 4:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Aparition]]></name></author>
		<updated>2005-02-28T04:17:08-04:00</updated>

		<published>2005-02-28T04:17:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47025#p47025</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47025#p47025"/>
		<title type="html"><![CDATA[+e Mode For Austnet poss bug...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47025#p47025"><![CDATA[
On Austnet +e represents event mode,<br>its only use is to prevent users from changing nickname so as to not<br>interupt a channel being used for meetings or the like.<br><br>Example:<br>#Eggdrop Sorry, cannot change nickname while in event channel<br><br>In eggdrop 1.6.17 whenever a bot is first started and connects to Austnet<br>and is opped on joining the channel,<br>it immediately sets +e for no known reason.<br>Have tried setting modes and other channel options non of which work.<br>Anyone with any ideas short of scripting a -e mode tcl to counter act it,<br>we would love to hear from you or others from Austnet with similar<br>issues regarding mode +e. All help gleefully accepted  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing"> Cheers<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3023">Aparition</a> — Mon Feb 28, 2005 4:17 am</p><hr />
]]></content>
	</entry>
	</feed>
