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

	<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-10-08T23:42:34-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2003-10-08T23:42:34-04:00</updated>

		<published>2003-10-08T23:42:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28184#p28184</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28184#p28184"/>
		<title type="html"><![CDATA[adddisplay help with -inactive channels]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28184#p28184"><![CDATA[
using rand there is a way that it is discribed on this forum check this <br><br><a href="http://forum.egghelp.org/viewtopic.php?t=5249&amp;highlight=spin" class="postlink">http://forum.egghelp.org/viewtopic.php? ... light=spin</a><br><br>nice sample<br><div class="codebox"><p>Code: </p><pre><code>bind pub - !spin my:spin proc my:spin {nick host handle channel text} {   switch -- [rand 6] {     "1" {       # your stuff here     }     "2" {       # your stuff here     }     "3" {       # your stuff here     }     "4" {       # your stuff here     }     "5" {       # your stuff here     }     "6" {       # your stuff here     }   } } </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Wed Oct 08, 2003 11:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Rusher2K]]></name></author>
		<updated>2003-10-07T15:54:41-04:00</updated>

		<published>2003-10-07T15:54:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28138#p28138</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28138#p28138"/>
		<title type="html"><![CDATA[adddisplay help with -inactive channels]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28138#p28138"><![CDATA[
But how ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3034">Rusher2K</a> — Tue Oct 07, 2003 3:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2003-10-07T15:37:42-04:00</updated>

		<published>2003-10-07T15:37:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28137#p28137</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28137#p28137"/>
		<title type="html"><![CDATA[adddisplay help with -inactive channels]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28137#p28137"><![CDATA[
just create a timer and let it choose a random channel from a channel list and your done :p<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Tue Oct 07, 2003 3:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Rusher2K]]></name></author>
		<updated>2003-10-07T14:06:43-04:00</updated>

		<published>2003-10-07T14:06:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28123#p28123</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28123#p28123"/>
		<title type="html"><![CDATA[adddisplay help with -inactive channels]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28123#p28123"><![CDATA[
Hello i had 60 chans in my chanfile bur 59 +inactve and want to msg an msg to all channels but distributed in 3 hours to prevent exxes flood but my script don`t work and i don`t no why <br><div class="codebox"><p>Code: </p><pre><code>bind time - "?? 02 *" addisplaybind time - "?? 05 *" addisplaybind time - "?? 08 *" addisplaybind time - "?? 11 *" addisplaybind time - "?? 14 *" addisplaybind time - "?? 17 *" addisplaybind time - "?? 20 *" addisplaybind time - "?? 23 *" addisplayproc addisplay {minute stunde tag monat jahr} {set channel ""foreach chan [channels] {if {$chan != "#chan1"} { lappend channel $chan }}set total [expr [llength [channels]]-3]set abstand [expr 10800/$total]set nabstand 0putlog "channel: $channel! total: $total! abstand: $abstand! nabstand: $nabstand"foreach chan $channel {utimer $nabstand "werbung $chan"set nabstand [expr $nabstand+$abstand]}}proc werbung {chan} {global botnickset originalmode [channel get $chan chanmode]channel set $chan -inactiveputlog "mache in 10 Sekunden Werbung in $chan"utimer 10 "putserv \"PRIVMSG $chan : .dsljhfasldf \""utimer 20 "channel set $chan -inactive"}</code></pre></div>He only join 1 chan and only make there adversing<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3034">Rusher2K</a> — Tue Oct 07, 2003 2:06 pm</p><hr />
]]></content>
	</entry>
	</feed>
