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

	<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>2005-03-15T04:14:15-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-03-15T04:14:15-04:00</updated>

		<published>2005-03-15T04:14:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47682#p47682</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47682#p47682"/>
		<title type="html"><![CDATA[TCL / Eggdrop Scan for Users, who are in 2 channels or more.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47682#p47682"><![CDATA[
Here's a basic concept. This is a code written in 3 minutes, so use with caution. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"> <br><div class="codebox"><p>Code: </p><pre><code>timer 5 check:chanproc check:chan { } { if {[botonchan #idle]} {  foreach user [chanlist #idle] {   if {![isop $user #idle] &amp;&amp; ![isbotnick $user]} {   putserv "WHOIS $user"   }  } } timer 5 check:chan}bind raw - 319 check:whoisproc check:whois {from key arg} { #This might not be the best way to check for 2 channels, but who cares #as long as it works, its fine by me.  if {[string match "*? #?* #?*" $arg] || [[llength $arg] &gt;= 4] &amp;&amp; [onchan [lindex $arg 1] #idle]} {  # Can also use 'string index' above to check the first index of the lindexes  #Assuming that the bot is already opered up and has a +a or +A flag   putserv "SAPART #idle [lindex $arg 1]"   } return 1}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Tue Mar 15, 2005 4:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tessa]]></name></author>
		<updated>2005-03-12T19:13:07-04:00</updated>

		<published>2005-03-12T19:13:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47514#p47514</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47514#p47514"/>
		<title type="html"><![CDATA[TCL / Eggdrop Scan for Users, who are in 2 channels or more.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47514#p47514"><![CDATA[
Oops I'm sry demond...  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"><br><br>Thank u for move  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><br><br>Greetz Tessa<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5894">tessa</a> — Sat Mar 12, 2005 7:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-03-12T18:03:13-04:00</updated>

		<published>2005-03-12T18:03:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47511#p47511</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47511#p47511"/>
		<title type="html"><![CDATA[TCL / Eggdrop Scan for Users, who are in 2 channels or more.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47511#p47511"><![CDATA[
wrong forum buddy, you need to ask for this on Script Requests forum<br><br>if you are willing to help yourself, here's a tip: WHOIS users and intercept (using raw bind) numeric 319 (the channels that user is on)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Mar 12, 2005 6:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tessa]]></name></author>
		<updated>2005-03-12T17:01:43-04:00</updated>

		<published>2005-03-12T17:01:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47507#p47507</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47507#p47507"/>
		<title type="html"><![CDATA[TCL / Eggdrop Scan for Users, who are in 2 channels or more.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47507#p47507"><![CDATA[
Hallo <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"> <br><br>i've a very big problem.<br><br>I've installed the os_notinchanlist module from anope.<br><br>This module being force users into the channel #idle, who are not in any channels.<br><br><br><span style="text-decoration:underline">Now my problem</span>:<br><br>On my shell is an eggdrop installed, who takes all 5 minutes following command: /os notinchanlist<br><br>Now all 5 minutes are joining peoples the channel #idle, but they aren't part, if they join another chan.<br><br><br><span style="text-decoration:underline">What i want to do, is the following</span>:<br><br>All people in this chan should part #idle if they are joining another channel.<br><br>- I need a TCL-script that scanns all 5 minutes the users in #idle.<br>- If they are in 2 or more channels, the script should /sapart them out of #idle<br>- The script shouldn't sapart op's, because i want to watch the channel<br><br><br>Sry for my english <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> Plz, plz help me  <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=5894">tessa</a> — Sat Mar 12, 2005 5:01 pm</p><hr />
]]></content>
	</entry>
	</feed>
