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

	<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-03T15:41:03-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Carlin0]]></name></author>
		<updated>2024-11-03T15:41:03-04:00</updated>

		<published>2024-11-03T15:41:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=113109#p113109</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=113109#p113109"/>
		<title type="html"><![CDATA[Re: what's the problem?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=113109#p113109"><![CDATA[
You don't need a script to do this, in partyline:<br><div class="codebox"><p>Code: </p><pre><code>.chanset &lt;channel&gt; ban-time &lt;minutes&gt;</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12778">Carlin0</a> — Sun Nov 03, 2024 3:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2024-11-03T13:56:55-04:00</updated>

		<published>2024-11-03T13:56:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=113108#p113108</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=113108#p113108"/>
		<title type="html"><![CDATA[Re: what's the problem?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=113108#p113108"><![CDATA[
Your bind will never run: minutes are never a multiple of 60.<blockquote class="uncited"><div>bind cron &lt;flags&gt; &lt;mask&gt; &lt;proc&gt;<br><br>procname &lt;minute 0-59&gt; &lt;hour 0-23&gt; &lt;day 1-31&gt; &lt;month 1-12&gt; &lt;weekday 0-6&gt;<br><br>Description: similar to bind TIME, but the mask is evaluated as a cron expression, e.g. “16/2 */2 5-15 7,8,9 4”. It can contain up to five fields: minute, hour, day, month, weekday; delimited by whitespace. Week days are represented as 0-6, where Sunday can be either 0 or 7. Symbolic names are not supported. The bind will be triggered if the mask matches all of the fields, except that if both day and weekday are not ‘*’, only one of them is required to match. If any number of fields are omitted at the end, the match will proceed as if they were ‘*’. All cron operators are supported. Please refer to the crontab manual for their meanings. Flags are ignored.</div></blockquote><div class="codebox"><p>Code: </p><pre><code>* * * * * command| | | | `- day of week (0 to 6 - Sunday = 0)| | | `- month (1 to 12)| | `- day of month (1 to 31)| `- hour (0 to 23)`- min (0 to 59)</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Sun Nov 03, 2024 1:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pektek]]></name></author>
		<updated>2024-11-03T12:12:33-04:00</updated>

		<published>2024-11-03T12:12:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=113107#p113107</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=113107#p113107"/>
		<title type="html"><![CDATA[what's the problem?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=113107#p113107"><![CDATA[
I don't speak much English , sorry<br>I want to have this done<br>ban clearing not working ?<br><br><br><div class="codebox"><p>Code: </p><pre><code>### BanTemizleme.tcl by pektek ###### Botun Olduğu Kanallarda Geçerlidir ###### Burdaki "60" Zamanı belirler dakika cinsinden ###set chan "#Sohbet"bind cron - "*/60 * * * *" time:removebansproc time:removebans {min hour day month year} {    global botnick    foreach chan [channels] {    resetbans $chan    if {![string match -nocase "#Sohbet" $chan]} {return 0}     putserv "PRIVMSG $chan :$botnick Tarafından Ban Listesi Temizlendi..!"}    }putlog "BanTemizleme.Tcl by pektek"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13010">pektek</a> — Sun Nov 03, 2024 12:12 pm</p><hr />
]]></content>
	</entry>
	</feed>
