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

	<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>2005-07-22T15:48:19-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Thunderdome]]></name></author>
		<updated>2005-07-22T15:48:19-04:00</updated>

		<published>2005-07-22T15:48:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53031#p53031</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53031#p53031"/>
		<title type="html"><![CDATA[Akick protection/remove script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53031#p53031"><![CDATA[
nothing of this works... <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_neutral.gif" width="15" height="15" alt=":|" title="Neutral"><br>Why? I really don't understand...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6079">Thunderdome</a> — Fri Jul 22, 2005 3:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spock]]></name></author>
		<updated>2005-07-16T10:57:28-04:00</updated>

		<published>2005-07-16T10:57:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52604#p52604</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52604#p52604"/>
		<title type="html"><![CDATA[Akick protection/remove script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52604#p52604"><![CDATA[
putserv "ChanServ command :arg1 arg2 ..."<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2369">spock</a> — Sat Jul 16, 2005 10:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Thunderdome]]></name></author>
		<updated>2005-07-16T11:02:14-04:00</updated>

		<published>2005-07-16T10:53:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52603#p52603</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52603#p52603"/>
		<title type="html"><![CDATA[Akick protection/remove script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52603#p52603"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind kick - * akick:remove proc akick:remove {nick uhost hand chan targ rsn} {  if {[isbotnick $targ] &amp;&amp; [string equal -nocase "chanserv" $nick]} {    putserv "ChanServ :akick $chan del $::botnick"  } }</code></pre></div>Won't work either...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6079">Thunderdome</a> — Sat Jul 16, 2005 10:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spock]]></name></author>
		<updated>2005-07-16T10:29:28-04:00</updated>

		<published>2005-07-16T10:29:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52600#p52600</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52600#p52600"/>
		<title type="html"><![CDATA[Akick protection/remove script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52600#p52600"><![CDATA[
i doubt that <a href="mailto:suporte@PTnet.org">suporte@PTnet.org</a> is the command<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2369">spock</a> — Sat Jul 16, 2005 10:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Thunderdome]]></name></author>
		<updated>2005-07-16T10:24:30-04:00</updated>

		<published>2005-07-16T10:24:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52598#p52598</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52598#p52598"/>
		<title type="html"><![CDATA[Akick protection/remove script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52598#p52598"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind kick - * akick:remove proc akick:remove {nick uhost hand chan targ rsn} {  if {[isbotnick $targ] &amp;&amp; [string equal -nocase "chanserv" $nick]} {    putserv "ChanServ suporte@PTnet.org :akick $chan del $::botnick"  } }</code></pre></div><br>I only read ya message now, but I tough the same thing...<br><img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>And damn, this should work!<br>But noooo... argh!<br><div class="codebox"><p>Code: </p><pre><code>(SNotice) *** For your security use '/ChanServ &lt;command&gt;' or '/quote ChanServ &lt;command&gt;' instead.</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6079">Thunderdome</a> — Sat Jul 16, 2005 10:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-07-16T10:18:02-04:00</updated>

		<published>2005-07-16T10:18:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52595#p52595</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52595#p52595"/>
		<title type="html"><![CDATA[Akick protection/remove script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52595#p52595"><![CDATA[
Maybe these strange services are case-sensitive <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"> just a thought, try <div class="codebox"><p>Code: </p><pre><code>putserv "ChanServ :...."</code></pre></div>instead of CHANSERV.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Jul 16, 2005 10:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spock]]></name></author>
		<updated>2005-07-16T09:43:36-04:00</updated>

		<published>2005-07-16T09:43:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52591#p52591</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52591#p52591"/>
		<title type="html"><![CDATA[Akick protection/remove script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52591#p52591"><![CDATA[
<img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_idea.gif" width="15" height="15" alt=":idea:" title="Idea"> putserv "chanserv ..."  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_idea.gif" width="15" height="15" alt=":idea:" title="Idea"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2369">spock</a> — Sat Jul 16, 2005 9:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Thunderdome]]></name></author>
		<updated>2005-07-16T09:36:11-04:00</updated>

		<published>2005-07-16T09:36:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52590#p52590</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52590#p52590"/>
		<title type="html"><![CDATA[Akick protection/remove script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52590#p52590"><![CDATA[
I think ptnet developed their own softare with basis on some other... <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_neutral.gif" width="15" height="15" alt=":|" title="Neutral"><br><div class="codebox"><p>Code: </p><pre><code>(SNotice) *** For your security use '/ChanServ &lt;command&gt;' or '/quote ChanServ &lt;command&gt;' instead.</code></pre></div>This still appears. I think I can't do /msg chanserv, but /chanserv only... <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6079">Thunderdome</a> — Sat Jul 16, 2005 9:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-07-16T07:58:07-04:00</updated>

		<published>2005-07-16T07:58:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52586#p52586</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52586#p52586"/>
		<title type="html"><![CDATA[Akick protection/remove script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52586#p52586"><![CDATA[
Well, yea it depends upon the IRCd's you use I guess, but with bahamut1.8.3, anope1.7.x, ircserivces5.x or greater this should be the case.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sat Jul 16, 2005 7:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-07-16T07:53:59-04:00</updated>

		<published>2005-07-16T07:53:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52584#p52584</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52584#p52584"/>
		<title type="html"><![CDATA[Akick protection/remove script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52584#p52584"><![CDATA[
It's not the same on all servers. besides, I wrote:<blockquote class="uncited"><div>If /msg chanserv (or chanserv<strong class="text-strong">@something</strong>) works on your server then try to use</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Jul 16, 2005 7:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-07-16T06:42:39-04:00</updated>

		<published>2005-07-16T06:42:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52575#p52575</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52575#p52575"/>
		<title type="html"><![CDATA[Akick protection/remove script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52575#p52575"><![CDATA[
<blockquote class="uncited"><div>If /msg chanserv (or chanserv@something) works on your server then try to use<div class="codebox"><p>Code: </p><pre><code>"PRIVMSG ChanServ :akick $chan del $::botnick"</code></pre></div>instead.</div></blockquote>Actually it should be:<div class="codebox"><p>Code: </p><pre><code>putserv "PRIVMSG chanserv@services.server.name :akick $chan del $::botnick"#Like on DALnet:putserv "PRIVMSG chanserv@services.dal.net :akick $chan del $::botnick"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sat Jul 16, 2005 6:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Thunderdome]]></name></author>
		<updated>2005-07-13T19:05:11-04:00</updated>

		<published>2005-07-13T19:05:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52431#p52431</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52431#p52431"/>
		<title type="html"><![CDATA[Akick protection/remove script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52431#p52431"><![CDATA[
it won't support it... Just /chanserv or /quote chanserv<br>I don't understand... the code is okay right? Or is there something missing?<br>It seems like it detects the akick, but can't really remove it... does not communicate with chanserv.<br><br>(by the way, thanks for all the patience, I think this script is rather usefull to all with similar networks)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6079">Thunderdome</a> — Wed Jul 13, 2005 7:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-07-13T16:20:25-04:00</updated>

		<published>2005-07-13T16:20:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52425#p52425</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52425#p52425"/>
		<title type="html"><![CDATA[Akick protection/remove script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52425#p52425"><![CDATA[
If /msg chanserv (or chanserv@something) works on your server then try to use<div class="codebox"><p>Code: </p><pre><code>"PRIVMSG ChanServ :akick $chan del $::botnick"</code></pre></div>instead.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Wed Jul 13, 2005 4:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Thunderdome]]></name></author>
		<updated>2005-07-13T09:27:13-04:00</updated>

		<published>2005-07-13T09:27:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52400#p52400</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52400#p52400"/>
		<title type="html"><![CDATA[Akick protection/remove script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52400#p52400"><![CDATA[
It won't work at all...<br>And also this shows up:<br><blockquote class="uncited"><div>(SNotice) *** For your security use '/ChanServ &lt;command&gt;' or '/quote ChanServ &lt;command&gt;' instead.</div></blockquote><img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6079">Thunderdome</a> — Wed Jul 13, 2005 9:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2005-07-13T08:28:06-04:00</updated>

		<published>2005-07-13T08:28:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52398#p52398</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52398#p52398"/>
		<title type="html"><![CDATA[Akick protection/remove script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52398#p52398"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind kick - * akick:removeproc akick:remove {nick uhost hand chan targ rsn} { if {[isbotnick $targ] &amp;&amp; [string equal -nocase "chanserv" $nick]} {  putquick "CHANSERV :akick $chan del $::botnick" }}</code></pre></div>This code should just as good? Seeing as it's still chanserv kicking him <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=5078">metroid</a> — Wed Jul 13, 2005 8:28 am</p><hr />
]]></content>
	</entry>
	</feed>
