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

	<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>2004-11-29T02:21:43-04:00</updated>

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

		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-11-29T02:21:43-04:00</updated>

		<published>2004-11-29T02:21:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43236#p43236</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43236#p43236"/>
		<title type="html"><![CDATA[using a different proc to figure out what to add]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43236#p43236"><![CDATA[
"d'oh"<br><br>I'll give it a try, i didnt notice i put it backwards  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Mon Nov 29, 2004 2:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2004-11-28T19:39:48-04:00</updated>

		<published>2004-11-28T19:39:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43226#p43226</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43226#p43226"/>
		<title type="html"><![CDATA[using a different proc to figure out what to add]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43226#p43226"><![CDATA[
and a switch would work better too<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Sun Nov 28, 2004 7:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-11-28T19:03:22-04:00</updated>

		<published>2004-11-28T19:03:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43223#p43223</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43223#p43223"/>
		<title type="html"><![CDATA[using a different proc to figure out what to add]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43223#p43223"><![CDATA[
you got arguments of [string match] reversed; the pattern must be first, the string you check against the pattern second<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Nov 28, 2004 7:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-11-28T16:38:00-04:00</updated>

		<published>2004-11-28T16:38:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43218#p43218</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43218#p43218"/>
		<title type="html"><![CDATA[using a different proc to figure out what to add]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43218#p43218"><![CDATA[
I'm kind of confused as i thought this should be able to work, but obviously, it doesnt <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_neutral.gif" width="15" height="15" alt=":|" title="Neutral"><br><div class="codebox"><p>Code: </p><pre><code>chattr $vhandle +[changelev:convert $arguments]proc changelev:convert { arguments } {if {[string match -nocase $arguments "staff"]} {return "o"} elseif {[string match -nocase $arguments "operator"]} {return "m"} elseif {[string match -nocase $arguments "developer"]} {return "n"} elseif {[string match -nocase $arguments "admin"]} {return "n"} else {return ""}}</code></pre></div><br>Shouldn't this work?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Sun Nov 28, 2004 4:38 pm</p><hr />
]]></content>
	</entry>
	</feed>
