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

	<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>2006-02-12T22:28:15-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-02-12T22:28:15-04:00</updated>

		<published>2006-02-12T22:28:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60387#p60387</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60387#p60387"/>
		<title type="html"><![CDATA[delete raison]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60387#p60387"><![CDATA[
Oups, I forgot the 'c'. Fixed now, I edited my post.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Feb 12, 2006 10:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pilouuu]]></name></author>
		<updated>2006-02-12T22:14:53-04:00</updated>

		<published>2006-02-12T22:14:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60386#p60386</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60386#p60386"/>
		<title type="html"><![CDATA[delete raison]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60386#p60386"><![CDATA[
lol thx for help <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Tcl error [part:chan]: can't read "#chantest": no such variable<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7153">pilouuu</a> — Sun Feb 12, 2006 10:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-02-12T19:56:20-04:00</updated>

		<published>2006-02-12T19:56:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60380#p60380</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60380#p60380"/>
		<title type="html"><![CDATA[delete raison]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60380#p60380"><![CDATA[
<blockquote class="uncited"><div>PS: It's reason, not raison.</div></blockquote>LOL He's French Sir_Fz and "reason" IS "raison" in French. <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=3646">Alchera</a> — Sun Feb 12, 2006 7:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-02-12T22:27:35-04:00</updated>

		<published>2006-02-12T10:51:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60348#p60348</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60348#p60348"/>
		<title type="html"><![CDATA[delete raison]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60348#p60348"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub n !part part:chanproc part:chan {nick uhost hand chan arg} { set c [lindex [split $arg] 0] set reason [join [lrange [split $arg] 1 end]] if {![validchan $c]} {  puthelp "privmsg $chan :$c is an invalid channel." } {  putserv "privmsg $chan :$c has been deleted by $nick for reason: $reason"  channel remove $c }}</code></pre></div>PS: It's reason, not raison.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Feb 12, 2006 10:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pilouuu]]></name></author>
		<updated>2006-02-12T02:49:25-04:00</updated>

		<published>2006-02-12T02:49:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60334#p60334</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60334#p60334"/>
		<title type="html"><![CDATA[delete raison]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60334#p60334"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>### Public command channel join/part script ### bind pub n !part pub:-chan bind pub n .-chan pub:-chan proc pub:-chan {nick uhost hand chan text} {         set args [split [cleanarg $text]]         if {[llength $text]&lt;1} {                 putserv "NOTICE $nick :Usage: .-chan &lt;#channel&gt;"                 return 0         }         channel remove $text         save    putserv "NOTICE $nick :I have removed $text from my channel list."   return 0 } proc cleanarg {arg} {   set response ""   for {set i 0} {$i &lt; [string length $arg]} {incr i} {     set char [string index $arg $i]     if {($char != "\12") &amp;&amp; ($char != "\15")} {       append response $char     }   }   return $response }</code></pre></div><br>hi<br>Possible add arg for raison?<br><br>Expl: !part #chan Bla Bla Bla<br><br>&lt;bot&gt; Chan has been deleted by $nickname for raison: Bla Bla Bla<br>&lt;bot&gt; leave chan.<br><br>Thx for all help.<br><br><div class="codebox"><p>Code: </p><pre><code>### Public command channel join/part script ### bind pub n !part pub:-chan bind pub n .-chan pub:-chan proc pub:-chan {nick uhost hand chan text} {         set args [split [cleanarg $text]]         if {[llength $text]&lt;1} {                 putserv "NOTICE $nick :Usage: .-chan &lt;#channel&gt; &lt;raison&gt;"                 return 0         }   putserv "PRIVMSG $test :Chan has been deleted By $nick .Raison: [u]???$arg???[/u]        channel remove $text         save    putserv "NOTICE $nick :I have removed $text from my channel list."   return 0 } proc cleanarg {arg} {   set response ""   for {set i 0} {$i &lt; [string length $arg]} {incr i} {     set char [string index $arg $i]     if {($char != "\12") &amp;&amp; ($char != "\15")} {       append response $char     }   }   return $response }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7153">pilouuu</a> — Sun Feb 12, 2006 2:49 am</p><hr />
]]></content>
	</entry>
	</feed>
