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

	<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-24T08:38:39-04:00</updated>

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

		<entry>
		<author><name><![CDATA[elisca]]></name></author>
		<updated>2008-02-24T08:38:39-04:00</updated>

		<published>2008-02-24T08:38:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81116#p81116</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81116#p81116"/>
		<title type="html"><![CDATA[How can I make a !chanset command?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81116#p81116"><![CDATA[
perfect..<br><br>now i can manage allprot without log to partyline..<br>thanks sir_Fz<br><br>u r my fav coder  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8651">elisca</a> — Sun Feb 24, 2008 8:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2008-02-24T07:54:44-04:00</updated>

		<published>2008-02-24T07:54:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81115#p81115</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81115#p81115"/>
		<title type="html"><![CDATA[How can I make a !chanset command?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81115#p81115"><![CDATA[
The code I wrote won't work with AllProtection's chansets, however this should:<div class="codebox"><p>Code: </p><pre><code>bind pub n|n !chanset pub:chansetproc pub:chanset {nick uhost hand chan arg} { set set [lindex [split $arg] 0] set value [join [lrange [split $arg] 1 end]] if {$value == ""} {  catch {channel set $chan $set} error } {  catch {channel set $chan $set $value} error } if {$error == {}} {  puthelp "privmsg $chan :Successfully set $arg" } {  puthelp "privmsg $chan :Error setting $arg: [lindex $error 0]..." }}</code></pre></div>Example: !chanset ap:textl 5:2 60 k:kb 2<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Feb 24, 2008 7:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[elisca]]></name></author>
		<updated>2008-02-24T03:57:32-04:00</updated>

		<published>2008-02-24T03:57:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81109#p81109</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81109#p81109"/>
		<title type="html"><![CDATA[How can I make a !chanset command?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81109#p81109"><![CDATA[
sir_fz<br><br>could we use this pub command to set Allprot..<br><br>example : !chanset #oke ap:limit 0 or the other such as !chanset #oke +google<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8651">elisca</a> — Sun Feb 24, 2008 3:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2008-02-23T09:11:18-04:00</updated>

		<published>2008-02-23T09:11:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81087#p81087</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81087#p81087"/>
		<title type="html"><![CDATA[How can I make a !chanset command?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81087#p81087"><![CDATA[
A little forum <a href="http://forum.egghelp.org/search.php" class="postlink">search</a> would've returned useful results. Check <a href="http://forum.egghelp.org/viewtopic.php?t=11608" class="postlink">this</a>.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Feb 23, 2008 9:11 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ThE-UnNaMeD]]></name></author>
		<updated>2008-02-23T06:47:16-04:00</updated>

		<published>2008-02-23T06:47:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81085#p81085</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81085#p81085"/>
		<title type="html"><![CDATA[How can I make a !chanset command?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81085#p81085"><![CDATA[
How can I make a !chanset command?..<br>(Not on DCC)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9494">ThE-UnNaMeD</a> — Sat Feb 23, 2008 6:47 am</p><hr />
]]></content>
	</entry>
	</feed>
