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

	<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>2008-03-28T14:52:57-04:00</updated>

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

		<entry>
		<author><name><![CDATA[gemeau50]]></name></author>
		<updated>2008-03-28T14:52:57-04:00</updated>

		<published>2008-03-28T14:52:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82059#p82059</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82059#p82059"/>
		<title type="html"><![CDATA[Set or remove &quot;Silence&quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82059#p82059"><![CDATA[
Tx! It does what I wanted the bot to do.<br><br>Regards<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5048">gemeau50</a> — Fri Mar 28, 2008 2:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2008-03-27T23:29:10-04:00</updated>

		<published>2008-03-27T23:29:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82052#p82052</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82052#p82052"/>
		<title type="html"><![CDATA[Set or remove &quot;Silence&quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82052#p82052"><![CDATA[
<blockquote class="uncited"><div>I haven't tested this, but it should give you a good starting point if nothing else.</div></blockquote> <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=4461">DragnLord</a> — Thu Mar 27, 2008 11:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2008-03-27T16:43:48-04:00</updated>

		<published>2008-03-27T16:43:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82050#p82050</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82050#p82050"/>
		<title type="html"><![CDATA[Re: Set or remove &quot;Silence&quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82050#p82050"><![CDATA[
<blockquote class="uncited"><div>... when a said nick parts a particular  channel ...</div></blockquote> <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=2878">user</a> — Thu Mar 27, 2008 4:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2008-03-27T11:45:23-04:00</updated>

		<published>2008-03-27T11:45:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82049#p82049</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82049#p82049"/>
		<title type="html"><![CDATA[Set or remove &quot;Silence&quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82049#p82049"><![CDATA[
<blockquote class="uncited"><div>Also your join and part procedure do not provide for a specific channel.</div></blockquote>You failed to provide that information.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Thu Mar 27, 2008 11:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2008-03-27T10:02:40-04:00</updated>

		<published>2008-03-27T10:02:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82048#p82048</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82048#p82048"/>
		<title type="html"><![CDATA[Set or remove &quot;Silence&quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82048#p82048"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code># can contain wildcards such as nick*!*@*, but has to be in# nick!user@host formatset swho *!cservice@undernet.orgbind join - "#channelname $swho" silence:controlbind part - "#channelname $swho" silence:controlbind sign - "#channelname $swho" silence:controlproc silence:control {n u h c args} { if {[llength $args]} {  putserv "SILENCE -*!*@*" } {  putserv "SILENCE *!*@*" }}</code></pre></div>Edit: user was faster <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=3085">Sir_Fz</a> — Thu Mar 27, 2008 10:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2008-03-27T10:02:07-04:00</updated>

		<published>2008-03-27T10:02:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82047#p82047</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82047#p82047"/>
		<title type="html"><![CDATA[Set or remove &quot;Silence&quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82047#p82047"><![CDATA[
I don't know mIRC script, but I guess you want something like this...<div class="codebox"><p>Code: </p><pre><code>bind join - "#chan *!cservice@undernet.org" {silence +}bind part - "#chan *!cservice@undernet.org" {silence -}bind sign - "#chan *!cservice@undernet.org" {silence -}proc silence {prefix args} {putserv "SILENCE $prefix*!*@*"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Thu Mar 27, 2008 10:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gemeau50]]></name></author>
		<updated>2008-03-27T08:46:49-04:00</updated>

		<published>2008-03-27T08:46:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82046#p82046</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82046#p82046"/>
		<title type="html"><![CDATA[Set or remove &quot;Silence&quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82046#p82046"><![CDATA[
Rather than trying to explain to you what I'm looking for, let me give it to you in mIRC script. I'm hoping the someone will be kind enough to convert it in TCL.<br><div class="codebox"><p>Code: </p><pre><code>on *:join:channelname: { if ($address == cservice@undernet.org) { silence *!*@* } }on *:part:channelname: { if ($address == cservice@undernet.org) { silence -*!*@* } }on *:quit: { if ($address == cservice@undernet.org) { -silence *!*@* } }</code></pre></div>TX<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5048">gemeau50</a> — Thu Mar 27, 2008 8:46 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2008-03-26T08:48:56-04:00</updated>

		<published>2008-03-26T08:48:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82036#p82036</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82036#p82036"/>
		<title type="html"><![CDATA[Set or remove &quot;Silence&quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82036#p82036"><![CDATA[
<blockquote class="uncited"><div>Since "PART" is to leave a channel and "QUIT" is to leave a network, do /part and /quit the same in TCL or do I have to bind QUIT also?<br><br>Also your join and part procedure do not provide for a specific channel.</div></blockquote><blockquote class="uncited"><div>         bind join &lt;flags&gt; &lt;mask&gt; &lt;proc&gt;<br><br>         procname &lt;nick&gt; &lt;user@host&gt; &lt;handle&gt; &lt;channel&gt; <br><br>         Description: triggered by someone joining the channel. The mask in<br>           the bind is matched against <strong class="text-strong">"#channel nick!user@host"</strong> and can<br>           contain wildcards.<br><br><br>         bind part &lt;flags&gt; &lt;mask&gt; &lt;proc&gt;<br><br>         procname &lt;nick&gt; &lt;user@host&gt; &lt;handle&gt; &lt;channel&gt; &lt;msg&gt; <br><br>         Description: triggered by someone leaving the channel. The mask is<br>           matched against <strong class="text-strong">"#channel nick!user@host"</strong> and can contain<br>           wildcards.<br><br><br>         bind sign &lt;flags&gt; &lt;mask&gt; &lt;proc&gt;<br><br>         procname &lt;nick&gt; &lt;user@host&gt; &lt;handle&gt; &lt;channel&gt; &lt;reason&gt; <br><br>         Description: triggered by a signoff, or possibly by someone who got<br>           netsplit and never returned. The signoff message is the last<br>           argument to the proc. Wildcards can be used in the mask, which is<br>           matched against <strong class="text-strong">'#channel nick!user@host'</strong>.</div></blockquote>As the channel name is part of the string matched against the mask, you HAVE to include a part to match it (starting the mask with a nick would make it never match)<br>The sign bind can trigger your part proc because they pass the same number of arguments. You might also want to include splt and rejn binds (if your wait-split setting is &gt; 0)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Wed Mar 26, 2008 8:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gemeau50]]></name></author>
		<updated>2008-03-26T08:08:30-04:00</updated>

		<published>2008-03-26T08:08:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82035#p82035</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82035#p82035"/>
		<title type="html"><![CDATA[Set or remove &quot;Silence&quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82035#p82035"><![CDATA[
Since "PART" is to leave a channel and "QUIT" is to leave a network, do /part and /quit the same in TCL or do I have to bind QUIT also?<br><br>Also your join and part procedure do not provide for a specific channel.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5048">gemeau50</a> — Wed Mar 26, 2008 8:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2008-03-24T11:51:09-04:00</updated>

		<published>2008-03-24T11:51:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82015#p82015</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82015#p82015"/>
		<title type="html"><![CDATA[Set or remove &quot;Silence&quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82015#p82015"><![CDATA[
I haven't tested this, but it should give you a good starting point if nothing else.<br><div class="codebox"><p>Code: </p><pre><code># can contain wildcards such as nick*!*@*, but has to be in nick!user@host formatset swho "nick!*@*" bind join - $swho silence_joinbind part - $swho silence_partproc silence_join {n u h c} {putquick "SILENCE *.*@*"}proc silence_part {n u h c} {putquick "SILENCE -*.*@*"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Mon Mar 24, 2008 11:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gemeau50]]></name></author>
		<updated>2008-03-24T11:26:37-04:00</updated>

		<published>2008-03-24T11:26:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82014#p82014</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82014#p82014"/>
		<title type="html"><![CDATA[Set or remove &quot;Silence&quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82014#p82014"><![CDATA[
Network: Undernet<br>Set: /silence *.*@*<br>Remove /silence -*.*@*<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5048">gemeau50</a> — Mon Mar 24, 2008 11:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2008-03-24T11:07:19-04:00</updated>

		<published>2008-03-24T11:07:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82012#p82012</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82012#p82012"/>
		<title type="html"><![CDATA[Set or remove &quot;Silence&quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82012#p82012"><![CDATA[
Since not all IRCds have a "silence" command, you may need to provide the command syntax.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Mon Mar 24, 2008 11:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gemeau50]]></name></author>
		<updated>2008-03-24T08:01:46-04:00</updated>

		<published>2008-03-24T08:01:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82009#p82009</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82009#p82009"/>
		<title type="html"><![CDATA[Set or remove &quot;Silence&quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82009#p82009"><![CDATA[
Our eggdrop is permanently under Silence. What I am looking for is a snippet which would remove "Silence" when a said nick parts a particular  channel or quits and set "Silence" when the said nick gets ops on that particular channel.<br><br>Tx in advance<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5048">gemeau50</a> — Mon Mar 24, 2008 8:01 am</p><hr />
]]></content>
	</entry>
	</feed>
