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

	<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>2003-05-01T11:39:52-04:00</updated>

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

		<entry>
		<author><name><![CDATA[[Nero]]]></name></author>
		<updated>2003-05-01T11:39:52-04:00</updated>

		<published>2003-05-01T11:39:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19695#p19695</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19695#p19695"/>
		<title type="html"><![CDATA[Problem adding users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19695#p19695"><![CDATA[
Thanx Again<br><br>I have now posted the subroutine at ..<br><br><a href="http://www.andmargroup.co.uk/subroutine.txt" class="postlink">http://www.andmargroup.co.uk/subroutine.txt</a><br><br>Thank you for your help<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1317">[Nero]</a> — Thu May 01, 2003 11:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-05-01T11:14:55-04:00</updated>

		<published>2003-05-01T11:14:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19693#p19693</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19693#p19693"/>
		<title type="html"><![CDATA[Problem adding users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19693#p19693"><![CDATA[
Uploading to some form of web-space, and posting the link would be better.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu May 01, 2003 11:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[[Nero]]]></name></author>
		<updated>2003-05-01T10:51:50-04:00</updated>

		<published>2003-05-01T10:51:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19692#p19692</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19692#p19692"/>
		<title type="html"><![CDATA[Problem adding users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19692#p19692"><![CDATA[
Thanx ppslim<br>This is only a snippet from the script as it would be too large to post.<br>The Bind &amp; Close Brackets that are missing are in the script though.<br><br>perhaps i could pm you the whole subroutine if that would help<br><br>many Thanx<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1317">[Nero]</a> — Thu May 01, 2003 10:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-05-01T10:37:54-04:00</updated>

		<published>2003-05-01T10:37:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19690#p19690</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19690#p19690"/>
		<title type="html"><![CDATA[Problem adding users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19690#p19690"><![CDATA[
A couple of things, that script doesn't look complete<br><br>There is no bind, and a bracket is at least two brackets missing at the end.<br><br>It looks pretty much up the wall, and has no definate pattern to what it should be doing.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu May 01, 2003 10:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[[Nero]]]></name></author>
		<updated>2003-05-01T10:16:29-04:00</updated>

		<published>2003-05-01T10:16:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19688#p19688</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19688#p19688"/>
		<title type="html"><![CDATA[Problem adding users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19688#p19688"><![CDATA[
Hi Everyone<br>ive found this piece of tcl that should when a users posts a url in the channel should add them to the userlist of the bot but for somereason it doesnt, the rest of the script seems to work fine except this bit can anyone help plz<br><br>Many thanx<br><br>proc msg_post_site {nick uhost handle arg} {<br>  global botnick listchannel templist lasttempsite isopen CHECKIP<br><br>  set who     [nick2hand $nick $liztchannel]<br>  set mask    [maskhost $uhost]<br>  if {($handle == "*") &amp;&amp; (![validuser $nick]) &amp;&amp; ($mask != "*")} {<br>     adduser $nick $mask<br>     chattr $nick "-ofxp"<br>     chattr $nick "+0"<br>     setuser $nick  XTRA "0 0 0 0 0"<br>     set handle $nick<br>     save<br>   } elseif {[validuser $nick]} {<br>       set ustatus [getuser $nick XTRA]<br>       if {$ustatus == ""} {<br>           chattr $nick "+0"<br>   setuser $nick XTRA "0 0 0 0 0"<br>        save<br>  } elseif {[llength $ustatus] &lt; 5} {<br>               chattr $nick "+0"<br>             setuser $nick XTRA "$ustatus 0"<br>                  save<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1317">[Nero]</a> — Thu May 01, 2003 10:16 am</p><hr />
]]></content>
	</entry>
	</feed>
