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

	<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>2005-07-18T04:31:40-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-07-18T04:31:40-04:00</updated>

		<published>2005-07-18T04:31:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52768#p52768</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52768#p52768"/>
		<title type="html"><![CDATA[Substraction of strings]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52768#p52768"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>proc chflags {flags changes} {set add -1foreach c [split $changes ""] {switch -- $c {"+" {set add 1}"-" {set add 0}default {if {$add &lt; 0} {error "flag changes must begin with +/-"}set i [string first $c $flags]if {$add &gt; 0} {if {$i == -1} {append flags $c}} {if {$i != -1} {set flags [string replace $flags $i $i]}} }}}return $flags}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Jul 18, 2005 4:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ex]]></name></author>
		<updated>2005-07-17T23:30:35-04:00</updated>

		<published>2005-07-17T23:30:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52758#p52758</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52758#p52758"/>
		<title type="html"><![CDATA[Substraction of strings]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52758#p52758"><![CDATA[
To make it short: i want a routine which handles strings like giving chanlevs in quakenet.<br><br>for example:<br><br>user has: ao<br>i type: /msg q chanlev #chan #auth -o+v<br><br>result: user has +av<br><br>is there a possibility to reach that  with regex? can anyone provide a regex solution?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6242">ex</a> — Sun Jul 17, 2005 11:30 pm</p><hr />
]]></content>
	</entry>
	</feed>
