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

	<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-10-04T21:34:02-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-10-04T21:34:02-04:00</updated>

		<published>2006-10-04T21:34:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66935#p66935</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66935#p66935"/>
		<title type="html"><![CDATA[notice script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66935#p66935"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind notc - "*Identification to the nickname *" &lt;procname&gt;</code></pre></div>You would use the above bind to catch the message. The snippet (below) should give you an idea of where to go with this:<br><div class="codebox"><p>Code: </p><pre><code>proc &lt;procname&gt; {nick host hand arg {dest ""}} {  set msg [stripcodes b $arg]  if {[string equal $dest $::botnick]} {    ... your code here  }}</code></pre></div>In the above example $msg will contain the text you wish to manipulate:<blockquote class="uncited"><div>&lt;nick&gt; has SOp access to #chan.  Reason: Identification to the nickname &lt;nick&gt;.</div></blockquote>[lindex [split $msg] 0] being "nick1"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed Oct 04, 2006 9:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[newlooks]]></name></author>
		<updated>2006-10-04T16:22:16-04:00</updated>

		<published>2006-10-04T16:22:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66930#p66930</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66930#p66930"/>
		<title type="html"><![CDATA[notice script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66930#p66930"><![CDATA[
-ChanServ- &lt;nick1&gt; has SOp access to #6rb.  Reason: Identification to the nickname &lt;nick2&gt;.<br><br>that notice you will recive it when you do why command on channel for some nick if he identify to another nick <br><br>how i let script to catch the both nick1 and nick2<br><br>and deoped the firest one and deleted second one from aop on channel<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8245">newlooks</a> — Wed Oct 04, 2006 4:22 pm</p><hr />
]]></content>
	</entry>
	</feed>
