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

	<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>2002-08-12T04:44:57-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-08-12T04:44:57-04:00</updated>

		<published>2002-08-12T04:44:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9629#p9629</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9629#p9629"/>
		<title type="html"><![CDATA[Making Thing Lines up]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9629#p9629"><![CDATA[
OK - you said you had a problem, but you didn't say what.<br><br>You state somthing about lining up, but that is all.<br><br>If you are trying to line things up cosmeticaly, this is Irc related, and not script related. You should look for posts on the forum, within the last month, for information on color codes. There is information that will help provide lined up output.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Aug 12, 2002 4:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spyda]]></name></author>
		<updated>2002-08-12T02:27:57-04:00</updated>

		<published>2002-08-12T02:27:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9628#p9628</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9628#p9628"/>
		<title type="html"><![CDATA[Making Thing Lines up]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9628#p9628"><![CDATA[
Been Working with TCL for a while now.. getting the hang of it, Thanx to you  guys!!.<br><br>Got a little problem with one script.<br>I am asking for it to list a value from the user file then <strong class="text-strong">puthelp </strong>it to a users with everyone that has the value in there account!<br><div class="codebox"><p>Code: </p><pre><code>proc asus_pub_acess(admins) {nick uhost hand vasus} { global botnick asus if {[validuser $hand] == "0"} {  puthelp "NOTICE $nick :You are not in my user file."  puthelp "NOTICE $nick :Usage: \002/msg $botnick regnick &lt;pass&gt; &lt;email&gt;\002"  return 0  }  if {[getuser $hand XTRA auth] == "0"} {  puthelp "NOTICE $nick :You are not Identifed"  puthelp "NOTICE $nick :Usage: \002/msg $botnick identify &lt;login&gt; &lt;password&gt;\002"  return 0  } if {[getuser $hand XTRA ADMIN] &gt;= "25"} {  foreach asus_set [userlist] {   set asus_admin [getuser $asus_set XTRA admin]   set asus_auth [getuser $asus_set XTRA auth]   puthelp "NOTICE $nick :$asus(logo) Asustek Services 1.0.1 $asus(logo)"   puthelp "NOTICE $nick :\002\037************************************\002\037"   puthelp "NOTICE $nick :\002\002"   puthelp "NOTICE $nick :Administrator List"  if {$asus_auth == "1"} {   set asus_on_off "\002Online\002"   }  if {$asus_auth == "0"} {   set asus_on_off "Offline"   }  puthelp "NOTICE $nick :$asus_set $asus_admin $asus_on_off"  } }}</code></pre></div><blockquote class="uncited"><div>[3:55pm] -Asustek- [asus] Asustek Services 1.0.1 [asus]<br>[3:55pm] -Asustek- ************************************<br>[3:55pm] -Asustek- <br>[3:55pm] -Asustek- Administrator List<br>[3:55pm] -Asustek- Kissmine     500        Online<br>[3:55pm] -Asustek- Hammie     99        Online<br>[3:55pm] -Asustek- TheDeadMan     100        Online</div></blockquote>If anyone can give me a hand with lining it all up... Or have any ideas with a start and i will look it up <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> <br><br>Thanx for reading it all..<br>ThePope<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1731">spyda</a> — Mon Aug 12, 2002 2:27 am</p><hr />
]]></content>
	</entry>
	</feed>
