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

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

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2008-01-29T19:54:39-04:00</updated>

		<published>2008-01-29T19:54:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80452#p80452</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80452#p80452"/>
		<title type="html"><![CDATA[spambot script help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80452#p80452"><![CDATA[
The Tcl Archive is FULL of these types of scripts. Search it an be happy.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Tue Jan 29, 2008 7:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[opsb]]></name></author>
		<updated>2008-01-29T13:47:52-04:00</updated>

		<published>2008-01-29T13:47:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80438#p80438</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80438#p80438"/>
		<title type="html"><![CDATA[spambot script help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80438#p80438"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind msgm -|- *http* spampvtbind msgm -|- *irc.* spampvtbind msgm -|- *#* spampvtbind msgm -|- *kanal* spampvtbind msgm -|- *soba* spampvtbind msgm -|- *sobu* spampvtbind msgm -|- *www* spampvtbind notc -|- *http* spamnotbind notc -|- *irc.* spamnotbind notc -|- *#* spamnotbind notc -|- *kanal* spamnotbind notc -|- *soba* spamnotbind notc -|- *sobu* spamnotbind notc -|- *www* spamnotproc spampvt { nick uhost handle arg } {putserv "PRIVMSG #chan :¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤";putserv "PRIVMSG #chan :SpamDetected - Nick \2$nick\2 - Adresa \2$uhost\2 - Type: \2PRIVMSG\2";putserv "PRIVMSG #chan :SpamText - $arg";putserv "PRIVMSG #chan :¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤";}proc spamnot { nick uhost handle target arg } {putserv "PRIVMSG #chan :¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤";putserv "PRIVMSG #chan :SpamDetected - Nick \2$nick\2 - Adresa \2$uhost\2 - Type: \2PRIVNOTC\2";putserv "PRIVMSG #chan :SpamText - $target";putserv "PRIVMSG #chan :¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤";}</code></pre></div>- Can someone please add me option like this if a some user use /invite on my bot nick..<br><br>- And make it that not monitoring to #chan if user who spaming is on channel #chan <br><br>- Make it so don't spam for users such as ChanServ, MemoServ, NickServ.. and someother nick, which I can add<br><br>Regards<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9270">opsb</a> — Tue Jan 29, 2008 1:47 pm</p><hr />
]]></content>
	</entry>
	</feed>
