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

	<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>2003-11-14T10:42:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Rob]]></name></author>
		<updated>2003-11-14T10:42:00-04:00</updated>

		<published>2003-11-14T10:42:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29997#p29997</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29997#p29997"/>
		<title type="html"><![CDATA[help pls]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29997#p29997"><![CDATA[
it still bans ops  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1673">Rob</a> — Fri Nov 14, 2003 10:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-11-14T10:14:20-04:00</updated>

		<published>2003-11-14T10:14:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29990#p29990</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29990#p29990"/>
		<title type="html"><![CDATA[help pls]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29990#p29990"><![CDATA[
under<div class="codebox"><p>Code: </p><pre><code>if { [validchan $dest] == 1 &amp;&amp; ([string tolower [lindex $arg 0]] == "slaps" || [string tolower [lindex $arg 0]] == "slap") &amp;&amp; [lsearch [string tolower $arg] trout] &gt;= 2 &amp;&amp; [string tolower $nick] != [string tolower $botnick] &amp;&amp; [botisop $dest] == 1 } {</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Nov 14, 2003 10:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Rob]]></name></author>
		<updated>2003-11-14T10:08:55-04:00</updated>

		<published>2003-11-14T10:08:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29989#p29989</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29989#p29989"/>
		<title type="html"><![CDATA[help pls]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29989#p29989"><![CDATA[
<blockquote class="uncited"><div>if {[isop $nick $dest]} {return 0}</div></blockquote>and i would put that where?<br><br>sorry i aint too familar with tcl.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1673">Rob</a> — Fri Nov 14, 2003 10:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-11-14T09:50:48-04:00</updated>

		<published>2003-11-14T09:50:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29986#p29986</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29986#p29986"/>
		<title type="html"><![CDATA[help pls]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29986#p29986"><![CDATA[
if {[isop $nick $dest]} {return 0}<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Nov 14, 2003 9:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Rob]]></name></author>
		<updated>2003-11-14T08:48:25-04:00</updated>

		<published>2003-11-14T08:48:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29984#p29984</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29984#p29984"/>
		<title type="html"><![CDATA[help pls]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29984#p29984"><![CDATA[
ive just downloaded Anti Trout Slap v1.1 By Dude but noticed it bans anyone who does the trout slap. can it be modified to only ban non-opped users, so others like voice and non-voice/opped users will get punished for using trout slaps.<br><div class="codebox"><p>Code: </p><pre><code>proc antitrout:ctcp:action {nick uhost hand dest keyword arg} { global botnick troutkickmethod troutkickreason troutbantime if { [validchan $dest] == 1 &amp;&amp; ([string tolower [lindex $arg 0]] == "slaps" || [string tolower [lindex $arg 0]] == "slap") &amp;&amp; [lsearch [string tolower $arg] trout] &gt;= 2 &amp;&amp; [string tolower $nick] != [string tolower $botnick] &amp;&amp; [botisop $dest] == 1 } {  if { $troutkickmethod == 0 &amp;&amp; [string tolower [lindex $arg 1]] == [string tolower $botnick] } {   putserv "kick $dest $nick :$troutkickreason"  }  if { $troutkickmethod == 1 } {   putserv "kick $dest $nick :$troutkickreason"  }  if { $troutkickmethod == 2 &amp;&amp; [string tolower [lindex $arg 1]] == [string tolower $botnick] } {   scan [string tolower [getchanhost $nick $dest]] "%\[^@]@%s" host host   newchanban $dest *!*@$host $botnick "$troutkickreason" $troutbantime  }  if { $troutkickmethod == 3 } {   scan [string tolower [getchanhost $nick $dest]] "%\[^@]@%s" host host   newchanban $dest *!*@$host $botnick "$troutkickreason" $troutbantime  } } return 0}putlog "Anti Trout Slap v1.1 By Dude \002Loaded...\002"</code></pre></div>Any help would be great.<br><br>Rob.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1673">Rob</a> — Fri Nov 14, 2003 8:48 am</p><hr />
]]></content>
	</entry>
	</feed>
