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

	<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-06-20T19:50:54-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-06-20T19:44:25-04:00</updated>

		<published>2005-06-20T19:44:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51147#p51147</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51147#p51147"/>
		<title type="html"><![CDATA[new reop channel flag (+R) on IRCnet network]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51147#p51147"><![CDATA[
<blockquote class="uncited"><div>it isnt that hard, if someone bothers to make a patch file for it, you could dynmatically load with a ./configure argument or something like that.</div></blockquote>something like what? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>you mean specifying whether IRCnet's +R handler ot DALnet's +R handler gets compiled? what about network X where they have their own +R? you make a new patch every time a new mode has to be supported? and you call that easy?<br><br>if you know C, download ircd-hybrid sources and see what I'm talking about<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Jun 20, 2005 7:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-06-20T19:50:54-04:00</updated>

		<published>2005-06-20T19:31:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51144#p51144</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51144#p51144"/>
		<title type="html"><![CDATA[new reop channel flag (+R) on IRCnet network]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51144#p51144"><![CDATA[
it isnt that hard, if someone bothers to make a patch file for it, you could dynmatically load with a ./configure argument or something like that.<br><br>PS: looked at the channel_modes.c, looks to me neither better neither worse than eggdrops code, maybe except, in eggdrop its split into more files <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Mon Jun 20, 2005 7:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-06-20T19:16:28-04:00</updated>

		<published>2005-06-20T19:16:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51143#p51143</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51143#p51143"/>
		<title type="html"><![CDATA[Re: new reop channel flag (+R) on IRCnet network]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51143#p51143"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>is it possible to make a egg support for such flag?<br>flag is added to channel with hostmask of people allowed to recived op from server in case of chan bacome opless.<br>example:<br>14:41:05 -!- mode/#testchan [+R *!<a href="mailto:test@somwhere.at.net">test@somwhere.at.net</a>] by nikt<br>in i use <strong class="text-strong">bind mode</strong> it shows me everithing but <strong class="text-strong">victim</strong> is empty for this mode.</div></blockquote>Eggdrop lets you add as many new flags as there aren't used.<br><strong class="text-strong"><em class="text-italics">Set newflag[num] z</em></strong><br>where [num] is a number that doesn't exists...<br><a href="http://johoho.eggheads.org/eggdrop/other/guide2tcl.html#Programming_examples" class="postlink">Johoho's Guide to tcl</a> touches on this subject in 'easy to understand' layman's terms. <br> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"></div></blockquote>while your remark is valid, I think that guy had another thing in mind... he actually talked about a channel mode, somewhat confusingly calling it "channel flag"<br><br>introducing new chanmodes in eggdrop is hard<br><br>I mean, all chanmode processing is hardcoded (src/mod/irc.mod/mode.c, gotmode() function), so introducing IRCnet's +R would have to substitute the already existent +R handler - for eggdrop, +R means a channel that is accessible to registered nicks only (DALnet and the like) - that's why on triggering bind mode for +R your <em class="text-italics">victim</em> parameter is empty - because DALnet's +R doesn't include a parameter<br><br>so, to make your eggdrop IRCnet+R-aware, you have to patch it accordingly, sacrificing its DALnet compatibility (that means you can't run the same handling +R binary on DALnet and IRCnet)<br><br>needless to say, that's not flexible at all - I mean eggdrop's chanmode handling design - and in that regard, much can be learned and borrowed from modern ircd's, which allow for easy definition and implementing handlers for new chanmodes<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Jun 20, 2005 7:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2005-06-20T10:55:42-04:00</updated>

		<published>2005-06-20T10:55:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51112#p51112</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51112#p51112"/>
		<title type="html"><![CDATA[Re: new reop channel flag (+R) on IRCnet network]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51112#p51112"><![CDATA[
<blockquote class="uncited"><div>is it possible to make a egg support for such flag?<br>flag is added to channel with hostmask of people allowed to recived op from server in case of chan bacome opless.<br>example:<br>14:41:05 -!- mode/#testchan [+R *!<a href="mailto:test@somwhere.at.net">test@somwhere.at.net</a>] by nikt<br>in i use <strong class="text-strong">bind mode</strong> it shows me everithing but <strong class="text-strong">victim</strong> is empty for this mode.</div></blockquote>Eggdrop lets you add as many new flags as there aren't used.<br><strong class="text-strong"><em class="text-italics">Set newflag[num] z</em></strong><br>where [num] is a number that doesn't exists...<br><a href="http://johoho.eggheads.org/eggdrop/other/guide2tcl.html#Programming_examples" class="postlink">Johoho's Guide to tcl</a> touches on this subject in 'easy to understand' layman's terms. <br> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Mon Jun 20, 2005 10:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KrzychuG]]></name></author>
		<updated>2005-05-07T07:54:45-04:00</updated>

		<published>2005-05-07T07:54:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49157#p49157</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49157#p49157"/>
		<title type="html"><![CDATA[new reop channel flag (+R) on IRCnet network]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49157#p49157"><![CDATA[
That's because Eggdrop already support R mode but it works as +m, +n etc. To use it properly in Tcl you have to bind it on RAW. <a href="http://eggdrop.takeda.tk/viewtopic.php?t=101" class="postlink">Here</a> you can find some explanation (in polish) how to make such procedure(s) and use it in Eggdrop or bots based on Eggdrop. Currently only 'psotnic' support +R mode fully, 'Evangeline' at about 80%.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3672">KrzychuG</a> — Sat May 07, 2005 7:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Hal]]></name></author>
		<updated>2005-05-06T10:21:18-04:00</updated>

		<published>2005-05-06T10:21:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49099#p49099</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49099#p49099"/>
		<title type="html"><![CDATA[new reop channel flag (+R) on IRCnet network]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49099#p49099"><![CDATA[
hello,<br><br>is it possible to make a egg support for such flag?<br>flag is added to channel with hostmask of people allowed to recived op from server in case of chan bacome opless.<br>example:<br>14:41:05 -!- mode/#testchan [+R *!<a href="mailto:test@somwhere.at.net">test@somwhere.at.net</a>] by nikt<br>in i use <strong class="text-strong">bind mode</strong> it shows me everithing but <strong class="text-strong">victim</strong> is empty for this mode.<br>im begginer in tcl 4 eggdrop, so hope i didnt missed anything<br><br>regards<br>Hal<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6195">Hal</a> — Fri May 06, 2005 10:21 am</p><hr />
]]></content>
	</entry>
	</feed>
