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

	<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-01-20T21:02:09-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Get_A_Fix]]></name></author>
		<updated>2014-01-20T21:02:09-04:00</updated>

		<published>2014-01-20T21:02:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102539#p102539</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102539#p102539"/>
		<title type="html"><![CDATA[Re: Error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102539#p102539"><![CDATA[
hmm, very possible, willyw. I have set it up so that shouldn't be a problem, but I guess it also depends a lot on the editor that is being used to paste into. No one else that has copied this script has had the same problem, which was why I thought the user may not have any *-dev packages, or needed 8.5 installed. <br><br>SoUkSoU, go through the script, line per line, see if there are any breaks in the code that need to be fixed. Hopefully that's all that's wrong with it, heh.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6204">Get_A_Fix</a> — Mon Jan 20, 2014 9:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2014-01-20T10:23:34-04:00</updated>

		<published>2014-01-20T10:23:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102533#p102533</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102533#p102533"/>
		<title type="html"><![CDATA[Re: Error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102533#p102533"><![CDATA[
<blockquote class="uncited"><div>...<br> All I can think is that you don't have TCL installed properly.<br>...</div></blockquote>That reminds me.<br>I've had it happen that I didn't notice a line wrap as I copy-n-pasted. (Not with this particular script of yours, but with others of mine)<br><br>Because your script(s) were posted in a forum, I cannot help but wonder if this is what has happened.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Mon Jan 20, 2014 10:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Get_A_Fix]]></name></author>
		<updated>2014-01-18T19:54:54-04:00</updated>

		<published>2014-01-18T19:54:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102527#p102527</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102527#p102527"/>
		<title type="html"><![CDATA[Re: Error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102527#p102527"><![CDATA[
Very strange, I've never had this error and many other people use this script without complication. All I can think is that you don't have TCL installed properly.<br><br>Are you typing the command properly also?<br>example: <div class="codebox"><p>Code: </p><pre><code>!addban *!*@banmask.etc reason-for-ban</code></pre></div>which would look like: <div class="codebox"><p>Code: </p><pre><code>!addban *!*@123.456.789.10 I don't want you joining my channel!! Go away!!</code></pre></div>If it still fails, after you've typed the command properly, then try installing TCL on the server properly, or have the admin install it for you.<br>Required TCL packages are as follows: <div class="codebox"><p>Code: </p><pre><code>tcl8.4 tcl8.4-dev tcl8.5 tcl8.5-dev tcllib</code></pre></div> (AND, if you want to run any 1.8/1.9 bots, or need the bot to access HTTPS pages, you may also want <div class="codebox"><p>Code: </p><pre><code>tcl-tls</code></pre></div> package installed).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6204">Get_A_Fix</a> — Sat Jan 18, 2014 7:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SoUkSoU]]></name></author>
		<updated>2014-01-17T11:59:17-04:00</updated>

		<published>2014-01-17T11:59:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102519#p102519</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102519#p102519"/>
		<title type="html"><![CDATA[Error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102519#p102519"><![CDATA[
Well im getting this when im trying to !addban<br><br><div class="codebox"><p>Code: </p><pre><code>[08:58:37] Tcl error [banint:pub]: wrong # args: no script following "[isban $banmask $chan] &amp;&amp; ![regexp c [getchanmode $chan]]" argument</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12328">SoUkSoU</a> — Fri Jan 17, 2014 11:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Get_A_Fix]]></name></author>
		<updated>2014-01-17T02:06:27-04:00</updated>

		<published>2014-01-17T02:06:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102514#p102514</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102514#p102514"/>
		<title type="html"><![CDATA[Re: Ban Moderation]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102514#p102514"><![CDATA[
<blockquote class="uncited"><div>At the second tcl " Ban Moderation " when i add a ban is like akick ?<br><br>Example if i add a ban and then someone remove it and he will rejoin again he will be banned again ?<br><br>Sorry for my bad english .</div></blockquote>Yes, the addban is for a permanent channel ban, while gban is for a global ban. These bans are always perm, until you use the delban or delgban commands.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6204">Get_A_Fix</a> — Fri Jan 17, 2014 2:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SoUkSoU]]></name></author>
		<updated>2014-01-16T13:33:24-04:00</updated>

		<published>2014-01-16T13:33:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102512#p102512</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102512#p102512"/>
		<title type="html"><![CDATA[Ban Moderation]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102512#p102512"><![CDATA[
At the second tcl " Ban Moderation " when i add a ban is like akick ?<br><br>Example if i add a ban and then someone remove it and he will rejoin again he will be banned again ?<br><br>Sorry for my bad english .<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12328">SoUkSoU</a> — Thu Jan 16, 2014 1:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Get_A_Fix]]></name></author>
		<updated>2014-01-16T11:11:04-04:00</updated>

		<published>2014-01-16T11:11:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102509#p102509</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102509#p102509"/>
		<title type="html"><![CDATA[Request: Blacklist]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102509#p102509"><![CDATA[
I have a couple of different scripts, but both do 2 of the things you wanted. First, there's the User management part, found <a href="http://forum.ircspeed.info/showthread.php?tid=8" class="postlink">Here</a> and the Ban Management found <a href="http://forum.ircspeed.info/showthread.php?tid=14" class="postlink">Here</a><br>For User Management, you will have to login via DCC/telnet, and type <div class="codebox"><p>Code: </p><pre><code>.-user handle</code></pre></div> to remove global operators and above, but it gives you the ability (as a chanowner), to delsop/delaop/delaov.<br><br>Sometimes it's quicker to have seperate TCL files, than 1 big bloated file. TCL is still pretty fast, regardless, but I like to split mine up for more control.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6204">Get_A_Fix</a> — Thu Jan 16, 2014 11:11 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SoUkSoU]]></name></author>
		<updated>2014-01-14T16:56:11-04:00</updated>

		<published>2014-01-14T16:56:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102490#p102490</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102490#p102490"/>
		<title type="html"><![CDATA[Request: Blacklist]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102490#p102490"><![CDATA[
Hello Egg members.<br><br>Info for what i need and searching for:<br><br>I want a tcl mostly for akicks. If it is possible to add users to the bot via MSG commands or public commands. When the user with flags type to bot the command for akick then the $nick will be banned from the channel every time that it will joining the channel. Something like  Chanserv akick but from the bot. Of course the bot can show the blacklist via a command.<br><br>Something like that:<br><div class="codebox"><p>Code: </p><pre><code>/msg BOT !adduser nick flags/msg BOT !deluser nick/msg BOT !listusers/msg BOT !blacklist/msg BOT !remkline (&lt;-example) IDPublic Commands:!kline (&lt;-example) nick Reason</code></pre></div>Regards,<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12328">SoUkSoU</a> — Tue Jan 14, 2014 4:56 pm</p><hr />
]]></content>
	</entry>
	</feed>
