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

	<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>2013-03-07T12:39:09-04:00</updated>

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

		<entry>
		<author><name><![CDATA[dirty]]></name></author>
		<updated>2013-03-07T12:39:09-04:00</updated>

		<published>2013-03-07T12:39:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101185#p101185</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101185#p101185"/>
		<title type="html"><![CDATA[[SOLVED] Need help with string matching from getchanhost]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101185#p101185"><![CDATA[
glad i could help. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> enjoy!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12189">dirty</a> — Thu Mar 07, 2013 12:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[LoKii]]></name></author>
		<updated>2013-03-07T08:56:19-04:00</updated>

		<published>2013-03-07T08:56:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101184#p101184</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101184#p101184"/>
		<title type="html"><![CDATA[[SOLVED] Need help with string matching from getchanhost]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101184#p101184"><![CDATA[
thank you dirty, you just made my day, as this is very usefull for other parts of my script. Basicly you helped me to finally understand how to use split correctly. I didnt fully understand it from the help/tut sites, but the way you put it got to me <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br><br>Cheers<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10917">LoKii</a> — Thu Mar 07, 2013 8:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dirty]]></name></author>
		<updated>2013-03-07T05:44:02-04:00</updated>

		<published>2013-03-07T05:44:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101183#p101183</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101183#p101183"/>
		<title type="html"><![CDATA[[SOLVED] Need help with string matching from getchanhost]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101183#p101183"><![CDATA[
or you could split the host and get ident and host/ip and then you can use a string match against the host and what your trying to match.<br><br>[split <a href="mailto:ident@host.name">ident@host.name</a> @] would get you ident host.name<br>[string match -nocase *!*@host.name *!*@other.host.name] would get you 1 or 0 if it matched or not <br><br>this could be useful if your trying to match multiple hosts and you won`t need to make more then 1 bind join<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12189">dirty</a> — Thu Mar 07, 2013 5:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[LoKii]]></name></author>
		<updated>2013-03-07T04:55:43-04:00</updated>

		<published>2013-03-07T04:55:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101182#p101182</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101182#p101182"/>
		<title type="html"><![CDATA[[SOLVED] Need help with string matching from getchanhost]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101182#p101182"><![CDATA[
Hello everyone.<br><br>I would like to understand how to get only a part of the <strong class="text-strong">getchanhost</strong> pattern to be matched against a variable.<br><br>With <strong class="text-strong">getchanhost</strong> I get <strong class="text-strong">ident@hostmask</strong>. I need to filter out ONLY the <strong class="text-strong">hostmask</strong>. And ideas what I am looking for to help me accomplish this?<br><br>Cheers.<br><br><br>Nevermind, I found the easiest solution. Guess its not good to script at 9am without coffee.<br><br>The solution I used is to put the hostmask in the bind propery for join.<br><br>Cheers.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10917">LoKii</a> — Thu Mar 07, 2013 4:55 am</p><hr />
]]></content>
	</entry>
	</feed>
