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

	<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>2009-08-08T13:07:33-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Felix2003]]></name></author>
		<updated>2009-08-08T13:07:33-04:00</updated>

		<published>2009-08-08T13:07:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89781#p89781</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89781#p89781"/>
		<title type="html"><![CDATA[Modifing a script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89781#p89781"><![CDATA[
guessing no1 can help :/<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10476">Felix2003</a> — Sat Aug 08, 2009 1:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Felix2003]]></name></author>
		<updated>2009-05-30T13:01:06-04:00</updated>

		<published>2009-05-30T13:01:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89019#p89019</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89019#p89019"/>
		<title type="html"><![CDATA[Modifing a script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89019#p89019"><![CDATA[
hello all i have a script<br><div class="codebox"><p>Code: </p><pre><code>package require httpbind pub - !u statsproc stats {nick uhost hand chan text} {set user [lindex [split $text] 0]if {$text == ""} {set user $nick}if {$user!=""} {set data [::http::geturl http://lmysite.com/ircstats.php?search=$user]foreach line [split [::http::data $data] \n] {if {$line != ""} {putquick "PRIVMSG $chan :$line"}}::http::cleanup $data}}</code></pre></div>this is a script were you !u user a user on the irc and it shows there stats<br><br>but what i need is for it to display thses stats on join<br>and if the member isnt a user of my site its bans there nick e.g<br><br>this is when the user joins who is a site members<br><blockquote class="uncited"><div>Felix2003 (<a href="mailto:Felix2003@Felix.The.Crazy.Cat">Felix2003@Felix.The.Crazy.Cat</a>) has joined. «13 people»<br>&lt;FelixBot&gt; User Details For Felix2003 &gt; forum Rank: Admin / Forum posts: 485 Url: <a href="http://www.mysite.com/userdetails" class="postlink">www.mysite.com/userdetails</a></div></blockquote> and so on all this info is pulled from the php script already installed on the server<br><br>now if a user joins who isnt a site member i would like his to happen<br><blockquote class="uncited"><div>Felix20031 (<a href="mailto:Felix2003@Felix.The.Crazy.Cat">Felix2003@Felix.The.Crazy.Cat</a>) has joined. «13 people»<br>*FelixBot sets mode +b Felix20031!*@*<br>Felix20031 was kicked by FelixBot (Member Not Found Use Your Site Nick)</div></blockquote>then remove the ban say 5mins later<br><br>i would also need a excepts so the bot doesnt kick any staff of my forums and me lol<br><br>any help would be greatly appreciated<br><br>also when a user isnt found the script already returns - No such user, please try again.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10476">Felix2003</a> — Sat May 30, 2009 1:01 pm</p><hr />
]]></content>
	</entry>
	</feed>
