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

	<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-07-09T02:13:12-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-07-09T02:13:12-04:00</updated>

		<published>2003-07-09T02:13:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23212#p23212</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23212#p23212"/>
		<title type="html"><![CDATA[!start !stop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23212#p23212"><![CDATA[
Add this in the badword.tcl file, at the end of it:<div class="codebox"><p>Code: </p><pre><code>set badstatus 1bind pub m !start bad:startbind pub m !stop bad:stopproc bad:start {nick uhost hand chan text} {  if {$::badstatus == "1"} {    putserv "PRIVMSG $chan :Badwords is already started."    return  }  set badstatus 1  putserv "PRIVMSG $chan :Badwords is now started."}proc bad:stop {nick uhost hand chan text} {  if {$::badstatus == "0"} {    putserv "PRIVMSG $chan :Badwords is already stoped."    return  }  set badstatus 0  putserv "PRIVMSG $chan :Badwords is now stoped."}</code></pre></div>and:<div class="codebox"><p>Code: </p><pre><code>if {$::badwords != "1"} { return }</code></pre></div>inside the *badword* proc..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Wed Jul 09, 2003 2:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[entrapmen]]></name></author>
		<updated>2003-07-08T16:58:57-04:00</updated>

		<published>2003-07-08T16:58:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23207#p23207</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23207#p23207"/>
		<title type="html"><![CDATA[!start !stop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23207#p23207"><![CDATA[
<blockquote class="uncited"><div>A more simple way is to add the !start and the !stop directly in the badword.tcl file, rather than load/unload it.</div></blockquote>errr how <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_surprised.gif" width="15" height="15" alt=":o" title="Surprised">) dats the point <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> how could i do dat?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3463">entrapmen</a> — Tue Jul 08, 2003 4:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-07-08T13:13:49-04:00</updated>

		<published>2003-07-08T13:13:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23203#p23203</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23203#p23203"/>
		<title type="html"><![CDATA[!start !stop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23203#p23203"><![CDATA[
A more simple way is to add the !start and the !stop directly in the badword.tcl file, rather than load/unload it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue Jul 08, 2003 1:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[entrapmen]]></name></author>
		<updated>2003-07-08T10:05:45-04:00</updated>

		<published>2003-07-08T10:05:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23196#p23196</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23196#p23196"/>
		<title type="html"><![CDATA[!start !stop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23196#p23196"><![CDATA[
Is there any way to load a tcl (or proc line) simple to write !start on channel? andthen !stop to unload the tcl dat we loaded b4? Some channel owners want to start badword.tcl when they want and wanna stop when they want. Blah they want much  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_evil.gif" width="15" height="15" alt=":evil:" title="Evil or Very Mad">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_evil.gif" width="15" height="15" alt=":evil:" title="Evil or Very Mad">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_evil.gif" width="15" height="15" alt=":evil:" title="Evil or Very Mad"><br><br>waitin for your help guys!  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3463">entrapmen</a> — Tue Jul 08, 2003 10:05 am</p><hr />
]]></content>
	</entry>
	</feed>
