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

	<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-01-31T18:40:38-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-01-31T18:40:38-04:00</updated>

		<published>2006-01-31T18:40:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59977#p59977</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59977#p59977"/>
		<title type="html"><![CDATA[join part]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59977#p59977"><![CDATA[
eggi said <strong class="text-strong">oper</strong> bot which I presume (for whatever silly reason is an IRCOp).<br><br>Change:<div class="codebox"><p>Code: </p><pre><code>  if {[isbotnick $nick] || ![botisop $chan] || ![channel get $chan joinpart]} {    return  }</code></pre></div>to:<div class="codebox"><p>Code: </p><pre><code>  if {[isbotnick $nick] || ![channel get $chan joinpart]} {    return  }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Tue Jan 31, 2006 6:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyEgg]]></name></author>
		<updated>2006-01-31T15:47:37-04:00</updated>

		<published>2006-01-31T15:47:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59973#p59973</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59973#p59973"/>
		<title type="html"><![CDATA[join part]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59973#p59973"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>putquick "MODE $chan +$jp(lock_modes)b $banmask" putserv "KICK $chan $nick :$jp(reason)" </code></pre></div>how to make kick or ban?<br><br>change that with <br>privmsg to chanserver(if is undernet then X)<br>example for undernet:<br><br>putserv "PRIVMSG X : ban $chan $banmask &lt;hours&gt; &lt;access&gt; &lt;reason&gt;"<br><br>command on undernet is <br>/msg x ban #chanell &lt;hours&gt; &lt;access level&gt; &lt;reason&gt;<br>/msg x kick #channel nick<br><br>resume:<br>if bot is deoped ONLY via chanserv commands you can give.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6534">CrazyEgg</a> — Tue Jan 31, 2006 3:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[eggi]]></name></author>
		<updated>2006-01-31T14:41:47-04:00</updated>

		<published>2006-01-31T14:41:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59970#p59970</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59970#p59970"/>
		<title type="html"><![CDATA[join part]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59970#p59970"><![CDATA[
my oper bot dont ban  j/p  when it s deoped. i use this code<div class="codebox"><p>Code: </p><pre><code>setudef flag joinpartbind part - * ban:jpproc ban:jp {nick uhost hand chan arg} {  global jp botnick jpchan  if {[isbotnick $nick] || ![botisop $chan] || ![channel get $chan joinpart]} {    return  }  if {![info exists jpchan($chan)]} {    set jpchan($chan) 0  }  if {($chan == $botnick) || [matchattr $hand b] || [matchattr $hand fom|fom $chan]} {    return  }  if {[getchanjoin $nick $chan] &gt;= [expr {[clock seconds]-$jp(part)}]} {    set banmask [jp:banmask $uhost $nick]    putquick "MODE $chan +$jp(lock_modes)b $banmask"     putserv "KICK $chan $nick :$jp(reason)"    utimer $jp(unlock) [list putquick "MODE $chan -$jp(lock_modes)"]  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6733">eggi</a> — Tue Jan 31, 2006 2:41 pm</p><hr />
]]></content>
	</entry>
	</feed>
