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

	<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>2014-05-29T13:59:47-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Get_A_Fix]]></name></author>
		<updated>2014-05-29T13:59:47-04:00</updated>

		<published>2014-05-29T13:59:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102870#p102870</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102870#p102870"/>
		<title type="html"><![CDATA[checking bad nick on connect]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102870#p102870"><![CDATA[
Depending on how your snotices are piped, it can be relatively easy. You will have to play around with this code, to suit your exact arguments, but it should help you make the script you want. Read <a href="http://forum.egghelp.org/viewtopic.php?t=19705" class="postlink">this</a>.<br><br>Then, you'll want to use a list, like<div class="codebox"><p>Code: </p><pre><code>set badnicks {  "*thisnick*"  "*badnick*"  "*keep*"  "*adding*"  "*withthe*"  "*wildcards*"}</code></pre></div>Then, in the codeblock/proc, you'd want something like<br><div class="codebox"><p>Code: </p><pre><code>foreach checknick $::badnicks {  if {[string match -nocase $checknick $nick]} {    putquick "KILL $nick :You match a Bad Nickname. This is not Permitted on $::network. Please change your nickname to reconnect. (matching: $checknick)"  }}</code></pre></div>Hope it works out.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6204">Get_A_Fix</a> — Thu May 29, 2014 1:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[milco]]></name></author>
		<updated>2014-04-21T15:36:31-04:00</updated>

		<published>2014-04-21T15:36:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102756#p102756</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102756#p102756"/>
		<title type="html"><![CDATA[checking bad nick on connect]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102756#p102756"><![CDATA[
hi all i was looking for a tcl to check nicks on connect in a opered eggdrop<br>and match them with a list of badnicks possibly with regex and if there is a match to kill user rather than to have eggdrop check on channel joins<br>i have been looking for it for like ages it would help our bots a lot to prevent joining of bad nicks and not load it all on the ircd<br><br>im plan on using on a inspIRCD server<br><br>apreciated<br><br>thank you in advance<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12381">milco</a> — Mon Apr 21, 2014 3:36 pm</p><hr />
]]></content>
	</entry>
	</feed>
