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

	<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>2015-08-23T05:10:06-04:00</updated>

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

		<entry>
		<author><name><![CDATA[juanamores]]></name></author>
		<updated>2015-08-23T05:10:06-04:00</updated>

		<published>2015-08-23T05:10:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104364#p104364</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104364#p104364"/>
		<title type="html"><![CDATA[validuser case sensitive]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104364#p104364"><![CDATA[
I'll try, thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12499">juanamores</a> — Sun Aug 23, 2015 5:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Get_A_Fix]]></name></author>
		<updated>2015-08-22T06:02:46-04:00</updated>

		<published>2015-08-22T06:02:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104360#p104360</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104360#p104360"/>
		<title type="html"><![CDATA[validuser case sensitive]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104360#p104360"><![CDATA[
it doesn't have to be case sensitive, as long as it can match the users host.<br><br>I would try something like<div class="codebox"><p>Code: </p><pre><code>if {![validuser [nick2hand $djnickname]]} { putmsg $chan "NOT VALID" }</code></pre></div>if that doesn't work, then you may have to use lsearch and -nocase switch.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6204">Get_A_Fix</a> — Sat Aug 22, 2015 6:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[juanamores]]></name></author>
		<updated>2015-08-20T22:53:08-04:00</updated>

		<published>2015-08-20T22:53:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104357#p104357</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104357#p104357"/>
		<title type="html"><![CDATA[validuser case sensitive]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104357#p104357"><![CDATA[
I wish that when someone adds a nick as DJ, compare whether the addition nick is a valid user on the bot.<br>But compare that to be  case sensitive.<br>Example for valid user freud<br>!djadd freud<br>OK<br>For invalid user FrEuD<br>NOT VALID<br><br>This code is NOT case sensitive:<br>if {![validuser $djnickname]} { putmsg $chan NOT VALID }<br><br>How I can do to make the <span style="color:blue">validuser</span> command  case sensitive?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12499">juanamores</a> — Thu Aug 20, 2015 10:53 pm</p><hr />
]]></content>
	</entry>
	</feed>
