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

	<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>2003-05-05T11:26:12-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Gothic-Angel]]></name></author>
		<updated>2003-05-05T11:26:12-04:00</updated>

		<published>2003-05-05T11:26:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19824#p19824</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19824#p19824"/>
		<title type="html"><![CDATA[Nickname format detection]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19824#p19824"><![CDATA[
aye that I did, I didnt notice he changed the structer of the line. Just woke up <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":-)" title="Smile"><br><br><br>works alright now thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1949">Gothic-Angel</a> — Mon May 05, 2003 11:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-05-05T10:37:42-04:00</updated>

		<published>2003-05-05T10:37:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19822#p19822</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19822#p19822"/>
		<title type="html"><![CDATA[Nickname format detection]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19822#p19822"><![CDATA[
I suggest READING stdragon's post (it might provide a clue or two as to how it should be done.)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Mon May 05, 2003 10:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Gothic-Angel]]></name></author>
		<updated>2003-05-05T10:30:19-04:00</updated>

		<published>2003-05-05T10:30:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19821#p19821</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19821#p19821"/>
		<title type="html"><![CDATA[Nickname format detection]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19821#p19821"><![CDATA[
[10:29] Tcl error [spam:drone]: syntax error in expression "regexp": variable references require preceding $<br><br><div class="codebox"><p>Code: </p><pre><code>bind join - * spam:droneset kickmsg "Infected inactive spamdrone"proc spam:drone {nick uhost hand chan} {global kickmsgif regexp {.*[0-9]{2}f} $nick == 1newchanban $chan $uhost 30 $kickmsg}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1949">Gothic-Angel</a> — Mon May 05, 2003 10:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2003-05-05T01:03:23-04:00</updated>

		<published>2003-05-05T01:03:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19812#p19812</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19812#p19812"/>
		<title type="html"><![CDATA[Nickname format detection]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19812#p19812"><![CDATA[
Looks like you forgot the "if" part:<br><br>if {[regexp {.*[0-9]{2}f} $nick] == 0} { return }<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Mon May 05, 2003 1:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Gothic-Angel]]></name></author>
		<updated>2003-05-05T00:53:06-04:00</updated>

		<published>2003-05-05T00:53:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19811#p19811</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19811#p19811"/>
		<title type="html"><![CDATA[Nickname format detection]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19811#p19811"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind join - * spam:droneset kickmsg "Infected inactive spamdrone"proc spam:drone {nick uhost hand chan} {global kickmsgregexp {.*[0-9]{2}f} $nick == 0 { return }set hostmask "*!*[string range $uhost [string first "@" $uhost] end]"newchanban $chan $hostmask 30 $kickmsg}</code></pre></div><br>Seems to be banning everyone, im not sure about the hostmask line I got that out of a tcl my friend made for me a while back.<br><br>Anyone who joins gets banned with the kickmsg<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1949">Gothic-Angel</a> — Mon May 05, 2003 12:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-05-03T17:24:14-04:00</updated>

		<published>2003-05-03T17:24:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19780#p19780</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19780#p19780"/>
		<title type="html"><![CDATA[Nickname format detection]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19780#p19780"><![CDATA[
yup <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=852">Papillon</a> — Sat May 03, 2003 5:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Gothic-Angel]]></name></author>
		<updated>2003-05-03T16:18:45-04:00</updated>

		<published>2003-05-03T16:18:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19778#p19778</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19778#p19778"/>
		<title type="html"><![CDATA[Nickname format detection]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19778#p19778"><![CDATA[
How do I use that?? just throw it into an onjoin proc and have a if regexp {.*[0-9]{2}f} $nick == 1 blah blah blah??<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1949">Gothic-Angel</a> — Sat May 03, 2003 4:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-05-03T14:33:36-04:00</updated>

		<published>2003-05-03T14:33:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19771#p19771</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19771#p19771"/>
		<title type="html"><![CDATA[Nickname format detection]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19771#p19771"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>regexp {.*[0-9]{2}f} $nick</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Sat May 03, 2003 2:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Gothic-Angel]]></name></author>
		<updated>2003-05-03T06:33:56-04:00</updated>

		<published>2003-05-03T06:33:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19763#p19763</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19763#p19763"/>
		<title type="html"><![CDATA[Nickname format detection]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19763#p19763"><![CDATA[
Im wondering if anyone has wrote a script for nick name detection, not swear words or anything like that a format of a nick, like for instace we get these drones that the format of the nick is as of follows<br><br><br>silvia22f<br>nancy19f<br>cindy20f<br>marylin21f<br><br>all female names followed by age,sex.<br><br>Id prefer to just ban this format.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1949">Gothic-Angel</a> — Sat May 03, 2003 6:33 am</p><hr />
]]></content>
	</entry>
	</feed>
