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

	<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>2023-05-29T05:12:24-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Fire-Fox]]></name></author>
		<updated>2023-05-29T05:12:24-04:00</updated>

		<published>2023-05-29T05:12:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111979#p111979</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111979#p111979"/>
		<title type="html"><![CDATA[Announcement]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111979#p111979"><![CDATA[
I'll look deeper <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=8230">Fire-Fox</a> — Mon May 29, 2023 5:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2023-05-29T03:44:13-04:00</updated>

		<published>2023-05-29T03:44:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111978#p111978</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111978#p111978"/>
		<title type="html"><![CDATA[Announcement]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111978#p111978"><![CDATA[
As your ads are stored in a variable, it's volatile. And there is nothing which relaunch the timer on start.<br><br>Did you just rehash the eggdrop or restart it ? If it's a simple rehash, try to rehash it again and look well for errors to see if there is not a problem.<br><br>If you restarted it, it's normal.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Mon May 29, 2023 3:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Fire-Fox]]></name></author>
		<updated>2023-05-29T02:14:08-04:00</updated>

		<published>2023-05-29T02:14:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111976#p111976</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111976#p111976"/>
		<title type="html"><![CDATA[Announcement]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111976#p111976"><![CDATA[
Morning, <br><br>when I use the script I think this is what happens.<br><br>after making the announcement interval 10 mins. and it also shows in chan. and when I logged into irc this morning there where no anounce during the night at all. So im thinking is there a error somewhere or dosn't the script like when i .rehash the bot?<br><div class="codebox"><p>Code: </p><pre><code># Needs to be set# Where to make and delete announcements# .chanset #CHAN +staff# Where to publish the announcement# .chanset #CHAN +reklamebind pub o|o !create ob:reklamebind pub o|o !delete ob:delete setudef flag makereklamesetudef flag reklameproc putnoobuser { chan nick } {putserv "NOTICE $nick : $nick you are not opped"}################### Lav Reklame ###################proc ob:reklame {nick uhost hand chan arg} {global reklameid reklametidif {![channel get $chan makereklame] } {return}if {![isop $nick $chan]} {putnoobuser $chan $nick ; return 0}set reklame [join [lrange [split $arg] 1 end]]set reklametid [join [lrange [split $arg] 0 0]]set reklameid($reklame) [timer $reklametid "visreklame #staff \"$reklame\" \"$reklame\""]putserv "NOTICE $nick :Announcement \"$reklame\" is created with interval $reklametid minutte(r)"}###################     End     ###################################### Show announcement ###################proc visreklame {chan id reklame} {   global reklameid reklametid if {![channel get $chan makereklame] } {return}set reklame [join [lrange [split $reklame] 0 end]]putserv "PRIVMSG #oldboys :$reklame "set reklameid($reklame) [timer $reklametid "visreklame #chan \"$reklame\" \"$reklame\""]}###################     End     ####################################### Delete announcemnt ####################proc ob:delete {nick uhost hand chan arg} {global reklameid reklametidif {![channel get $chan makereklame] } {return}if {![isop $nick $chan]} {putnoobuser $chan $nick ; return 0}set arg [join [lrange [split $arg] 0 end]] killtimer $reklameid($arg)putserv "NOTICE $nick :Announcement \"$arg\" is deleted "}###################     End     ###################putlog "Reklame by Xirg"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8230">Fire-Fox</a> — Mon May 29, 2023 2:14 am</p><hr />
]]></content>
	</entry>
	</feed>
