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

	<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>2006-01-08T13:03:16-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-01-08T13:03:16-04:00</updated>

		<published>2006-01-08T13:03:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59260#p59260</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59260#p59260"/>
		<title type="html"><![CDATA[detect flags admin]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59260#p59260"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>if {![botisop $chan]} {return 0}</code></pre></div>figure out where to put it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Jan 08, 2006 1:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pilouuu]]></name></author>
		<updated>2006-01-08T12:39:15-04:00</updated>

		<published>2006-01-08T12:39:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59259#p59259</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59259#p59259"/>
		<title type="html"><![CDATA[detect flags admin]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59259#p59259"><![CDATA[
Yes!!! good good!!! big thx (k) .<br><br>It is possible to return this function only on that if the bot is oped in the chan.<br><br>thx for all<br><br>{kiss}<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7153">pilouuu</a> — Sun Jan 08, 2006 12:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-01-08T09:57:36-04:00</updated>

		<published>2006-01-08T09:57:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59245#p59245</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59245#p59245"/>
		<title type="html"><![CDATA[detect flags admin]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59245#p59245"><![CDATA[
I bet you didn't even bind to join <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing"> Try this:<div class="codebox"><p>Code: </p><pre><code>bind join mn * admin:service:joinproc admin:service:join {nick host hand chan} {  putserv "PRIVMSG $chan :Admin detected $nick"  pushmode $chan +v $nick}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Jan 08, 2006 9:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pilouuu]]></name></author>
		<updated>2006-01-08T01:27:05-04:00</updated>

		<published>2006-01-08T01:27:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59227#p59227</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59227#p59227"/>
		<title type="html"><![CDATA[detect flags admin]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59227#p59227"><![CDATA[
I have to test that did not go. soz<br>the bot one does not have any reaction when I join the chan <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7153">pilouuu</a> — Sun Jan 08, 2006 1:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-01-07T23:40:05-04:00</updated>

		<published>2006-01-07T23:40:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59222#p59222</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59222#p59222"/>
		<title type="html"><![CDATA[detect flags admin]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59222#p59222"><![CDATA[
So you said "not work" without even trying MeTroiD's suggestion?<div class="codebox"><p>Code: </p><pre><code>proc admin:service:join {nickname hostname handle channel} { if {[matchattr $handle mn]} {  putserv "PRIVMSG $channel :Admin detected $nickname"  pushmode $channel +v }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Jan 07, 2006 11:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pilouuu]]></name></author>
		<updated>2006-01-07T21:02:25-04:00</updated>

		<published>2006-01-07T21:02:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59219#p59219</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59219#p59219"/>
		<title type="html"><![CDATA[detect flags admin]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59219#p59219"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code># -- join admin          proc admin:service:join { nickname hostname handle channel } {            if {[lsearch -exact [matchattr [nick2hand $n] mn|]}              putserv "PRIVMSG $chan :Admin detected $nickname"              pushmode $chan +v                 }</code></pre></div>For detected On join all chan The Global Owner/master BoT and say msg<br><br><br>Thx all<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7153">pilouuu</a> — Sat Jan 07, 2006 9:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-01-07T20:46:16-04:00</updated>

		<published>2006-01-07T20:46:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59217#p59217</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59217#p59217"/>
		<title type="html"><![CDATA[detect flags admin]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59217#p59217"><![CDATA[
What's your code?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Jan 07, 2006 8:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pilouuu]]></name></author>
		<updated>2006-01-07T19:31:53-04:00</updated>

		<published>2006-01-07T19:31:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59214#p59214</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59214#p59214"/>
		<title type="html"><![CDATA[detect flags admin]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59214#p59214"><![CDATA[
sorry <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> Not <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=7153">pilouuu</a> — Sat Jan 07, 2006 7:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-01-06T22:01:46-04:00</updated>

		<published>2006-01-06T22:01:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59180#p59180</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59180#p59180"/>
		<title type="html"><![CDATA[detect flags admin]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59180#p59180"><![CDATA[
<blockquote class="uncited"><div>first of all thank you for your assistance.<br><br>proc no only no detec and say msg.<br><br>thx :/</div></blockquote>Can you explain that a little better? It works now or not?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Fri Jan 06, 2006 10:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pilouuu]]></name></author>
		<updated>2006-01-06T11:05:36-04:00</updated>

		<published>2006-01-06T11:05:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59136#p59136</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59136#p59136"/>
		<title type="html"><![CDATA[detect flags admin]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59136#p59136"><![CDATA[
first of all thank you for your assistance.<br><br>proc no only no detec and say msg.<br><br>thx :/<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7153">pilouuu</a> — Fri Jan 06, 2006 11:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2006-01-06T07:19:24-04:00</updated>

		<published>2006-01-06T07:19:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59127#p59127</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59127#p59127"/>
		<title type="html"><![CDATA[detect flags admin]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59127#p59127"><![CDATA[
Try something better, lsearch is worthless when you have matchattr<br><div class="codebox"><p>Code: </p><pre><code>if {[matchattr $handle mn]} {</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Fri Jan 06, 2006 7:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pilouuu]]></name></author>
		<updated>2006-01-06T00:12:16-04:00</updated>

		<published>2006-01-06T00:12:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59120#p59120</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59120#p59120"/>
		<title type="html"><![CDATA[detect flags admin]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59120#p59120"><![CDATA[
<img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"> ohh sorry and thx<br><br>The bot no say welcome admin... no detected...<br><br>For please?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7153">pilouuu</a> — Fri Jan 06, 2006 12:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-01-05T22:41:10-04:00</updated>

		<published>2006-01-05T22:41:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59113#p59113</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59113#p59113"/>
		<title type="html"><![CDATA[detect flags admin]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59113#p59113"><![CDATA[
Something so simple and you cannot even see it?<br><br>For very opened brace "{" there <em class="text-italics">must</em> be a closing one "}" to match.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Thu Jan 05, 2006 10:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pilouuu]]></name></author>
		<updated>2006-01-05T22:21:49-04:00</updated>

		<published>2006-01-05T22:21:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59110#p59110</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59110#p59110"/>
		<title type="html"><![CDATA[detect flags admin]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59110#p59110"><![CDATA[
<blockquote class="uncited"><div># join admin<br><br>          proc admin:service:join { nickname hostname handle channel } {<br>            if {[lsearch -exact [userlist nm| $channel] $nickname]} {<br>              putserv "PRIVMSG $channel :Admin detected $nickname"<br>              pushmode $channel +v <br>                }</div></blockquote>For detected all master owner bot.<br><br><br><blockquote class="uncited"><div>missing close-brace<br>    while executing<br>"proc admin:service:join { nickname hostname handle channel } {<br>            if {[lsearch -exact [userlist nm| $channel] $nickname]} {<br>              put..."</div></blockquote>thx for help <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=7153">pilouuu</a> — Thu Jan 05, 2006 10:21 pm</p><hr />
]]></content>
	</entry>
	</feed>
