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

	<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>2005-11-19T13:20:07-04:00</updated>

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

		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2005-11-19T13:20:07-04:00</updated>

		<published>2005-11-19T13:20:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57600#p57600</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57600#p57600"/>
		<title type="html"><![CDATA[format error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57600#p57600"><![CDATA[
arrh, thanks ]Kami[<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Sat Nov 19, 2005 1:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[]Kami[]]></name></author>
		<updated>2005-11-19T11:29:51-04:00</updated>

		<published>2005-11-19T11:29:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57597#p57597</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57597#p57597"/>
		<title type="html"><![CDATA[format error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57597#p57597"><![CDATA[
You didn't use : (you need to use it when you use more then 1 word long message)<br><br>Kick format is:<br><br>putquick "KICK chan nick :hello how are you"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3559">]Kami[</a> — Sat Nov 19, 2005 11:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2005-11-19T10:27:38-04:00</updated>

		<published>2005-11-19T10:27:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57595#p57595</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57595#p57595"/>
		<title type="html"><![CDATA[format error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57595#p57595"><![CDATA[
I have a error with the kickmsg format<br><div class="codebox"><p>Code: </p><pre><code>set ::id [expr $::id + 1]    set reason "change the topic"    set homechan $protect::homechan     set kickmsg $protect::kickmsg    set kickmsg [format $kickmsg $reason $channel $::id $homechan]      newchanban $channel $userhost "$kickmsg" $protect::topic_btime    if {[botisop $channel]} {      putquick "MODE $channel -o+b $nickname $userhost"      putquick "KICK $channel $nickname $kickmsg"      putlog "punished $nickname on $channel \(Reason: Topic Change\)"      } else {      putlog "Couldn't punish $nickname on $channel \(Reason: no op\)"    }</code></pre></div>The error:<div class="codebox"><p>Code: </p><pre><code>* The-Partyline changes topic to 'baaaaaaaaaaaaaah'* BC|PR0T3CT0R sets mode: -o+b The-Partyline *!Tosser@spc1-lanc1-3-0-cust169.asfd.broadband.ntl.com* The-Partyline was kicked by BC|PR0T3CT0R ((ID: 21) ][ (SecureBot by #BotCentrum) ])</code></pre></div>For some reason, it does not format the reason and channel into the kickmsg...<br><br>This is the $protect::kickmsg variable line<div class="codebox"><p>Code: </p><pre><code>variable kickmsg "10\[ 3\(1You are not ALLOWED to %1\$s on %2\$s3\) 10\]\[ 3\(1ID: %3\$s3\) 10\]\[ 3\(1SecureBot by %4\$s3\) 10\]"</code></pre></div>Any ideas of why the kickmsg format is not working correctly???<br><br>Thanks in advance <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=6300">r0t3n</a> — Sat Nov 19, 2005 10:27 am</p><hr />
]]></content>
	</entry>
	</feed>
