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

	<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-01-12T05:55:41-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-01-12T05:55:41-04:00</updated>

		<published>2005-01-12T05:55:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45304#p45304</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45304#p45304"/>
		<title type="html"><![CDATA[Public:botattr]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45304#p45304"><![CDATA[
My pleasure  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Wed Jan 12, 2005 5:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Vixs]]></name></author>
		<updated>2005-01-12T01:52:29-04:00</updated>

		<published>2005-01-12T01:52:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45300#p45300</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45300#p45300"/>
		<title type="html"><![CDATA[Public:botattr]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45300#p45300"><![CDATA[
Thanks awyeah <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_surprised.gif" width="15" height="15" alt=":o" title="Surprised"><br>It worked <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=4943">Vixs</a> — Wed Jan 12, 2005 1:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-01-11T09:50:45-04:00</updated>

		<published>2005-01-11T09:50:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45273#p45273</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45273#p45273"/>
		<title type="html"><![CDATA[Public:botattr]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45273#p45273"><![CDATA[
Well you can make a pub command tcl or even one which triggers on private messages. Now I don't know what botattr specifically does? .+user? or .+host? or something relevant in DCC (partyline). Okay I see.<br><blockquote class="uncited"><div>  botattr &lt;handle&gt; [changes [channel]]<br>    Description: similar to chattr except this modifies bot flags rather<br>      than normal user attributes.<br>    Returns: new flags for the bot (if you made no changes, the current<br>      flags are returned). If a channel was specified, the global AND the<br>      channel-specific flags for that channel are returned in the format of<br>      globalflags|channelflags. "*" is returned if the specified bot does<br>      not exist.<br>    Module: core</div></blockquote>Well for this it should be like:<br><div class="codebox"><p>Code: </p><pre><code>#For channelsbind pub - !botattr pub:botattrproc pub:botattr {nick uhost hand chan text} {  botattr [lindex $text 0] [lindex $text 1]}#For private messagesbind msg - !botattr msg:botattrproc msg:botattr {nick uhost hand text} {  botattr [lindex $text 0] [lindex $text 1]}You can also make the bind trigger for masters or owners by defining them in the bind so not everyone uses and abuses it.#Only for ownersbind pub n !botattr pub:botattr#Only for mastersbind pub m !botattr pub:botattrSimilarly you can do local (channel specific) and global flags, m|o, nm|f and etc.</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Tue Jan 11, 2005 9:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Vixs]]></name></author>
		<updated>2005-01-11T09:18:18-04:00</updated>

		<published>2005-01-11T09:18:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45271#p45271</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45271#p45271"/>
		<title type="html"><![CDATA[Public:botattr]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45271#p45271"><![CDATA[
Hi<br>Since my eggdrop ports are blocked , i cant dcc them, so i do public cmd to add users &amp; bots.<br><br>what i wanted was a script that woul add this particular cmd: !botattr &lt;bot&gt; &lt;flags&gt;<br>any idea? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"> <br> <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=4943">Vixs</a> — Tue Jan 11, 2005 9:18 am</p><hr />
]]></content>
	</entry>
	</feed>
