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

	<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-06-19T14:43:50-04:00</updated>

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

		<entry>
		<author><name><![CDATA[mindcry]]></name></author>
		<updated>2007-06-19T14:43:50-04:00</updated>

		<published>2007-06-19T14:43:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73688#p73688</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73688#p73688"/>
		<title type="html"><![CDATA[action reverse]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73688#p73688"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind CTCP - ACTION act:replyproc act:reply {nick uhost hand dest key arg} {  global botnick  if {[validchan $dest]} {  set chan [string tolower $dest]  if {![string match -nocase *$botnick* $arg] || ![onchan $nick $chan]} {return 0}  regsub -all -nocase $botnick $arg $nick arg  putserv "PRIVMSG $chan :\001ACTION $arg\001"}</code></pre></div>this code will do action reverse if someone slapping (or anything) to your bot. adding anti flood procedure will make this code better. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>ty for your opinion alchera.<br>im newbie in here <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=8768">mindcry</a> — Tue Jun 19, 2007 2:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-06-18T21:31:12-04:00</updated>

		<published>2007-06-18T21:31:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73660#p73660</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73660#p73660"/>
		<title type="html"><![CDATA[Re: simple action reverser]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73660#p73660"><![CDATA[
<blockquote class="uncited"><div>its better idea to make another procedure to stops action floodings on channel.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing"></div></blockquote>It's a better idea to enclose code within <div class="codebox"><p>Code: </p><pre><code></code></pre></div> tags.<br><br>Please edit your post accordingly.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Mon Jun 18, 2007 9:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mindcry]]></name></author>
		<updated>2007-06-18T11:56:08-04:00</updated>

		<published>2007-06-18T11:56:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73646#p73646</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73646#p73646"/>
		<title type="html"><![CDATA[simple action reverser]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73646#p73646"><![CDATA[
proc act:reply {nick uhost hand chan arg} { <br>  global botnick<br>  regsub -all -nocase $botnick $arg $nick arg<br>  putserv "PRIVMSG $chan :\001ACTION $arg\001"<br>}<br><br>its better idea to make another procedure to stops action floodings on channel.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8768">mindcry</a> — Mon Jun 18, 2007 11:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[romeo5k]]></name></author>
		<updated>2007-06-16T13:18:28-04:00</updated>

		<published>2007-06-16T13:18:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73592#p73592</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73592#p73592"/>
		<title type="html"><![CDATA[slap back]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73592#p73592"><![CDATA[
<a href="http://forum.egghelp.org/viewtopic.php?t=13585" class="postlink">http://forum.egghelp.org/viewtopic.php?t=13585</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8025">romeo5k</a> — Sat Jun 16, 2007 1:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-06-15T23:06:15-04:00</updated>

		<published>2007-06-15T23:06:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73578#p73578</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73578#p73578"/>
		<title type="html"><![CDATA[slap back]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73578#p73578"><![CDATA[
That is so simple to figure out and that is why no-one has responded as it is actually staring you right in the face; you actually have the script sending the text twice to the channel.<br><br>Remove either of these lines:<div class="codebox"><p>Code: </p><pre><code>putserv "PRIVMSG $chan :\001ACTION slaps $target around a bit with a larger trout\001"puthelp "PRIVMSG $chan :\001ACTION slaps $target around a bit with the remains of a big Smelly Trout!\001"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Fri Jun 15, 2007 11:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[romeo5k]]></name></author>
		<updated>2007-06-15T11:13:29-04:00</updated>

		<published>2007-06-15T11:13:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73571#p73571</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73571#p73571"/>
		<title type="html"><![CDATA[slap back]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73571#p73571"><![CDATA[
alchera i did,  and i got a result, but  the result had a problem, and no one has responded yet in maybe 4 days or so. Thats why i'm giving up on it. Cause it seems i have a problem no one has ever heard of.<br><br><a href="http://forum.egghelp.org/viewtopic.php?t=13593" class="postlink">http://forum.egghelp.org/viewtopic.php?t=13593</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8025">romeo5k</a> — Fri Jun 15, 2007 11:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-06-14T22:53:13-04:00</updated>

		<published>2007-06-14T22:53:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73558#p73558</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73558#p73558"/>
		<title type="html"><![CDATA[slap back]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73558#p73558"><![CDATA[
That will get you no closer.<br><br>You will wait, you will be patient, you will make an attempt on your part instead of sitting back and doing nothing.<br><br>It would be a good idea (using the resources of these forums) to at least attempt writing your own script or modifying another. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Thu Jun 14, 2007 10:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[romeo5k]]></name></author>
		<updated>2007-06-14T12:32:57-04:00</updated>

		<published>2007-06-14T12:32:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73551#p73551</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73551#p73551"/>
		<title type="html"><![CDATA[slap back]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73551#p73551"><![CDATA[
nice...  i needed this too.. now i need the slap attack one.. <a href="http://forum.egghelp.org/viewtopic.php?t=13585" class="postlink">http://forum.egghelp.org/viewtopic.php?t=13585</a><br><br> Thank you.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8025">romeo5k</a> — Thu Jun 14, 2007 12:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Joatle]]></name></author>
		<updated>2007-06-13T20:03:17-04:00</updated>

		<published>2007-06-13T20:03:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73545#p73545</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73545#p73545"/>
		<title type="html"><![CDATA[slap back]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73545#p73545"><![CDATA[
that was quic <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Thanks <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9062">Joatle</a> — Wed Jun 13, 2007 8:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-06-13T20:00:26-04:00</updated>

		<published>2007-06-13T20:00:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73544#p73544</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73544#p73544"/>
		<title type="html"><![CDATA[slap back]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73544#p73544"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set actReplies { "around..." "right back.." "over the head with an dead cat.."}bind ctcp - ACTION slap:backproc slap:back {nick uhost hand chan kw arg} { global botnick actReplies if {![validchan $chan]} {return 0} if {[string match "slaps $botnick around a bit with a large trout" $arg]} {  puthelp "privmsg $chan :\001ACTION slaps $nick [lindex $actReplies [rand [llength $actReplies]]]\001" }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Wed Jun 13, 2007 8:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Joatle]]></name></author>
		<updated>2007-06-13T19:51:24-04:00</updated>

		<published>2007-06-13T19:51:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73543#p73543</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73543#p73543"/>
		<title type="html"><![CDATA[slap back]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73543#p73543"><![CDATA[
Can someone make an slap back script that makes the bot slap people back when it get slaped?<br><br>Would also be nice if there was some random there..<br><br>like:<br><br>* nick slaps bot around a bit with a large trout<br>* Bot slaps Nick around..<br>* nick slaps bot around a bit with a large trout<br>* Bot slaps Nick right back..<br>* nick slaps bot around a bit with a large trout<br>* Bot slaps Nick over the head with an dead cat..<br><br>Something like that..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9062">Joatle</a> — Wed Jun 13, 2007 7:51 pm</p><hr />
]]></content>
	</entry>
	</feed>
