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

	<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>2007-05-21T06:09:03-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Riddler]]></name></author>
		<updated>2007-05-21T06:09:03-04:00</updated>

		<published>2007-05-21T06:09:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72881#p72881</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72881#p72881"/>
		<title type="html"><![CDATA[Part / Quit Msg Ban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72881#p72881"><![CDATA[
Try to use this script<br><div class="codebox"><p>Code: </p><pre><code>set qpadv(chan) "#channel"# Set here your kick messageset qpadv(km) "Please change your QUIT/PART message!"# Set here the ban timeset qpadv(bt) "1440"# Set here the bad quit's for witch the user will be banned.set qpadv(w) {  "*www*"  "*http://*"  "#*"  "*.com*"  "*.org*"  "*.ro*"  "*.de*"  "*.us*"  "*.net*"  "*.co.uk"  "*.eu"  "*.in"  "*.bis*"}#########################################################- Don't edit below unless you know what you're doing -#########################################################bind sign - * s:riddler:qpadvbind part - * s:riddler:qpadvproc s:riddler:qpadv {nick uhost hand chan arg} {  global botnick qpadv     if {[matchattr $hand of|of $chan] || [isop $nick $chan] || [isvoice $nick $chan]}  { return 0 }     if {(([lsearch -exact [string tolower $qpadv(chan)] [string tolower $chan]] != -1) || ($qpadv(chan) == "*")) &amp;&amp; (![matchattr $hand b]) &amp;&amp; ($nick != $botnick)} {         foreach badqp [string tolower $qpadv(w)] {         if {[string match *$badqp* [string tolower $arg]]} {            set ban "*!*@[lindex [split $uhost @] 1]"            newchanban $chan $ban quitpartadv $qpadv(km) $qpadv(bt)            return 1             }        }    }}putlog "TCL Loaded: noquitpartadv.tcl"</code></pre></div>It`s working very good <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";-)" title="Wink">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9010">Riddler</a> — Mon May 21, 2007 6:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-11-12T13:27:57-04:00</updated>

		<published>2006-11-12T13:27:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67962#p67962</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67962#p67962"/>
		<title type="html"><![CDATA[Part / Quit Msg Ban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67962#p67962"><![CDATA[
Hmm I guess he's not gonna tell me what his settings are..This script is really really really overly complicated.. Would be easier to write a custom script based on any one of the simpler "ban for this or that" scripts from the archives, like one of the badname or badword scripts..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Sun Nov 12, 2006 1:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cache]]></name></author>
		<updated>2006-11-12T12:04:16-04:00</updated>

		<published>2006-11-12T12:04:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67943#p67943</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67943#p67943"/>
		<title type="html"><![CDATA[Part / Quit Msg Ban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67943#p67943"><![CDATA[
Did you .rehash after adding changes?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7220">cache</a> — Sun Nov 12, 2006 12:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-11-08T13:54:37-04:00</updated>

		<published>2006-11-08T13:54:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67837#p67837</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67837#p67837"/>
		<title type="html"><![CDATA[Part / Quit Msg Ban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67837#p67837"><![CDATA[
what settings do you have in the script so i can test it with the same settings.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Wed Nov 08, 2006 1:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[i.m.offline]]></name></author>
		<updated>2006-11-08T12:40:41-04:00</updated>

		<published>2006-11-08T12:40:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67836#p67836</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67836#p67836"/>
		<title type="html"><![CDATA[Part / Quit Msg Ban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67836#p67836"><![CDATA[
i tried to add like echox, killed.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7438">i.m.offline</a> — Wed Nov 08, 2006 12:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-11-08T12:16:17-04:00</updated>

		<published>2006-11-08T12:16:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67835#p67835</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67835#p67835"/>
		<title type="html"><![CDATA[Part / Quit Msg Ban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67835#p67835"><![CDATA[
Yeah..that's why I asked "which words exactly"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Wed Nov 08, 2006 12:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[i.m.offline]]></name></author>
		<updated>2006-11-08T04:24:49-04:00</updated>

		<published>2006-11-08T04:24:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67833#p67833</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67833#p67833"/>
		<title type="html"><![CDATA[Part / Quit Msg Ban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67833#p67833"><![CDATA[
The script is <br># Begin - Part/Quit, Anti Part/Quit Message Script v5.34.b (partquit.tcl)<br><br>by Awyeah.<br><br>and the variable in this script is<br>set partquitwords {<br><br>But when I add new words in it, it doesn't seems to be reacting<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7438">i.m.offline</a> — Wed Nov 08, 2006 4:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-11-08T04:08:57-04:00</updated>

		<published>2006-11-08T04:08:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67831#p67831</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67831#p67831"/>
		<title type="html"><![CDATA[Part / Quit Msg Ban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67831#p67831"><![CDATA[
Which words exactly?  And what is the name of the script?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Wed Nov 08, 2006 4:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[i.m.offline]]></name></author>
		<updated>2006-11-08T03:57:43-04:00</updated>

		<published>2006-11-08T03:57:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67830#p67830</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67830#p67830"/>
		<title type="html"><![CDATA[Part / Quit Msg Ban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67830#p67830"><![CDATA[
Hello Friends, <br><br>I would request if I can have a script which bans on specific part/quit msg. I tried using Awyeah's code and it works all well. But when I tried to add few more words in it for part/quit ban. The script dont react for those words. I dont understand why. <br><br>Please if u have something better, thx in advance.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7438">i.m.offline</a> — Wed Nov 08, 2006 3:57 am</p><hr />
]]></content>
	</entry>
	</feed>
