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

	<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-07-27T10:22:46-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2008-07-27T10:22:46-04:00</updated>

		<published>2008-07-27T10:22:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84184#p84184</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84184#p84184"/>
		<title type="html"><![CDATA[Help chan join]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84184#p84184"><![CDATA[
Actually, it would seem bindings does not honor "negating flags", so we'll have to do it the other way... Also, just remembered that halfop is "l", not "h"..<br><div class="codebox"><p>Code: </p><pre><code>proc greet_nonop {nick host hand chan} { if {[matchattr $hand "-flo&amp;-flo" $chan]} {  puthelp "PRIVMSG $chan :Hey $nick, ask question and wait for answer." }}bind join - * greet_nonop</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sun Jul 27, 2008 10:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2008-07-27T06:26:37-04:00</updated>

		<published>2008-07-27T06:26:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84182#p84182</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84182#p84182"/>
		<title type="html"><![CDATA[Help chan join]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84182#p84182"><![CDATA[
<blockquote class="uncited"><div>/me thinks that -voh means that script will trigger only if users with v o h flags join chan.</div></blockquote>- means NOT voh.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Jul 27, 2008 6:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[opsb]]></name></author>
		<updated>2008-07-26T21:10:58-04:00</updated>

		<published>2008-07-26T21:10:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84176#p84176</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84176#p84176"/>
		<title type="html"><![CDATA[Help chan join]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84176#p84176"><![CDATA[
<blockquote class="uncited"><div>Untested, but should work..<br><div class="codebox"><p>Code: </p><pre><code>proc greet_nonop {nick host hand chan} { puthelp "PRIVMSG $chan :Hey $nick, ask question and wait for answer."}bind join -voh&amp; * greet_nonop</code></pre></div></div></blockquote><br>Thnx for reply but won't work <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br>/me thinks that -voh means that script will trigger only if users with v o h flags join chan.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9270">opsb</a> — Sat Jul 26, 2008 9:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2008-07-26T11:38:55-04:00</updated>

		<published>2008-07-26T11:38:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84172#p84172</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84172#p84172"/>
		<title type="html"><![CDATA[Help chan join]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84172#p84172"><![CDATA[
Untested, but should work..<br><div class="codebox"><p>Code: </p><pre><code>proc greet_nonop {nick host hand chan} { puthelp "PRIVMSG $chan :Hey $nick, ask question and wait for answer."}bind join -voh&amp; * greet_nonop</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sat Jul 26, 2008 11:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[opsb]]></name></author>
		<updated>2008-07-26T07:58:40-04:00</updated>

		<published>2008-07-26T07:58:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84169#p84169</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84169#p84169"/>
		<title type="html"><![CDATA[Help chan join]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84169#p84169"><![CDATA[
Anyone pls <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9270">opsb</a> — Sat Jul 26, 2008 7:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[opsb]]></name></author>
		<updated>2008-07-19T06:36:10-04:00</updated>

		<published>2008-07-19T06:36:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84072#p84072</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84072#p84072"/>
		<title type="html"><![CDATA[Help chan join]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84072#p84072"><![CDATA[
hi<br><br>I need script that will check if user is channel op, halfop, or voice, (on join) and if is not one of 3 will greet msg like <strong class="text-strong">Hey nick, ask question and wait for answer.</strong><br><br>I've tried to search TCL archive for didnt found anything.<br><br>Regrads.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9270">opsb</a> — Sat Jul 19, 2008 6:36 am</p><hr />
]]></content>
	</entry>
	</feed>
