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

	<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>2004-01-29T19:03:54-04:00</updated>

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

		<entry>
		<author><name><![CDATA[soul]]></name></author>
		<updated>2004-01-29T19:03:54-04:00</updated>

		<published>2004-01-29T19:03:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33076#p33076</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33076#p33076"/>
		<title type="html"><![CDATA[Need a script to say certain things to channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33076#p33076"><![CDATA[
i've always appreciated scripters<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3075">soul</a> — Thu Jan 29, 2004 7:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2004-01-29T18:12:46-04:00</updated>

		<published>2004-01-29T18:12:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33074#p33074</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33074#p33074"/>
		<title type="html"><![CDATA[Need a script to say certain things to channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33074#p33074"><![CDATA[
Try with:<div class="codebox"><p>Code: </p><pre><code>bind mode - "* +o" onop</code></pre></div>also, replace the:<div class="codebox"><p>Code: </p><pre><code>if { $nick == "Q" || $nick == "L" } { </code></pre></div>with:<div class="codebox"><p>Code: </p><pre><code>if {[string toupper $nick] == "Q" || [string toupper $nick] == "L"} {</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Thu Jan 29, 2004 6:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-01-29T17:12:29-04:00</updated>

		<published>2004-01-29T17:12:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33073#p33073</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33073#p33073"/>
		<title type="html"><![CDATA[Need a script to say certain things to channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33073#p33073"><![CDATA[
Thx alot  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"> <br><br>Unfortunately the message appears everytime a user joins and they get +v or +o <br>It was ment to be +o only. Is there any way to make it do this ?<br><br>I have never scripted in TCL - which makes me a newbie <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by Guest — Thu Jan 29, 2004 5:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[soul]]></name></author>
		<updated>2004-01-29T15:56:49-04:00</updated>

		<published>2004-01-29T15:56:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33072#p33072</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33072#p33072"/>
		<title type="html"><![CDATA[Need a script to say certain things to channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33072#p33072"><![CDATA[
set chan "#change_the_channel_here"<br><br>bind mode - * onop<br>proc onop {nick uhost hand chan +o victim} {<br> if { $nick == "Q" || $nick == "L" } { <br>putserv "privmsg $chan :$victim : text here!"<br> }<br>}<br>putlog "anything_you_want.tcl"<br><br>the script above will message the channel if Q or L op any nick in channel<br>###<br><br>for greeting certain users : .chanset #channel +greet <br>and check your conf for +greet<br><br>enjoy,<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3075">soul</a> — Thu Jan 29, 2004 3:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-01-27T09:13:44-04:00</updated>

		<published>2004-01-27T09:13:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32940#p32940</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32940#p32940"/>
		<title type="html"><![CDATA[Need a script to say certain things to channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32940#p32940"><![CDATA[
Hello there<br><br>I need a script which makes the bot say a certain linie whenever a person gets OP in a certain channel.<br>But only when the OP is given by Q/L og the bot itself<br><br>Furthermore it shall Greet certain users when they join the channel. The greeting have to be in the channel - not as a notice<br><br>I have tried with +greet, but it doesn't seem to work <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br><br>Thx in advantage<p>Statistics: Posted by Guest — Tue Jan 27, 2004 9:13 am</p><hr />
]]></content>
	</entry>
	</feed>
