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

	<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>2014-08-04T04:10:10-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Get_A_Fix]]></name></author>
		<updated>2014-08-04T04:10:10-04:00</updated>

		<published>2014-08-04T04:10:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=103114#p103114</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=103114#p103114"/>
		<title type="html"><![CDATA[TCL Flags]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=103114#p103114"><![CDATA[
The subject body of this thread even tells you the answer you're looking for. It is the user flags that are inside the bind<br><div class="codebox"><p>Code: </p><pre><code>bind PUB m|o .blist blacklist:list</code></pre></div>The m| is for Global Master, while the |o is for Channel Operator. User's that have flags higher than these are also able to trigger, like a Channel Master, or Owner. It will be fine adding in your main user's, for Global bot users and Channel based. As for allowing IRCops to trigger, this would require more editing and possibly using a RAW numeric to match/check if someone is /oper'd.<br><br>Please read the tcl-commands.doc file, inside your eggdrop/doc directory. This will give you information on built in commands and global variables you're able to use/call. The information regarding BIND is near the bottom. You can also find the tcl-commands.doc file online, a simple search of google will return ones from egghelp, eggheads and other prospective sources.<br><br>Good Luck <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=6204">Get_A_Fix</a> — Mon Aug 04, 2014 4:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ReeVo]]></name></author>
		<updated>2014-07-31T13:56:16-04:00</updated>

		<published>2014-07-31T13:56:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=103107#p103107</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=103107#p103107"/>
		<title type="html"><![CDATA[TCL Flags]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=103107#p103107"><![CDATA[
Hello Ppls,<br><br>i have installed the module Blacklist.tcl from this site. I have some question about this script. Actually this script working on channel with BOT OWNER. I want to make the script work with OPS, ADMIN, HELPOP an IRCops also. What must i change on this code that this work probably?<br>Actually only the bot owner cant enter the following command .blist .<br><div class="codebox"><p>Code: </p><pre><code>bind PUB m|o \.blist blacklist:listproc blacklist:list {nickname hostname handle channel arguments} {global blacklistset entrys 0puthelp "NOTICE $nickname :Blacklist"puthelp "NOTICE $nickname :Nr. Nick Ip/Host"foreach entry [array names blacklist] {incr entrysset owner [lindex $blacklist($entry) 0]while {[string length $owner] &lt; 15} {set owner "$owner"}if {[string length $entrys] &lt; 2} {set target "$entrys "} else {set target $entrys}puthelp "NOTICE $nickname :#$target $ops $entry"}puthelp "NOTICE $nickname :Sfarsitul Listei."}</code></pre></div>Thx for any help <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12418">ReeVo</a> — Thu Jul 31, 2014 1:56 pm</p><hr />
]]></content>
	</entry>
	</feed>
