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

	<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>2020-10-11T12:33:17-04:00</updated>

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

		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2020-10-11T12:32:02-04:00</updated>

		<published>2020-10-11T12:32:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109065#p109065</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109065#p109065"/>
		<title type="html"><![CDATA[custom stickyban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109065#p109065"><![CDATA[
is there a better way than to do like this ? <br>also is there a way to exclude  from gettin removed by ban-time ? as we use ban-time setting <br><br>i tried using stickyban but countered issues  if me  or any other chanop removed the ban it would reset as +b G:RO!@* instead of +b G:RO so i couldnt use that<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Sun Oct 11, 2020 12:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2020-10-11T12:33:17-04:00</updated>

		<published>2020-10-11T12:20:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109064#p109064</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109064#p109064"/>
		<title type="html"><![CDATA[custom stickyban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109064#p109064"><![CDATA[
i managed to modify an existing code to detect removal of extended ban only this is for 1 example anyway to change this into a custom stickyban in wich we can add other extended bans as well without having to add in the tcl each time:<br><div class="codebox"><p>Code: </p><pre><code>bind raw - MODE show:modeproc show:mode {from key text} {  set chanz2 [lindex [split $text] 0]  set modez2 [join [lrange [split $text] 1 end]]  if {[string match *-*b*G:RO* $modez2]} { pushmode  $chanz2  +[string trimleft $modez2 "-"] }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Sun Oct 11, 2020 12:20 pm</p><hr />
]]></content>
	</entry>
	</feed>
