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

	<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>2004-06-26T03:42:12-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-06-26T03:42:12-04:00</updated>

		<published>2004-06-26T03:42:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37889#p37889</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37889#p37889"/>
		<title type="html"><![CDATA[script request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37889#p37889"><![CDATA[
Hmmm... I'll test it out and correct the problem when I release the next version of that script.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sat Jun 26, 2004 3:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DarkJFMan]]></name></author>
		<updated>2004-06-25T17:39:40-04:00</updated>

		<published>2004-06-25T17:39:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37886#p37886</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37886#p37886"/>
		<title type="html"><![CDATA[script request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37886#p37886"><![CDATA[
But like i said on second post, i though it might be a problem, but then i change the bot's name to TestBot, and i still got the same error.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4261">DarkJFMan</a> — Fri Jun 25, 2004 5:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-06-25T10:46:53-04:00</updated>

		<published>2004-06-25T10:46:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37869#p37869</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37869#p37869"/>
		<title type="html"><![CDATA[script request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37869#p37869"><![CDATA[
You can use splits to prevent this followed by join if necessary.<br><br>In scripts for $chan and $nick you can use these, to prevent it choking on special characters.<br><br>For a $nick use:<br><div class="codebox"><p>Code: </p><pre><code>[join [split $nick]]</code></pre></div>For $chan use:<br><div class="codebox"><p>Code: </p><pre><code>[join [split $chan]]</code></pre></div>This should disable the error, however you can filter them with<br>regsub as well, but that will be a bit difficult... you have to create a filter.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Fri Jun 25, 2004 10:46 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-06-25T10:05:14-04:00</updated>

		<published>2004-06-25T10:05:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37865#p37865</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37865#p37865"/>
		<title type="html"><![CDATA[script request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37865#p37865"><![CDATA[
Via scripts .. no hope of seeing [mynick] in particular. In DCC there seems to be no problem. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br><br>And as it was a scripting problem that was being discussed......<br><br>*<strong class="text-strong">Edited</strong>*<br>DarkJFMan: My previous post is referring to a TCL scripting problem <em class="text-italics">not</em> to any problem via DCC.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Fri Jun 25, 2004 10:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2004-06-25T09:59:41-04:00</updated>

		<published>2004-06-25T09:59:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37863#p37863</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37863#p37863"/>
		<title type="html"><![CDATA[script request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37863#p37863"><![CDATA[
Where do eggdrop have problems "seeing" nicks ?<br><br>When I'm doing a '.channel ' it list all the nicks in the channel just fine, including those with brackets and braces.<br>Changing my nick on the partyline to  [gb] don't seem to cause any problems either.<br><br>As for scripts go, escape them properly using join/split or use lists.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Fri Jun 25, 2004 9:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-06-25T09:52:12-04:00</updated>

		<published>2004-06-25T09:52:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37860#p37860</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37860#p37860"/>
		<title type="html"><![CDATA[script request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37860#p37860"><![CDATA[
Eggdrop cannot see <em class="text-italics">any</em> nick that starts with a left open bracket and ending in a right closing bracke ie. [mynick], as far as the bot is concerned they just do not exist despite the fact they can be sitting right there in the channel.  It also has a problem with nicks containing {}.  The reason why is simple; tcl control characters.  In other words, nicks containing those "special" characters are basically "illegal".<br><br>I have yet to find any solution to this problem and doubt there is.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Fri Jun 25, 2004 9:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-06-25T08:06:23-04:00</updated>

		<published>2004-06-25T08:06:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37857#p37857</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37857#p37857"/>
		<title type="html"><![CDATA[script request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37857#p37857"><![CDATA[
Yes there must be problem passing special characters such as [, ] and also like \. If nicks have these characters mostly [ or ] then a problem might occur, however I'll look into it.<br><br>Other than that it should be okay.<br><br>Yeah I made it that away.<br>&lt;awyeah&gt; #india<br>Would result in no ban.<br>This is a small enough word not to be counted for invitation.<br><br>Mostly spammers users this way<br>&lt;awyeah&gt; #india #india #india<br>So this would be detected as spam.<br><br>However if you want it to work to ban just for normal words<br>such as &lt;awyeah&gt; #india put "#*" in the spam detection word list.<br><br>Then it would ban for anything such as<br>#1-395-5645<br>#mychannel<br>#noname<br>...and etc<br><br>Basically it would ban for anything said afte the # sign.<br>If a text is "my phone # is...." then it wouldn't ban.<br>The text must be joined to the # to make "#*" work.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Fri Jun 25, 2004 8:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DarkJFMan]]></name></author>
		<updated>2004-06-25T05:43:15-04:00</updated>

		<published>2004-06-25T05:43:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37851#p37851</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37851#p37851"/>
		<title type="html"><![CDATA[script request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37851#p37851"><![CDATA[
I changed name of my bot to TestBot<blockquote class="uncited"><div>[02:40:53am] &lt;DarkJFGirl&gt; [05:43] Tcl error in script for 'timer2':<br>[02:40:53am] &lt;DarkJFGirl&gt; [05:43] invalid command name "hooters"</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4261">DarkJFMan</a> — Fri Jun 25, 2004 5:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DarkJFMan]]></name></author>
		<updated>2004-06-25T05:31:07-04:00</updated>

		<published>2004-06-25T05:31:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37849#p37849</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37849#p37849"/>
		<title type="html"><![CDATA[script request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37849#p37849"><![CDATA[
Error - <br><blockquote class="uncited"><div>[02:27:52am] &lt;DarkJFGirl&gt; [05:30] Tcl error in script for 'timer1':<br>[02:27:52am] &lt;DarkJFGirl&gt; [05:30] invalid command name "hooters"</div></blockquote>Problem is, my chan is #hooters, and the person that got banned is [hooters], so i'm not sure which one is causing the probelm.<br><br>And if someone does<br>&lt;nick&gt;: #chan<br>They won't get banned.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4261">DarkJFMan</a> — Fri Jun 25, 2004 5:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DarkJFMan]]></name></author>
		<updated>2004-06-25T05:09:36-04:00</updated>

		<published>2004-06-25T05:09:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37847#p37847</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37847#p37847"/>
		<title type="html"><![CDATA[script request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37847#p37847"><![CDATA[
I'll load the script again, and show you the error.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4261">DarkJFMan</a> — Fri Jun 25, 2004 5:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-06-25T03:48:32-04:00</updated>

		<published>2004-06-25T03:48:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37845#p37845</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37845#p37845"/>
		<title type="html"><![CDATA[script request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37845#p37845"><![CDATA[
I guess so, if there is a tcl error please check in dcc partyline with your eggdrop bot and show is the error, so we may be able to resolve it, if possible.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Fri Jun 25, 2004 3:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-06-24T19:03:52-04:00</updated>

		<published>2004-06-24T19:03:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37822#p37822</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37822#p37822"/>
		<title type="html"><![CDATA[script request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37822#p37822"><![CDATA[
If an error is produced it would help if you could post it?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Thu Jun 24, 2004 7:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DarkJFMan]]></name></author>
		<updated>2004-06-24T18:48:25-04:00</updated>

		<published>2004-06-24T18:48:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37819#p37819</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37819#p37819"/>
		<title type="html"><![CDATA[script request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37819#p37819"><![CDATA[
same here :/, it banned and everything, but the problem didn't unban, something wrong about the timer.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4261">DarkJFMan</a> — Thu Jun 24, 2004 6:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[LanEvo]]></name></author>
		<updated>2004-06-24T09:39:10-04:00</updated>

		<published>2004-06-24T09:39:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37803#p37803</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37803#p37803"/>
		<title type="html"><![CDATA[script request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37803#p37803"><![CDATA[
hmm ok i'll try that<br><br>but out of this subject, i was looking forward to using your advertisekick.tcl but i couldn't get it to work  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad">. i wonder what i did wrong<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4995">LanEvo</a> — Thu Jun 24, 2004 9:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-06-23T10:17:06-04:00</updated>

		<published>2004-06-23T10:17:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37758#p37758</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37758#p37758"/>
		<title type="html"><![CDATA[script request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37758#p37758"><![CDATA[
You can search in the egghelp tcl archive if you don't<br>find any over there you'll have to make one yourself.<br><br>There will be 2 choices availiable.<br><br>[1] You can make small scripplets defining each words meanings.<br>[2] You can make a script to retrieve web search results and display them.<br><br>The first one would be alot of easier, but will only have the results in the database which you add in the tcl procedures.<br><br>The second one will be harder to code but will have a direct display of results from the website you gave and would display the same results as on the website.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Wed Jun 23, 2004 10:17 am</p><hr />
]]></content>
	</entry>
	</feed>
