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

	<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>2024-11-23T19:15:43-04:00</updated>

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

		<entry>
		<author><name><![CDATA[pektek]]></name></author>
		<updated>2024-11-23T19:15:43-04:00</updated>

		<published>2024-11-23T19:15:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=113149#p113149</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=113149#p113149"/>
		<title type="html"><![CDATA[Re: What does this code do?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=113149#p113149"><![CDATA[
thank you CrazyCat  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13010">pektek</a> — Sat Nov 23, 2024 7:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2024-11-11T09:08:10-04:00</updated>

		<published>2024-11-11T09:08:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=113116#p113116</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=113116#p113116"/>
		<title type="html"><![CDATA[Re: What does this code do?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=113116#p113116"><![CDATA[
This code is to auto-remove an extended ban which is not clearly understood by eggdrop to auto-remove it after 20 minutes.<br>Depending on the ircd used, the ~m ban is not the same <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=691">CrazyCat</a> — Mon Nov 11, 2024 9:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pektek]]></name></author>
		<updated>2024-11-10T13:02:37-04:00</updated>

		<published>2024-11-10T13:02:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=113115#p113115</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=113115#p113115"/>
		<title type="html"><![CDATA[What does this code do?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=113115#p113115"><![CDATA[
what can be done with it ?<br><br><div class="codebox"><p>Code: </p><pre><code>bind mode - "#% +b" runbanbind mode - "#% -b" stopbanproc runban {nick uhost handle chan mode target} {if {[string match -nocase m:*!*@* $target]} {set ::btimer($chan) [list [timer 20 [list rmban $chan]]]}}proc stopban {nick uhost handle chan mode target} {if {[string match -nocase m:*!*@* $target]} {rmban $chan}}proc rmban {chan} {if { [array exists ::btimer] &amp;&amp; [info exists ::btimer($chan)] } {if { [lsearch -index 2 [timers] $::btimer($chan)] != -1} {killtimer $::btimer($chan)}unset ::btimer($chan)}if { [ischanban m:*!*@* $chan] } {pushmode $chan -b m:*!*@*}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13010">pektek</a> — Sun Nov 10, 2024 1:02 pm</p><hr />
]]></content>
	</entry>
	</feed>
