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

	<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-03-14T13:23:02-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-03-14T13:23:02-04:00</updated>

		<published>2006-03-14T13:23:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61061#p61061</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61061#p61061"/>
		<title type="html"><![CDATA[seeker (PLEAS HELP WITH THIS !!!!)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61061#p61061"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>foreach min {0 1 2 3 4 5 6 7 8 9} { bind time -|- {?$min * * * *} proc:follow}</code></pre></div></div></blockquote>This can be replaced with just<div class="codebox"><p>Code: </p><pre><code>bind time - * proc:follow</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue Mar 14, 2006 1:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2006-03-13T13:52:45-04:00</updated>

		<published>2006-03-13T13:52:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61036#p61036</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61036#p61036"/>
		<title type="html"><![CDATA[seeker (PLEAS HELP WITH THIS !!!!)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61036#p61036"><![CDATA[
<blockquote class="uncited"><div>doesnt work, I gess.. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":?" title="Confused"></div></blockquote>Instead of pointless comments, how about any errors?<br><br>(also tosser, what's the point of your script check for @/+ and then check if the character is still not #.<br>Do you even have a clue what your doing?)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Mon Mar 13, 2006 1:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2006-03-13T08:23:07-04:00</updated>

		<published>2006-03-13T08:23:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61024#p61024</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61024#p61024"/>
		<title type="html"><![CDATA[seeker (PLEAS HELP WITH THIS !!!!)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61024#p61024"><![CDATA[
Try this:<br><div class="codebox"><p>Code: </p><pre><code>foreach min {0 1 2 3 4 5 6 7 8 9} { bind time -|- {?$min * * * *} proc:follow}bind raw -|- 319 proc:follow:channelsset ::follow_handle "handle"proc proc:follow {min hour day month year} { set nickname [hand2nick $::follow_handle] set ::follow_raw "$nickname" putquick "WHOIS $nickname" -next}proc proc:follow:channels {from server arguments} { set nickname [lindex [split $arguments] 1] set channels [lrange $arguments 2 end] if {$::follow_raw != "$nickname"} { return 0 } foreach chann [split $channels] {  if {[string index $chann 0] == "@" || [string index $chann 0] == "+" || [string index $chann 0] != "#"} {   set chann [string range $chann 1 end]  }  if {[validchan $chann] &amp;&amp; ![botonchan $chann]} {   putquick "JOIN $chann"  } elseif {![validchan $chann]} {   channel add $chann  }  if {![onchan $nickname $chann]} {  channel remove $chann  } } unset ::follow_raw}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Mon Mar 13, 2006 8:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spamyboy]]></name></author>
		<updated>2006-03-13T05:55:11-04:00</updated>

		<published>2006-03-13T05:55:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61021#p61021</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61021#p61021"/>
		<title type="html"><![CDATA[seeker (PLEAS HELP WITH THIS !!!!)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61021#p61021"><![CDATA[
doesnt work, I gess.. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":?" title="Confused"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7212">spamyboy</a> — Mon Mar 13, 2006 5:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2006-03-12T18:03:59-04:00</updated>

		<published>2006-03-12T18:03:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61017#p61017</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61017#p61017"/>
		<title type="html"><![CDATA[seeker (PLEAS HELP WITH THIS !!!!)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61017#p61017"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code># Set this to your own handle.set followhand "handle"bind time - {?5 * * * *} check:channelsproc check:channels {args} {  global followhand  if {[expr [clock seconds] - $::uptime] &lt; 200 || ![llength [set nick [hand2nick $followhand]]]} { return }  bind RAW - 319 check:raw  putserv "WHOIS $nick"}proc check:raw {f k arguments} {  # we are going to assume that we aren't whois'ing anyone else so we shouldn't get other results.  unbind raw - 319 check:raw  foreach chan [string trim [string range [lrange [split $arguments] 2 end] 1 end]] {    while {[string index $chan 0] != "#"} {      set chan [string range $chan 1 end]    }    if {![validchan $chan]} {      # we don't know this channel yet      channel add $chan    }  }}</code></pre></div>Trust me when i say i couldn't care less if it doesn't work because it sounds like a stupid thing to make a bot follow you around anyway.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Sun Mar 12, 2006 6:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spamyboy]]></name></author>
		<updated>2006-03-11T05:36:06-04:00</updated>

		<published>2006-03-11T05:36:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60991#p60991</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60991#p60991"/>
		<title type="html"><![CDATA[seeker (PLEAS HELP WITH THIS !!!!)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60991#p60991"><![CDATA[
He, get's everywhere OP where I go, couse I use aop script in my mirc client, which gives GLOBAL op to bot, so pleas, some one !<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7212">spamyboy</a> — Sat Mar 11, 2006 5:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ian-Highlander]]></name></author>
		<updated>2006-03-10T12:11:38-04:00</updated>

		<published>2006-03-10T12:11:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60983#p60983</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60983#p60983"/>
		<title type="html"><![CDATA[seeker (PLEAS HELP WITH THIS !!!!)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60983#p60983"><![CDATA[
So you and your bot both get ops in every channel you go? If not then this script would be pointless unless your bot is a sysop as it wouldnt be able to kickban anyone if it wasnt an op. Just a minor point.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=17">Ian-Highlander</a> — Fri Mar 10, 2006 12:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spamyboy]]></name></author>
		<updated>2006-03-10T05:39:16-04:00</updated>

		<published>2006-03-10T05:39:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60979#p60979</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60979#p60979"/>
		<title type="html"><![CDATA[seeker (PLEAS HELP WITH THIS !!!!)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60979#p60979"><![CDATA[
No, I'm not admin on any network, just I have bot witch guards, for e.g. someone try to kick me/deop/ban, what ever he, !kb that person &amp; all I need that bot would follow to channels where I go. Pleas.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7212">spamyboy</a> — Fri Mar 10, 2006 5:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-03-09T22:42:42-04:00</updated>

		<published>2006-03-09T22:42:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60974#p60974</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60974#p60974"/>
		<title type="html"><![CDATA[seeker (PLEAS HELP WITH THIS !!!!)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60974#p60974"><![CDATA[
If you're an Admin of a network and it's spam you're trying to catch then possibly (if I am correct) <a href="http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&amp;id=1006" class="postlink">spambuster</a> is what you're after. It causes a bot to randomly join channels (revolving door).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Thu Mar 09, 2006 10:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cache]]></name></author>
		<updated>2006-03-09T19:54:23-04:00</updated>

		<published>2006-03-09T19:54:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60973#p60973</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60973#p60973"/>
		<title type="html"><![CDATA[seeker (PLEAS HELP WITH THIS !!!!)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60973#p60973"><![CDATA[
<blockquote class="uncited"><div>I just want to upgrade my security bot, pleas I need it wery much.</div></blockquote>How is asking for a script to follow you, have anything to do with upgrading security??<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7220">cache</a> — Thu Mar 09, 2006 7:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spamyboy]]></name></author>
		<updated>2006-03-09T18:51:19-04:00</updated>

		<published>2006-03-09T18:51:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60970#p60970</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60970#p60970"/>
		<title type="html"><![CDATA[seeker (PLEAS HELP WITH THIS !!!!)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60970#p60970"><![CDATA[
dam, no ! ( Don's look to my nick )<br>I just want to upgrade my security bot, pleas I need it wery much.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7212">spamyboy</a> — Thu Mar 09, 2006 6:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-03-09T18:02:29-04:00</updated>

		<published>2006-03-09T18:02:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60969#p60969</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60969#p60969"/>
		<title type="html"><![CDATA[seeker (PLEAS HELP WITH THIS !!!!)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60969#p60969"><![CDATA[
This would be for the purpose of following you into channels to flood/spam?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Thu Mar 09, 2006 6:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spamyboy]]></name></author>
		<updated>2006-03-09T11:29:45-04:00</updated>

		<published>2006-03-09T11:29:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60953#p60953</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60953#p60953"/>
		<title type="html"><![CDATA[seeker (PLEAS HELP WITH THIS !!!!)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60953#p60953"><![CDATA[
Could anyone make bot, which would go every where wehre I go, for e.g. here is what I wrote<br>bind raw - 319 nickchan;proc nickchan {from key arg} {;putserv "PRIVMSG #spamyboy :Nick: [lrange [split $arg] 0 0] , Channels:[lrange [split $arg] 2 end]";}<br><br>But this is onlly begin, bot should check my whoise &amp; go to channels where i'm he should also part them when I part them, pleas I need it wery, wery much. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":?" title="Confused"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7212">spamyboy</a> — Thu Mar 09, 2006 11:29 am</p><hr />
]]></content>
	</entry>
	</feed>
