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

	<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-01-24T19:06:16-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2006-01-24T19:06:16-04:00</updated>

		<published>2006-01-24T19:06:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59677#p59677</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59677#p59677"/>
		<title type="html"><![CDATA[help me]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59677#p59677"><![CDATA[
Oups! Duno how that got there. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"> I swear I've removed it once. Weird, anyway, thanks for pointing that out Sir_Fz. <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=187">caesar</a> — Tue Jan 24, 2006 7:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-01-24T17:53:32-04:00</updated>

		<published>2006-01-24T17:53:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59671#p59671</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59671#p59671"/>
		<title type="html"><![CDATA[help me]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59671#p59671"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>[regexp -nocase {$chan} $dont_join]</code></pre></div>this will always return 0 unless there is the word "$chan" in $dont_join, removing the braces will solve the problem.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue Jan 24, 2006 5:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2006-01-24T19:05:23-04:00</updated>

		<published>2006-01-24T13:03:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59663#p59663</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59663#p59663"/>
		<title type="html"><![CDATA[help me]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59663#p59663"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set dont_join "#foo #MoO #BaR"bind pub - !join all:pub:joinproc all:pub:join {nick uhost handle channel text} {  global dont_join  if {![llength [set chan [lindex [split $text] 0]]]} {    putserv "NOTICE $nick :Usage: !join #channel"    return  }  if {[validchan $chan]} {    set msg "Sorry, the $chan channel is already a known channel to me."    if {![botonchan $chan] || [channel get $chan inactive]} {      append msg " Currently I'm not on the $chan channel, possible reasons: limit, invite only, banned or channel is se to +inactive."      } else {      append msg " Currently I'm on the $chan channel."    }    putserv "NOTICE $nick :$msg"    return  }  if {[regexp -nocase $chan $dont_join]} {    putserv "NOTICE $nick :Sorry, $chan channel is on my bad list."    return  }  putserv "NOTICE $nick :Allright, I'll join $chan channel."  channel add $chan}</code></pre></div>Feel free to modify it to suit your needs.<br><br>Edit: Fixed.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue Jan 24, 2006 1:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mCev1L]]></name></author>
		<updated>2006-01-24T09:22:20-04:00</updated>

		<published>2006-01-24T09:22:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59657#p59657</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59657#p59657"/>
		<title type="html"><![CDATA[help me]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59657#p59657"><![CDATA[
hi,<br><br>i set in my eggdrop tcl command like every body with none flag - can control bot only when they type !join #chan .. i need small <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes">  tcl that can i add some chans bot will not join it if the user type !join<br><br><br>example:<br><br>KellyWAG: !join #sucker<br>mynot: sorry, chan on my bad list<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7098">mCev1L</a> — Tue Jan 24, 2006 9:22 am</p><hr />
]]></content>
	</entry>
	</feed>
