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

	<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>2008-02-12T12:54:22-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Fire-Fox]]></name></author>
		<updated>2008-02-12T12:54:22-04:00</updated>

		<published>2008-02-12T12:54:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80824#p80824</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80824#p80824"/>
		<title type="html"><![CDATA[wont show the advertisement]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80824#p80824"><![CDATA[
i have the following in my bot but it wont show the text when someone do<br><br>!reklame &lt;1&gt; &lt;this is a test&gt; (&lt;1&gt; is the interval it should show the text)<br><br><br>sorry there is some danish language in the code... <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><div class="codebox"><p>Code: </p><pre><code>bind pub -|- !reklame pub_lavreklamebind pub -|- !slet pub_drabreklame ################### Lav Reklame ###################proc pub_lavreklame {nick uhost hand chan arg} {global reklameid reklametidif {![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 $chan \"$reklame\" \"$reklame\""]putserv "NOTICE $nick : advertisement  \"$reklame\" is now createt with the following interval $reklametid minutte(r)"}###################     End     ####################################### Show advertisement ####################proc visreklame {chan id reklame} {global reklameid reklametid set reklame [join [lrange [split $reklame] 0 end]]putserv "PRIMSG $chan : 12\[4AliasFM12\] $reklame 12\[4AliasFM12\]"set reklameid($reklame) [timer $reklametid "visreklame $chan \"$reklame\" \"$reklame\""]}###################     End     ####################################### Dræb Reklame ####################proc pub_drabreklame {nick uhost hand chan arg} {global reklameid reklametidif {![isop $nick $chan]} {putnoobuser $chan $nick ; return 0}set arg [join [lrange [split $arg] 0 end]] killtimer $reklameid($arg)putserv "NOTICE $nick : Reklamen \"$arg\" er nu slettet"}###################     End     ###################putlog "Reklame by Xirg Loaded Edited by Dj-Fire"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8230">Fire-Fox</a> — Tue Feb 12, 2008 12:54 pm</p><hr />
]]></content>
	</entry>
	</feed>
