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

	<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>2018-01-04T15:32:04-04:00</updated>

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

		<entry>
		<author><name><![CDATA[m4s]]></name></author>
		<updated>2018-01-04T13:35:25-04:00</updated>

		<published>2018-01-04T13:35:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106541#p106541</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106541#p106541"/>
		<title type="html"><![CDATA[[Solved] PubChanComm v1.82]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106541#p106541"><![CDATA[
Thank You again!  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12672">m4s</a> — Thu Jan 04, 2018 1:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2018-01-04T12:41:36-04:00</updated>

		<published>2018-01-04T12:41:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106540#p106540</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106540#p106540"/>
		<title type="html"><![CDATA[[Solved] PubChanComm v1.82]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106540#p106540"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set banmask "$target!*@*"</code></pre></div>NOTE: nick is not part of $bhost  ($bhost = user@host)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Thu Jan 04, 2018 12:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[m4s]]></name></author>
		<updated>2018-01-04T12:07:16-04:00</updated>

		<published>2018-01-04T12:07:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106539#p106539</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106539#p106539"/>
		<title type="html"><![CDATA[Re: banmask]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106539#p106539"><![CDATA[
Super, thank you it works!<br><br>One more short question!<br>If I want to set this ban mask <strong class="text-strong">*nick*!*@*</strong> how would I have modified the lines?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12672">m4s</a> — Thu Jan 04, 2018 12:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2018-01-03T20:35:27-04:00</updated>

		<published>2018-01-03T20:35:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106534#p106534</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106534#p106534"/>
		<title type="html"><![CDATA[banmask]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106534#p106534"><![CDATA[
search and find this line (twice)... <div class="codebox"><p>Code: </p><pre><code> set banmask "*!*[string trimleft [string range $bhost [string first "!" $bhost] end] ?^~-_+?]" </code></pre></div> <br>and make them more like...<div class="codebox"><p>Code: </p><pre><code> set banmask "*!*@[lindex [split $bhost @] 1]"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Wed Jan 03, 2018 8:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[m4s]]></name></author>
		<updated>2018-01-04T15:32:04-04:00</updated>

		<published>2018-01-03T16:00:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106533#p106533</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106533#p106533"/>
		<title type="html"><![CDATA[[Solved] PubChanComm v1.82]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106533#p106533"><![CDATA[
Hello!<br><br>I would like to ask You to change the ban mask in this script.<br><br>Now the ban mask is *!*<a href="mailto:user@full.host">user@full.host</a>.<br>I want <strong class="text-strong">*!*@full.host</strong> ban.<br><br><a href="https://gist.github.com/ddf4a1749ee283011dafc08d96a70863" class="postlink">https://gist.github.com/ddf4a1749ee2830 ... 8d96a70863</a><br><br>Can someone have a look? <br>Thank you!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12672">m4s</a> — Wed Jan 03, 2018 4:00 pm</p><hr />
]]></content>
	</entry>
	</feed>
