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

	<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>2022-02-02T17:10:33-04:00</updated>

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

		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2022-02-02T17:10:33-04:00</updated>

		<published>2022-02-02T17:10:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110854#p110854</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110854#p110854"/>
		<title type="html"><![CDATA[Public Kick/Ban Script (w/ stored info &amp; extended mutes)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110854#p110854"><![CDATA[
sorry by bad tested again and that seems  to work intended thanks Spike^^ i'll do so more testing and if i find some error or bug will report back<br><br>thanks in advance.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Wed Feb 02, 2022 5:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2022-02-02T17:08:37-04:00</updated>

		<published>2022-02-02T17:08:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110853#p110853</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110853#p110853"/>
		<title type="html"><![CDATA[Public Kick/Ban Script (w/ stored info &amp; extended mutes)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110853#p110853"><![CDATA[
That's not what I said.<br><br>Said it just does that and kills the other options for the k and kb commands.<br><br>Try the hack and see...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Wed Feb 02, 2022 5:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2022-02-02T17:03:13-04:00</updated>

		<published>2022-02-02T17:03:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110852#p110852</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110852#p110852"/>
		<title type="html"><![CDATA[Public Kick/Ban Script (w/ stored info &amp; extended mutes)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110852#p110852"><![CDATA[
so doing like this wont work ?<br><br>!k nick custom kick msg<br>!kb nick custom kick msg<br><br>i tested it ad added the line u suggested but it didnt add the custom kick msg<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Wed Feb 02, 2022 5:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2022-02-02T15:35:04-04:00</updated>

		<published>2022-02-02T15:35:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110851#p110851</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110851#p110851"/>
		<title type="html"><![CDATA[Lame hack]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110851#p110851"><![CDATA[
Try find this line in the script....<div class="codebox"><p>Code: </p><pre><code>  if {$uh ne "Timer" &amp;&amp; ![is:allowed $nk $hn $ch]} {  return 0  }</code></pre></div><br>and add these lines just after that line...<div class="codebox"><p>Code: </p><pre><code>  if {$do eq "k" || $do eq "kb"} {    if {[llength [set temp [split $tx]]]&gt;1 &amp;&amp; ![matchstr ".*" [lindex $temp 1]]} {      set tx "[lindex $temp 0] .[join [lrange $temp 1 end]]"    }  }</code></pre></div><br>Leaves the script mostly as it is except for the !k and !kb commands can only do a single nick, unless you start the custom reason with a . as before.<br><br>EDIT: On further thought that may be somewhat shortsighted, as it does not look for "change target channel" or "custom bantime" arguments...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Wed Feb 02, 2022 3:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2022-02-02T15:01:56-04:00</updated>

		<published>2022-02-02T15:01:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110849#p110849</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110849#p110849"/>
		<title type="html"><![CDATA[Public Kick/Ban Script (w/ stored info &amp; extended mutes)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110849#p110849"><![CDATA[
but we wanted to just kick 1 nick at a time and have custom kick message right after it without any additional chars like  . or  other<br><br><br>!k nick custom kick here<br>!kb nick custom kick here<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Wed Feb 02, 2022 3:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2022-02-02T14:58:32-04:00</updated>

		<published>2022-02-02T14:58:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110848#p110848</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110848#p110848"/>
		<title type="html"><![CDATA[Public Kick/Ban Script (w/ stored info &amp; extended mutes)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110848#p110848"><![CDATA[
That's because the command is:  !k Dari .test<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Wed Feb 02, 2022 2:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2022-02-02T14:52:22-04:00</updated>

		<published>2022-02-02T14:52:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110847#p110847</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110847#p110847"/>
		<title type="html"><![CDATA[Public Kick/Ban Script (w/ stored info &amp; extended mutes)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110847#p110847"><![CDATA[
&lt;+Simo&gt; !k Dari test<br>Dari  Kicked from  #test<br>-Hawk- : test is not on channel #test<br><br>the custom kick msg wasnt used by the code<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Wed Feb 02, 2022 2:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2022-02-02T14:50:49-04:00</updated>

		<published>2022-02-02T14:50:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110846#p110846</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110846#p110846"/>
		<title type="html"><![CDATA[Public Kick/Ban Script (w/ stored info &amp; extended mutes)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110846#p110846"><![CDATA[
yea but it wont get the custom kick msg<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Wed Feb 02, 2022 2:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2022-02-02T14:50:05-04:00</updated>

		<published>2022-02-02T14:50:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110845#p110845</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110845#p110845"/>
		<title type="html"><![CDATA[Public Kick/Ban Script (w/ stored info &amp; extended mutes)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110845#p110845"><![CDATA[
I don't get the difference.<br><br>the stacker can work with a "stack" of 1, just as well as 4 or 44?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Wed Feb 02, 2022 2:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2022-02-02T14:46:40-04:00</updated>

		<published>2022-02-02T14:46:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110844#p110844</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110844#p110844"/>
		<title type="html"><![CDATA[Public Kick/Ban Script (w/ stored info &amp; extended mutes)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110844#p110844"><![CDATA[
atm its stacked both modes and kicks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Wed Feb 02, 2022 2:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2022-02-02T14:26:44-04:00</updated>

		<published>2022-02-02T14:26:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110842#p110842</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110842#p110842"/>
		<title type="html"><![CDATA[Public Kick/Ban Script (w/ stored info &amp; extended mutes)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110842#p110842"><![CDATA[
I thought that was how it worked now?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Wed Feb 02, 2022 2:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2022-02-02T13:13:40-04:00</updated>

		<published>2022-02-02T13:13:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110840#p110840</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110840#p110840"/>
		<title type="html"><![CDATA[Public Kick/Ban Script (w/ stored info &amp; extended mutes)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110840#p110840"><![CDATA[
i had a request if u are up for it Spike^^ as we use this code on various networks i found chanops on some of our networks never use multiple nicks to kick and kickban users but rather use:<br><br> !k nick custom reason <br> !kb nick custom reason<br><br>would it be easy to edit the code to have it work like this ?<br><br><br>thanks in advance.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Wed Feb 02, 2022 1:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2022-01-01T09:06:46-04:00</updated>

		<published>2022-01-01T09:06:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110731#p110731</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110731#p110731"/>
		<title type="html"><![CDATA[Public Kick/Ban Script (w/ stored info &amp; extended mutes)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110731#p110731"><![CDATA[
excellent tried it and seems to work well thanks Spike^^<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Sat Jan 01, 2022 9:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2021-12-31T17:49:27-04:00</updated>

		<published>2021-12-31T17:49:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110725#p110725</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110725#p110725"/>
		<title type="html"><![CDATA[Public Kick/Ban Script (w/ stored info &amp; extended mutes)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110725#p110725"><![CDATA[
Perhaps this can be a usable compromise.<br><br>Find this line in the script<div class="codebox"><p>Code: </p><pre><code>    } elseif {[string is digit -strict $item]} {  set btime $item</code></pre></div>and Add these lines just after that line...<div class="codebox"><p>Code: </p><pre><code>    } elseif {[string match {[+%]?*} $item]} {      lappend nickls [string trimleft $item "+%"]    } elseif {[string match "@?*" $item] &amp;&amp; ![string match {*[.:]*} $item]} {      lappend nickls [string trimleft $item "@"]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Fri Dec 31, 2021 5:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2021-12-31T10:57:05-04:00</updated>

		<published>2021-12-31T10:57:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110724#p110724</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110724#p110724"/>
		<title type="html"><![CDATA[Public Kick/Ban Script (w/ stored info &amp; extended mutes)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110724#p110724"><![CDATA[
thanks for the explanation on irc spike^^ i guess stripping @ would break gettin a custom banmask to set ban on as u explained on irc<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Fri Dec 31, 2021 10:57 am</p><hr />
]]></content>
	</entry>
	</feed>
