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

	<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-06-07T14:57:25-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Getodacul]]></name></author>
		<updated>2007-06-07T14:57:25-04:00</updated>

		<published>2007-06-07T14:57:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73328#p73328</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73328#p73328"/>
		<title type="html"><![CDATA[A little help for an op message tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73328#p73328"><![CDATA[
Working... thanks mister  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9046">Getodacul</a> — Thu Jun 07, 2007 2:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-06-07T14:53:11-04:00</updated>

		<published>2007-06-07T14:53:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73326#p73326</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73326#p73326"/>
		<title type="html"><![CDATA[A little help for an op message tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73326#p73326"><![CDATA[
Let's "save" you <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"> $nick is the nickname of the user who is <span style="text-decoration:underline">giving</span> ops, and $vict is the nickname of the person who is <span style="text-decoration:underline">getting</span> ops. So, you want to send a message to $vict.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Jun 07, 2007 2:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Getodacul]]></name></author>
		<updated>2007-06-07T14:45:04-04:00</updated>

		<published>2007-06-07T14:45:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73324#p73324</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73324#p73324"/>
		<title type="html"><![CDATA[A little help for an op message tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73324#p73324"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set sendingconfirmation 1set opmessage 1bind mode - * mop:modeproc mop:mode { nick uhost hand chan mc vict } {global opmessage sendingconfirmation botnick ownerif {$mc == "+o" &amp;&amp; $vict == $nick &amp;&amp; $opmessage == 1} { putlog "A channel op has joined $chan . Sending message..." putserv "PRIVMSG $nick :text-1" putserv "PRIVMSG $nick :text-2" putserv "PRIVMSG $nick :text-3"  if {$nick != $owner &amp;&amp; $sendingconfirmation == 1} {   putserv "VOICE $chan $nick"}}}</code></pre></div>That script doesnt work and have no error <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":?" title="Confused"> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_question.gif" width="15" height="15" alt=":?:" title="Question"> <br>If i change line 7 with:<div class="codebox"><p>Code: </p><pre><code>if {$mc == "+o" &amp;&amp; $opmessage == 1} {</code></pre></div>script send message to person who op a persson(in most cases networks services). I want that script to send message to person who getting oped on a channel.<br>Can somebody save me? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9046">Getodacul</a> — Thu Jun 07, 2007 2:45 pm</p><hr />
]]></content>
	</entry>
	</feed>
