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

	<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-11-13T05:50:11-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-11-13T05:50:11-04:00</updated>

		<published>2002-11-13T05:50:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13117#p13117</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13117#p13117"/>
		<title type="html"><![CDATA[replacing digits by ? within a nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13117#p13117"><![CDATA[
I don't know if this is true.<br><br>I tried making a few tests about 15 months back, when I was doing some work on testing and implimenting some new stuff into no-spam, and for another script, that was designed to inteligently pick a hostmask from a user.<br><br>On EFnet, I found that only the * worked.<br><br>Now, with the use of the 2 IRCD's (comstud and hybrid), there may be a differance, and on top, it would vary from server to server.<br><br>I gave up work on this, plainly due to the fact, that I couldn't test it, and if the support wasn't in 1 of the big 4 networks, then is was pointless.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Nov 13, 2002 5:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2002-11-12T22:20:50-04:00</updated>

		<published>2002-11-12T22:20:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13101#p13101</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13101#p13101"/>
		<title type="html"><![CDATA[replacing digits by ? within a nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13101#p13101"><![CDATA[
<blockquote class="uncited"><div>I am not quite sure wat you are after, though this should work.<br><div class="codebox"><p>Code: </p><pre><code>set nick "nick1234name"regsub -all -- {[0-9]} $nick "?" newnick# $newnick now equals "nick????name"</code></pre></div>Though say this relates to bans, which comes to a confusing point. IRC servers only use * as a wildcard, and ? will serve no purpose.</div></blockquote><br>Don't know what networks you've been using, but all I've used (Undernet, EFNet, dalnet, etc..) support the "?" single character matching token.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Tue Nov 12, 2002 10:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[z_one]]></name></author>
		<updated>2002-11-12T08:25:47-04:00</updated>

		<published>2002-11-12T08:25:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13084#p13084</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13084#p13084"/>
		<title type="html"><![CDATA[replacing digits by ? within a nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13084#p13084"><![CDATA[
<blockquote class="uncited"><div>Though say this relates to bans, which comes to a confusing point. IRC servers only use * as a wildcard, and ? will serve no purpose.</div></blockquote>Dunno about other networks (maybe you're right) but on DALnet the "?" matches a single character in a ban.<br>Thus if you ban <strong class="text-strong">d?ck!*@*</strong> then both <strong class="text-strong">deck</strong> and <strong class="text-strong">duck</strong> nicks won't be able to join your channel.<br><br>Thanks for your help, I'll try the code asap  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>z_one<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=698">z_one</a> — Tue Nov 12, 2002 8:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-11-12T08:20:42-04:00</updated>

		<published>2002-11-12T08:20:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13082#p13082</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13082#p13082"/>
		<title type="html"><![CDATA[replacing digits by ? within a nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13082#p13082"><![CDATA[
I am not quite sure wat you are after, though this should work.<br><div class="codebox"><p>Code: </p><pre><code>set nick "nick1234name"regsub -all -- {[0-9]} $nick "?" newnick# $newnick now equals "nick????name"</code></pre></div>Though say this relates to bans, which comes to a confusing point. IRC servers only use * as a wildcard, and ? will serve no purpose.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Nov 12, 2002 8:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[z_one]]></name></author>
		<updated>2002-11-12T08:06:04-04:00</updated>

		<published>2002-11-12T08:06:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13081#p13081</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13081#p13081"/>
		<title type="html"><![CDATA[replacing digits by ? within a nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13081#p13081"><![CDATA[
Hi,<br><br>What is the best code to use when replacing all digits within a nick by the interrogation mark.<br><br>Example:<br>Say I have the nick "Nick2356Name" and I want to ban "Nick????Name" thus automatically replacing all digits encountered by a "?"<br><br>Thanks in advance.<br><br>z_one<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=698">z_one</a> — Tue Nov 12, 2002 8:06 am</p><hr />
]]></content>
	</entry>
	</feed>
