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

	<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>2007-05-12T10:29:47-04:00</updated>

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

		<entry>
		<author><name><![CDATA[honeybee]]></name></author>
		<updated>2007-05-12T10:29:47-04:00</updated>

		<published>2007-05-12T10:29:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72693#p72693</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72693#p72693"/>
		<title type="html"><![CDATA[highlight help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72693#p72693"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>## you can activate/deactive the script## usage: .chanset #channel +\-help.notify## bot's will not be notified &amp; channel op will also be notified. Ops/friends will not be triggered on onjoin.bind join - * alert_opssetudef flag help.notifyproc alert_ops {nick host hand chan} { if {[matchattr $hand of|of $chan]} {return 0} if {![channel get $chan help.notify]} {return 0} foreach users [chanlist $chan] { if {([matchattr [nick2hand $users $chan] o|o $chan]) &amp;&amp; (![matchattr [nick2hand $users $chan] b])} {   puthelp "NOTICE $users :Alert! $nick joined $chan"  }  }}</code></pre></div></div></blockquote>sorry for the missing braces its fixed.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7174">honeybee</a> — Sat May 12, 2007 10:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Evil]]></name></author>
		<updated>2007-05-12T08:46:44-04:00</updated>

		<published>2007-05-12T08:46:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72689#p72689</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72689#p72689"/>
		<title type="html"><![CDATA[highlight help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72689#p72689"><![CDATA[
who exactly ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8981">Evil</a> — Sat May 12, 2007 8:46 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-05-11T13:24:23-04:00</updated>

		<published>2007-05-11T13:24:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72664#p72664</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72664#p72664"/>
		<title type="html"><![CDATA[highlight help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72664#p72664"><![CDATA[
Seems honeybee just missed a } in the end, add it and the script should work as described.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Fri May 11, 2007 1:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Evil]]></name></author>
		<updated>2007-05-11T11:37:04-04:00</updated>

		<published>2007-05-11T11:37:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72660#p72660</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72660#p72660"/>
		<title type="html"><![CDATA[highlight help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72660#p72660"><![CDATA[
@ honeybee<br><br>I have have a fault on line 9 .... <br><br>thanks ofr help.... is it working to write it again in one script ?<br><br>and it is working does the bot only give an alert when no @ join , so at this time he give a message for all joins<br><br>thanks again<br><br>BR/Evil<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8981">Evil</a> — Fri May 11, 2007 11:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-05-11T13:22:47-04:00</updated>

		<published>2007-05-11T08:02:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72653#p72653</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72653#p72653"/>
		<title type="html"><![CDATA[highlight help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72653#p72653"><![CDATA[
Updated version including the channel flag setting suggested by honeybee.<br>Also will not notice ops when ops, friends, and bots join.<br><div class="codebox"><p>Code: </p><pre><code>bind join -ofb&amp;-of * alert_opssetudef flag help.notifyproc alert_ops {nick host hand chan} { if {![channel get $chan help.notify]} {  return 0 } foreach op [chanlist $chan +o-b|+o] {  puthelp "NOTICE $op :Alert! $nick joined $chan" }}</code></pre></div><em class="text-italics">Edit: Fixed issue with the flag-credential in the join-binding.</em><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Fri May 11, 2007 8:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[honeybee]]></name></author>
		<updated>2007-05-10T22:36:09-04:00</updated>

		<published>2007-05-10T22:36:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72642#p72642</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72642#p72642"/>
		<title type="html"><![CDATA[highlight help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72642#p72642"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>## you can activate/deactive the script## usage: .chanset #channel +\-help.notify## bot's will not be notified &amp; channel op will also be notified. Ops/friends will not be triggered on onjoin.bind join - * alert_opssetudef flag help.notifyproc alert_ops {nick host hand chan} { if {[matchattr $hand of|of $chan]} {return 0} if {![channel get $chan help.notify]} {return 0} foreach users [chanlist $chan] { if {([matchattr [nick2hand $users $chan] o|o $chan]) &amp;&amp; (![matchattr [nick2hand $users $chan] b])} {  puthelp "NOTICE $users :Alert! $nick joined $chan" }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7174">honeybee</a> — Thu May 10, 2007 10:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Evil]]></name></author>
		<updated>2007-05-10T11:12:53-04:00</updated>

		<published>2007-05-10T11:12:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72627#p72627</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72627#p72627"/>
		<title type="html"><![CDATA[highlight help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72627#p72627"><![CDATA[
works great thanks for help....<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8981">Evil</a> — Thu May 10, 2007 11:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-05-10T09:18:19-04:00</updated>

		<published>2007-05-10T09:18:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72626#p72626</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72626#p72626"/>
		<title type="html"><![CDATA[highlight help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72626#p72626"><![CDATA[
This would send a notice to all registered ops in the channel. As for beeping, some clients support the "Bel" code, but not all, while other (such as mIRC) implement functions to remotely trigger the playing of sounds. None of these are standardized however. I would believe it would be easier to implement this scriptwize on the clients themselves, either triggering on the notice from the eggdrop, or by simply detecting the join themselves..<div class="codebox"><p>Code: </p><pre><code>bind join - "#channel %" alert_opsproc alert_ops {nick host hand chan} { foreach op [chanlist $chan +o|+o] {  puthelp "NOTICE $op :Alert! $nick joined $chan" }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Thu May 10, 2007 9:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Evil]]></name></author>
		<updated>2007-05-10T08:40:29-04:00</updated>

		<published>2007-05-10T08:40:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72624#p72624</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72624#p72624"/>
		<title type="html"><![CDATA[highlight help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72624#p72624"><![CDATA[
no not count.<br><br>we have a supoort channel and we work with next tcl.<br><br>What I need a script was give the supporter a highlight like a slap or what ever... when a user joins the channel....<br><br>since must be an easy script but I have not realy an idea<br><br>BR/Evil<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8981">Evil</a> — Thu May 10, 2007 8:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[iamdeath]]></name></author>
		<updated>2007-05-10T08:08:44-04:00</updated>

		<published>2007-05-10T08:08:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72623#p72623</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72623#p72623"/>
		<title type="html"><![CDATA[highlight help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72623#p72623"><![CDATA[
You are not clear enough, you want to count users coming in the channel?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5982">iamdeath</a> — Thu May 10, 2007 8:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Evil]]></name></author>
		<updated>2007-05-10T05:10:58-04:00</updated>

		<published>2007-05-10T05:10:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72622#p72622</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72622#p72622"/>
		<title type="html"><![CDATA[highlight help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72622#p72622"><![CDATA[
Hello<br><br>I am looking for a script for an support chan.<br><br>- with higliht function to all @ when a User join. the best way was with a Message like ( a new User has joined the Support chan )<br><br>I am not sure does that is working or not<br><br>it is easy to hear a sound does we sit 24/7 on a conputer<br><br>thx for help or a tip<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8981">Evil</a> — Thu May 10, 2007 5:10 am</p><hr />
]]></content>
	</entry>
	</feed>
