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

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

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

		<entry>
		<author><name><![CDATA[WulfMan72]]></name></author>
		<updated>2005-11-15T05:46:13-04:00</updated>

		<published>2005-11-15T05:46:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57442#p57442</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57442#p57442"/>
		<title type="html"><![CDATA[stripping generic characters from the hostmask]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57442#p57442"><![CDATA[
ty ty <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><br>I really appreciate the reply demond<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6846">WulfMan72</a> — Tue Nov 15, 2005 5:46 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-11-15T04:09:35-04:00</updated>

		<published>2005-11-15T04:09:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57434#p57434</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57434#p57434"/>
		<title type="html"><![CDATA[stripping generic characters from the hostmask]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57434#p57434"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>regsub -- {-[0-9A-Z]+?\.} $str {-.} str</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Nov 15, 2005 4:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[WulfMan72]]></name></author>
		<updated>2005-11-14T13:36:21-04:00</updated>

		<published>2005-11-14T13:36:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57399#p57399</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57399#p57399"/>
		<title type="html"><![CDATA[stripping generic characters from the hostmask]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57399#p57399"><![CDATA[
on the network my bot runs on, they automatically add a string of characters to the hostmask of every user.  some of the characters are static, and some are dynamic, but it follows the same pattern in every instance.<br><br>I'm writing a ban script for the bot and would like to remove all the network added characters and replace them with a wild card.<br><br>here's what the addy looks like with the characters in:<br>@network-hidden-8473F448.blahblah.com<br><br>I know how to strip the network-hidden-, but the next set of characters are dynamic.  is there a way to remove them using regsub -all or something similiar?<br><br>any help would be appreciated<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6846">WulfMan72</a> — Mon Nov 14, 2005 1:36 pm</p><hr />
]]></content>
	</entry>
	</feed>
