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

	<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-12T23:45:50-04:00</updated>

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

		<entry>
		<author><name><![CDATA[droolin]]></name></author>
		<updated>2004-03-12T23:45:50-04:00</updated>

		<published>2004-03-12T23:45:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34533#p34533</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34533#p34533"/>
		<title type="html"><![CDATA[can I add to this question please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34533#p34533"><![CDATA[
One thing that I really do want to ask about though, is executing other procedures out of a binded procedure.  This script is being written to suppliment various security services running on an IRC network to try and catch as manny of the various bot, trojen clients as possible.  I want to modularize this as much as possible due to the fact that I know that this script will be constantly updated. So, Im going to be looking at alot of code soon, and if I can structure it so that any changes occur due to something new I am looking for.  I can basicatly test individual procedures that are new, and not a procedure that has 200 lines of code in it.<br><br>droolin<br>p.s. Im sorry about the mutiple questions, Im just getting my teeth into this script now... And, im trying to do it right the first time.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3562">droolin</a> — Fri Mar 12, 2004 11:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[droolin]]></name></author>
		<updated>2004-03-12T23:34:01-04:00</updated>

		<published>2004-03-12T23:34:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34531#p34531</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34531#p34531"/>
		<title type="html"><![CDATA[pubm bind question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34531#p34531"><![CDATA[
I am building a security script, that is looking for specific things said in a monitor channel by regular services.  Currently I have mutiple pubm binds set up as follows:<div class="codebox"><p>Code: </p><pre><code>bind    pubm    -       *ON*           Check_Connection_Nickbind    pubm    -       *NICK*        Check_Nick_Changebind    pubm    -       *Version*      Check_User_Version</code></pre></div>This is working with some if statements built into the procedure to further the defination of the verbage that I am looking for.  But, if I could do it.  I would like to define the complete verbage I am looking for within the bind statement.  Including the white spaces.<br>Ex of what I really am checking against.<br>SIGNED ON user:<br><br>Is this possible??? Either by using a regular expresion?  Or by using Regular expression errrr, special switches errrr \w... something like that???<br><br>What I have coded now already works, so this basicatly a question of can I do it this way also?  <br><br>Thank you in advance for any help.<br><br>droolin<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3562">droolin</a> — Fri Mar 12, 2004 11:34 pm</p><hr />
]]></content>
	</entry>
	</feed>
