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

	<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>2006-05-28T14:09:18-04:00</updated>

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

		<entry>
		<author><name><![CDATA[dumbro]]></name></author>
		<updated>2006-05-28T14:09:18-04:00</updated>

		<published>2006-05-28T14:09:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63507#p63507</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63507#p63507"/>
		<title type="html"><![CDATA[topic script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63507#p63507"><![CDATA[
thx very much! your great guys <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=7780">dumbro</a> — Sun May 28, 2006 2:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2006-05-28T07:15:15-04:00</updated>

		<published>2006-05-28T07:15:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63497#p63497</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63497#p63497"/>
		<title type="html"><![CDATA[topic script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63497#p63497"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind o|o !settopic settopicbind o|o !topic topicchangeproc settopic {nick uhost hand chan topic} {   set ::topicproto($chan) $topic   return 1}proc topicchange {nick uhost hand chan topic} {   if {[info exists ::topicproto($chan)]} {      if {[botisop] || [botishalfop]} {         putserv "TOPIC $chan :[string map [list * $topic] $::topicproto($chan)]"         return 1      } else {         puthelp "NOTICE $nick :Sorry, I don't have ops."      }   } else {      puthelp "NOTICE $nick :You must set the prototype with !settopic first."   }   return 0}</code></pre></div>Notes:<br>if the prototype contains more than one *, every * will be replaced with the same argument. However, you can replace the the * with any other character. You could even use a non readable character or a string like "INSERT HERE".<br>The prototype gets reset on every restart (not rehash) of the bot, since the array is not saved to disc ^-^.<br>Change o|o to what every priviliges it should be limited to.<br>Script is untested and might therefore contain either typos or stupid logical mistakes <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=2382">De Kus</a> — Sun May 28, 2006 7:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dumbro]]></name></author>
		<updated>2006-05-27T18:02:39-04:00</updated>

		<published>2006-05-27T18:02:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63482#p63482</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63482#p63482"/>
		<title type="html"><![CDATA[topic script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63482#p63482"><![CDATA[
i tryed to find... i tryed to edit myself... but i cant find this..<br><br>Eggdrop set topic to something... i do like !set topic bleubleu * bleubleu.... <br><br>when i write !topic testing , the eggdrop change it to bleubleu testing bleubleu ....<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7780">dumbro</a> — Sat May 27, 2006 6:02 pm</p><hr />
]]></content>
	</entry>
	</feed>
