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

	<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-07-12T04:52:35-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-07-12T04:52:35-04:00</updated>

		<published>2005-07-12T04:52:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52316#p52316</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52316#p52316"/>
		<title type="html"><![CDATA[Not keeping modes]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52316#p52316"><![CDATA[
sure you can, if by "add" you mean extending eggdrop's ability to handle those (i.e. modifying the C source files, not merely adding new #define's to the header)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Jul 12, 2005 4:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Rub3X]]></name></author>
		<updated>2005-07-12T04:45:16-04:00</updated>

		<published>2005-07-12T04:45:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52313#p52313</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52313#p52313"/>
		<title type="html"><![CDATA[Not keeping modes]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52313#p52313"><![CDATA[
Ok, can I add new modes and recompile?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6352">Rub3X</a> — Tue Jul 12, 2005 4:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-07-11T03:17:58-04:00</updated>

		<published>2005-07-11T03:17:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52227#p52227</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52227#p52227"/>
		<title type="html"><![CDATA[Not keeping modes]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52227#p52227"><![CDATA[
eggdrop will only enforce chanmodes that are hardcoded in its source<br><br>those are (from src/chan.h):<div class="codebox"><p>Code: </p><pre><code>#define CHANINV    0x0001  /* i                        */#define CHANPRIV   0x0002  /* p                        */#define CHANSEC    0x0004  /* s                        */#define CHANMODER  0x0008  /* m                        */#define CHANTOPIC  0x0010  /* t                        */#define CHANNOMSG  0x0020  /* n                        */#define CHANLIMIT  0x0040  /* l                        */#define CHANKEY    0x0080  /* k                        */#define CHANANON   0x0100  /* a - ircd 2.9             */#define CHANQUIET  0x0200  /* q - ircd 2.9             */#define CHANNOCLR  0x0400  /* c - Bahamut              */#define CHANREGON  0x0800  /* R - Bahamut              */#define CHANMODREG 0x1000  /* M - Bahamut              */#define CHANNOCTCP 0x2000  /* C - QuakeNet's ircu 2.10 */#define CHANLONLY  0x4000  /* r - ircu 2.10.11         */#define CHANDELJN  0x8000  /* D - QuakeNet's asuka     */#define CHANSTRIP  0x10000 /* u - QuakeNet's asuka     */#define CHANNONOTC 0x20000 /* N - QuakeNet's asuka     */#define CHANINVIS  0x40000 /* d - QuakeNet's asuka     */</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Jul 11, 2005 3:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Rub3X]]></name></author>
		<updated>2005-07-11T02:39:51-04:00</updated>

		<published>2005-07-11T02:39:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52224#p52224</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52224#p52224"/>
		<title type="html"><![CDATA[Not keeping modes]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52224#p52224"><![CDATA[
.chanset #gamingbeacon chanmode +ntmVCGS<br>Successfully set modes { chanmode { +ntmVCGS } } on #gamingbeacon.<br>[01:31] #Rub3X# chanset #gamingbeacon chanmode { +ntmVCGS }<br><br><br>* ThaRub3X sets mode -G #GamingBeacon<br>ThaRub3X FFS<br>* ThaRub3X sets mode -m #GamingBeacon<br>* b0t sets mode +m #GamingBeacon<br><br>It works for some and not others, is that a not standard mode?  It doesnt work for a few others either..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6352">Rub3X</a> — Mon Jul 11, 2005 2:39 am</p><hr />
]]></content>
	</entry>
	</feed>
