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

	<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>2002-09-10T19:02:01-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-09-10T19:02:01-04:00</updated>

		<published>2002-09-10T19:02:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10753#p10753</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10753#p10753"/>
		<title type="html"><![CDATA[Replacing $nick with ???]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10753#p10753"><![CDATA[
They both worked perfectly, thanks<p>Statistics: Posted by Guest — Tue Sep 10, 2002 7:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-09-10T16:17:23-04:00</updated>

		<published>2002-09-10T16:17:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10749#p10749</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10749#p10749"/>
		<title type="html"><![CDATA[Replacing $nick with ???]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10749#p10749"><![CDATA[
A quicker solution would be to use string repeat.<br><div class="codebox"><p>Code: </p><pre><code>set masked [string repeat ? [string length $nick]]</code></pre></div>Note, the above regsub is formatted wrong, the last variable should not contain the $ at the begining.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Sep 10, 2002 4:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[darko``]]></name></author>
		<updated>2002-09-10T12:54:08-04:00</updated>

		<published>2002-09-10T12:54:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10732#p10732</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10732#p10732"/>
		<title type="html"><![CDATA[Replacing $nick with ???]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10732#p10732"><![CDATA[
Variable $nick can be processed using regsub<br><br>regsub -all . $nick ? $maskednick<br><br>So, $nick=Lamer will become $maskednick=?????.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1881">darko``</a> — Tue Sep 10, 2002 12:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-09-10T10:30:25-04:00</updated>

		<published>2002-09-10T10:30:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10727#p10727</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10727#p10727"/>
		<title type="html"><![CDATA[Replacing $nick with ???]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10727#p10727"><![CDATA[
I wrote a script to ban certain users and have one thing left I want it to do and not sure how to go about it..<br><br>I have the $nick and I create a type 2 ban. and ban the user in the bot. But I would like to add ??? for the nick.. For example... I would like to have  Lamer@111.111.111.111  be ?????!*@111.111.111.111 in the bot.. How do I get the question marks the same number as the nick length???<br><br>Thanks,<br>Jeff<p>Statistics: Posted by Guest — Tue Sep 10, 2002 10:30 am</p><hr />
]]></content>
	</entry>
	</feed>
