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

	<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-10-26T17:36:46-04:00</updated>

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

		<entry>
		<author><name><![CDATA[bast]]></name></author>
		<updated>2007-10-25T19:48:43-04:00</updated>

		<published>2007-10-25T19:48:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=77132#p77132</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=77132#p77132"/>
		<title type="html"><![CDATA[[filled]A msg to all ops in one window]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=77132#p77132"><![CDATA[
thx BeBoo and nml375.<br>Now i got what i want. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8272">bast</a> — Thu Oct 25, 2007 7:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BeBoo]]></name></author>
		<updated>2007-10-25T15:49:11-04:00</updated>

		<published>2007-10-25T15:49:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=77128#p77128</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=77128#p77128"/>
		<title type="html"><![CDATA[[filled]A msg to all ops in one window]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=77128#p77128"><![CDATA[
It's going to send a notice to any opers in the channel. You would have to do something similar to the following:<br><div class="codebox"><p>Code: </p><pre><code>set myChan "#oper"foreach oper [chanlist $myChan +o|+o] {   puthelp "NOTICE $oper :&lt;$nick&gt; $what"  } </code></pre></div>If you wanted it to just send a notice to the channel, you can just replace this line:<div class="codebox"><p>Code: </p><pre><code>puthelp "NOTICE $oper :&lt;$nick&gt; $what"</code></pre></div>with<div class="codebox"><p>Code: </p><pre><code>puthelp "NOTICE $chan :&lt;$nick&gt; $what"</code></pre></div>or this, if you use the myChan above:<div class="codebox"><p>Code: </p><pre><code>puthelp "NOTICE $myChan :&lt;$nick&gt; $what"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9337">BeBoo</a> — Thu Oct 25, 2007 3:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[bast]]></name></author>
		<updated>2007-10-24T17:10:22-04:00</updated>

		<published>2007-10-24T17:10:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=77086#p77086</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=77086#p77086"/>
		<title type="html"><![CDATA[[filled]A msg to all ops in one window]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=77086#p77086"><![CDATA[
nice nml375, now i got it working.<br>Then if i whant it to send to a specifik chan instead of the chan the user writes the msg in?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8272">bast</a> — Wed Oct 24, 2007 5:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-10-24T11:08:41-04:00</updated>

		<published>2007-10-24T11:08:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=77068#p77068</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=77068#p77068"/>
		<title type="html"><![CDATA[[filled]A msg to all ops in one window]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=77068#p77068"><![CDATA[
Darn, should've learn'd to not code while still sleeping by now..<br><br>Used different names when creating the proc compared to the one used in the binding...<br><br>Updating first post to accomodate this fix, along with the previous one..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Wed Oct 24, 2007 11:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[bast]]></name></author>
		<updated>2007-10-24T08:15:42-04:00</updated>

		<published>2007-10-24T08:15:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=77060#p77060</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=77060#p77060"/>
		<title type="html"><![CDATA[[filled]A msg to all ops in one window]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=77060#p77060"><![CDATA[
ok, now i get this instead.<div class="codebox"><p>Code: </p><pre><code>Tcl error [pub:ophelp]: invalid command name "pub:ophelp"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8272">bast</a> — Wed Oct 24, 2007 8:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-10-24T06:47:11-04:00</updated>

		<published>2007-10-24T06:47:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=77056#p77056</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=77056#p77056"/>
		<title type="html"><![CDATA[[filled]A msg to all ops in one window]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=77056#p77056"><![CDATA[
Ahh, my bad, was thinking of the pubm pattern when I created the pub-binding...<br><div class="codebox"><p>Code: </p><pre><code>#Change thisbind pub - "% !op" pub:ophelp#into thisbind pub - "!op" pub:ophelp</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Wed Oct 24, 2007 6:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[bast]]></name></author>
		<updated>2007-10-23T20:50:55-04:00</updated>

		<published>2007-10-23T20:50:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=77051#p77051</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=77051#p77051"/>
		<title type="html"><![CDATA[[filled]A msg to all ops in one window]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=77051#p77051"><![CDATA[
thx nml375, but i cant get taht to work thou. i have set the channels to +ophelp but still nothing happends.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8272">bast</a> — Tue Oct 23, 2007 8:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-10-24T11:09:09-04:00</updated>

		<published>2007-10-19T13:39:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76880#p76880</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76880#p76880"/>
		<title type="html"><![CDATA[[filled]A msg to all ops in one window]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76880#p76880"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub - "!op" pub:ophelpsetudef flag ophelpproc pub:ophelp {nick host hand chan what} { if {[channel get $chan ophelp]} {  foreach oper [chanlist $chan +o|+o] {   puthelp "NOTICE $oper :&lt;$nick&gt; $what"  } }}</code></pre></div>Some optimization could be done, such as grouping messages, but should get the job done fairly enough. Will send a notice relaying the message to all recognized users in the channel with global or local +o permissions. Will only operate on channels which has been set "+ophelp" using .chanset (dcc) or "channel set" (tcl).<br><br>Code is released into Public Domain.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Fri Oct 19, 2007 1:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[bast]]></name></author>
		<updated>2007-10-19T06:16:31-04:00</updated>

		<published>2007-10-19T06:16:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76874#p76874</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76874#p76874"/>
		<title type="html"><![CDATA[[filled]A msg to all ops in one window]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76874#p76874"><![CDATA[
Sorry can´t find any in there. <br>Got a link Alchera, if there is any in the archive?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8272">bast</a> — Fri Oct 19, 2007 6:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-10-16T20:06:59-04:00</updated>

		<published>2007-10-16T20:06:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76796#p76796</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76796#p76796"/>
		<title type="html"><![CDATA[[filled]A msg to all ops in one window]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76796#p76796"><![CDATA[
Search the <a href="http://www.egghelp.org/tcl.htm" class="postlink">Tcl Archive</a>?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Tue Oct 16, 2007 8:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[bast]]></name></author>
		<updated>2007-10-16T17:00:35-04:00</updated>

		<published>2007-10-16T17:00:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76793#p76793</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76793#p76793"/>
		<title type="html"><![CDATA[[filled]A msg to all ops in one window]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76793#p76793"><![CDATA[
im bumbing this thread abit. =)<br>No one knows if it´spossible to do this or if it´s a script like this already?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8272">bast</a> — Tue Oct 16, 2007 5:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[bast]]></name></author>
		<updated>2007-10-26T17:36:46-04:00</updated>

		<published>2007-10-12T22:12:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76682#p76682</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76682#p76682"/>
		<title type="html"><![CDATA[[filled]A msg to all ops in one window]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76682#p76682"><![CDATA[
I would like my users to have a command like.<br>!op i need help on some things<br><br>and all my ops see this in a chatwindow. <br>&lt;user&gt; need help on some things<br>&lt;bot&gt; OP has been informed.<br><br>Anyone up to make such a script? r there is one perhaps?<br><br>thanks in advance.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8272">bast</a> — Fri Oct 12, 2007 10:12 pm</p><hr />
]]></content>
	</entry>
	</feed>
