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

	<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>2003-09-10T13:19:39-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-09-10T13:19:39-04:00</updated>

		<published>2003-09-10T13:19:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=26893#p26893</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=26893#p26893"/>
		<title type="html"><![CDATA[Getting error while trying to ban s.o.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=26893#p26893"><![CDATA[
That worked. Thank you very much.<p>Statistics: Posted by Guest — Wed Sep 10, 2003 1:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-09-10T09:04:01-04:00</updated>

		<published>2003-09-10T09:04:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=26877#p26877</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=26877#p26877"/>
		<title type="html"><![CDATA[Getting error while trying to ban s.o.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=26877#p26877"><![CDATA[
ok then $user![getchanhost $user $act_chan] should do it, which will ban nick!ident@host<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Wed Sep 10, 2003 9:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-09-10T06:20:13-04:00</updated>

		<published>2003-09-10T06:20:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=26872#p26872</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=26872#p26872"/>
		<title type="html"><![CDATA[Getting error while trying to ban s.o.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=26872#p26872"><![CDATA[
But my Problem is, that we use an Webchat on our IRC Net. That means everyone has the same Hostmask and only the Idents change. So it is necessary to only ban the Nickname<br><br>Greetz<br>Felix<p>Statistics: Posted by Guest — Wed Sep 10, 2003 6:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-09-09T17:03:59-04:00</updated>

		<published>2003-09-09T17:03:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=26844#p26844</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=26844#p26844"/>
		<title type="html"><![CDATA[Getting error while trying to ban s.o.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=26844#p26844"><![CDATA[
use *!*@[lindex [split [getchanhost $user $act_chan] @] 1] instead of [maskhost "$user!*@*"]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue Sep 09, 2003 5:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-09-09T16:39:38-04:00</updated>

		<published>2003-09-09T16:39:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=26842#p26842</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=26842#p26842"/>
		<title type="html"><![CDATA[Getting error while trying to ban s.o.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=26842#p26842"><![CDATA[
The Bot always tries to ban himself while executing this thing: <br><div class="codebox"><p>Code: </p><pre><code>proc kickban {nick uhost hand chan arg} {   global action  global act_chan  if {([isop $nick $action]) || ([isvoice $nick $action])} {  set user [lindex $arg 0]   set reason [lindex $arg 1]   set creator OLGBot  set bantime 2    newchanban $act_chan [maskhost "$user!*@*"] $creator $reason $bantime  putkick $act_chan $user "$reason"  return 1  }  }</code></pre></div>I use the Syntax .b &lt;user&gt; &lt;reason&gt;<br><br>What am i doing wrong?<br><br>Thanx in advance.<br><br>Felix<p>Statistics: Posted by Guest — Tue Sep 09, 2003 4:39 pm</p><hr />
]]></content>
	</entry>
	</feed>
