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

	<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-03-16T22:43:54-04:00</updated>

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

		<entry>
		<author><name><![CDATA[anti-social]]></name></author>
		<updated>2004-03-16T22:43:54-04:00</updated>

		<published>2004-03-16T22:43:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34696#p34696</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34696#p34696"/>
		<title type="html"><![CDATA[regexp help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34696#p34696"><![CDATA[
okay after i posted i tryed some more then i finally got it working. not sure if its the right way but i changed it to:<div class="codebox"><p>Code: </p><pre><code>regexp {(.+)&lt;([0-9]+)&gt;&lt;STEAM_0:[0-1]:[0-9]+&gt;&lt;([A-Z]*)&gt;} $nk1 all nk sid team</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4008">anti-social</a> — Tue Mar 16, 2004 10:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[anti-social]]></name></author>
		<updated>2004-03-16T22:22:16-04:00</updated>

		<published>2004-03-16T22:22:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34695#p34695</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34695#p34695"/>
		<title type="html"><![CDATA[regexp help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34695#p34695"><![CDATA[
need some help with this. when they upgraded cs they changed the way the logs would come out.<br>originaly it was like this:<br>"CircA&lt;281&gt;&lt;12345&gt;&lt;TERRORIST&gt;"<br>but then when they updated it changed to:<br>"CircA&lt;281&gt;&lt;STEAM_0:0:12345&gt;&lt;TERRORIST&gt;"<br>or<br>"CircA&lt;281&gt;&lt;STEAM_0:1:12345&gt;&lt;TERRORIST&gt;"<br>depending on the persons steamid<br>the orignal code was like this: <div class="codebox"><p>Code: </p><pre><code>regexp {(.+)&lt;([0-9]+)&gt;&lt;[0-9]+&gt;&lt;([A-Z]*)&gt;} $name all nk sid team</code></pre></div>where $all would come out "CircA&lt;281&gt;&lt;2374&gt;&lt;TERRORIST&gt;" $nk the name "CircA" and $sid would be "281" and $team "TERRORIST".<br>but the STEAM_0:0: or STEAM_0:1: seems to be messing it up and returning 0.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4008">anti-social</a> — Tue Mar 16, 2004 10:22 pm</p><hr />
]]></content>
	</entry>
	</feed>
