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

	<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>2001-10-19T09:30:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-10-19T09:30:00-04:00</updated>

		<published>2001-10-19T09:30:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=842#p842</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=842#p842"/>
		<title type="html"><![CDATA[Can someone help me with this script?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=842#p842"><![CDATA[
The error will be about being called with too few arguments.<br><br>try the following<br><div class="codebox"><p>Code: </p><pre><code>bind sign Q * sign_deauthproc sign_deauth {nick uhost hand chan text} {  chattr $hand -Q  putlog "$hand has left IRC."}</code></pre></div>&lt;font size=-1&gt;[ This Message was edited by: ppslim on 2001-10-19 07:31 ]&lt;/font&gt;<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Fri Oct 19, 2001 9:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2001-10-19T06:09:00-04:00</updated>

		<published>2001-10-19T06:09:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=837#p837</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=837#p837"/>
		<title type="html"><![CDATA[Can someone help me with this script?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=837#p837"><![CDATA[
I have three questions. First, why do you have "global botnick quit" there, since neither of those variables are used? Second, why are you cramming all the stuff on so few lines? Third, what is the error or how is it not working?<br><br>I also have one suggestion. Try binding to Q instead of p|p... then you don't even need the matchattr.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Fri Oct 19, 2001 6:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-10-19T00:42:00-04:00</updated>

		<published>2001-10-19T00:42:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=830#p830</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=830#p830"/>
		<title type="html"><![CDATA[Can someone help me with this script?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=830#p830"><![CDATA[
bind sign p|p * sign_deauth<br><br>proc sign_deauth {nick uhost hand chan text quit} {<br>global botnick quit ; if {![matchattr $hand Q]} {return 0}<br>chattr $hand -Q ; putlog "$hand has left IRC." ; return 0<br>}<br><br>This part of the script suppose to auto deauth users on quit/offline. But it doesn't seems to work. can anyone help? Thanks <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><br><br>&lt;font size=-1&gt;[ This Message was edited by: galaxyboy on 2001-10-18 22:54 ]&lt;/font&gt;<p>Statistics: Posted by Guest — Fri Oct 19, 2001 12:42 am</p><hr />
]]></content>
	</entry>
	</feed>
