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

	<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>2009-03-27T14:29:51-04:00</updated>

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

		<entry>
		<author><name><![CDATA[arfer]]></name></author>
		<updated>2009-03-27T14:29:51-04:00</updated>

		<published>2009-03-27T14:29:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88142#p88142</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88142#p88142"/>
		<title type="html"><![CDATA[Can someone check what is wrong in this script ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88142#p88142"><![CDATA[
As far as I'm aware the Eggdrop Tcl command 'stick' is for making an existing ban sticky and takes one or two arguments<br><br>stick &lt;banmask&gt; ?channel?<br><br>So, what are you trying to do? Set a sticky ban or make an existing ban sticky?<br><br>In any case your use of the 'stick' command is incorrect.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5705">arfer</a> — Fri Mar 27, 2009 2:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Danik]]></name></author>
		<updated>2009-03-27T14:00:02-04:00</updated>

		<published>2009-03-27T14:00:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88140#p88140</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88140#p88140"/>
		<title type="html"><![CDATA[Can someone check what is wrong in this script ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88140#p88140"><![CDATA[
###stick &lt;IP&gt; | stick &lt;IP&gt;###<br><div class="codebox"><p>Code: </p><pre><code>proc pub:stick {nick uhost hand chan txt} {  set txt [split $txt]  set who [lindex $txt 0]  if {[isbotnick $who]} { return }  if {$who == ""} {    puthelp "NOTICE $nick : Corect use !stick &lt;nick&gt;"  return 0  }  stick "ban $txt $chan"  return 1}</code></pre></div><br><br>it is a script for sticky bans<br><br><span style="color:red">Edited: Placed code within a suitable code-block.<br><br>/NML_375</span><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9992">Danik</a> — Fri Mar 27, 2009 2:00 pm</p><hr />
]]></content>
	</entry>
	</feed>
