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

	<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-12-13T00:32:06-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2003-12-13T00:32:06-04:00</updated>

		<published>2003-12-13T00:32:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31382#p31382</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31382#p31382"/>
		<title type="html"><![CDATA[dccbroadcast to special flags only]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31382#p31382"><![CDATA[
oh well i knew it was something like that .. wasn't sur thats why i referd to manual :p<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Sat Dec 13, 2003 12:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-12-12T13:02:56-04:00</updated>

		<published>2003-12-12T13:02:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31366#p31366</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31366#p31366"/>
		<title type="html"><![CDATA[dccbroadcast to special flags only]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31366#p31366"><![CDATA[
why not bind for mP|mP (local or global)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Dec 12, 2003 1:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2003-12-12T11:24:21-04:00</updated>

		<published>2003-12-12T11:24:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31358#p31358</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31358#p31358"/>
		<title type="html"><![CDATA[dccbroadcast to special flags only]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31358#p31358"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>bind join m|P * join:indesirable </code></pre></div></div></blockquote>hum, only global master AND local P flagged?<br>I'm not sure of this <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>You'd better try:<div class="codebox"><p>Code: </p><pre><code>bind join P * join:indesirableproc join:indesirable {nick host hand chan} {   global CanalPrincipal   if { [matchattr $hand m] } {      set msg "Avertir $nick : [getuser $nick $arg] (par [getuser $nick XTRA ADD])"      dccbroadcast $msg  foreach adm [userlist +mP] { putquick "NOTICE $adm :$msg" }    } else {      return 0   }}</code></pre></div>This look for P flag, and if it's setted, it'll look for m flag.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Fri Dec 12, 2003 11:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2003-12-12T09:26:05-04:00</updated>

		<published>2003-12-12T09:26:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31355#p31355</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31355#p31355"/>
		<title type="html"><![CDATA[dccbroadcast to special flags only]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31355#p31355"><![CDATA[
check eggdrop manual (docfile)<br><blockquote class="uncited"><div>bind join &lt;flags&gt; &lt;mask&gt; &lt;proc&gt;</div></blockquote><div class="codebox"><p>Code: </p><pre><code>bind join m|P * join:indesirable </code></pre></div>think that this should do it<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Fri Dec 12, 2003 9:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Pitchat]]></name></author>
		<updated>2003-12-10T21:35:22-04:00</updated>

		<published>2003-12-10T21:35:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31290#p31290</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31290#p31290"/>
		<title type="html"><![CDATA[dccbroadcast to special flags only]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31290#p31290"><![CDATA[
heres the code <div class="codebox"><p>Code: </p><pre><code>proc join:indesirable {nick host hand chan} {global CanalPrincipal    set msg "Avertir $nick : [getuser $nick $arg] (par [getuser $nick XTRA ADD])"  dccbroadcast $msg  foreach adm [userlist +mP] { putquick "NOTICE $adm :$msg" }</code></pre></div>the purpose of that is to warn only people with +mP flags when a user ( who is predefined elsewhere in the script) join a channel where the bot sits.<br><br>i`d like to know if it is possible tu assign flags to the dcc broadcast command or if it will be better to use putdcc (flag) message <br><br>thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2723">Pitchat</a> — Wed Dec 10, 2003 9:35 pm</p><hr />
]]></content>
	</entry>
	</feed>
