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

	<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-11-26T14:41:30-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Carnage69]]></name></author>
		<updated>2003-11-26T14:41:30-04:00</updated>

		<published>2003-11-26T14:41:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30737#p30737</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30737#p30737"/>
		<title type="html"><![CDATA[Help Please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30737#p30737"><![CDATA[
can u please help me with that script that i mentioned on my last post<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3299">Carnage69</a> — Wed Nov 26, 2003 2:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[]Kami[]]></name></author>
		<updated>2003-11-26T14:08:00-04:00</updated>

		<published>2003-11-26T14:08:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30736#p30736</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30736#p30736"/>
		<title type="html"><![CDATA[Help Please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30736#p30736"><![CDATA[
hehehe, i was on gamesnet some days, and also on this channel :p<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3559">]Kami[</a> — Wed Nov 26, 2003 2:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Carnage69]]></name></author>
		<updated>2003-11-26T14:04:37-04:00</updated>

		<published>2003-11-26T14:04:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30735#p30735</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30735#p30735"/>
		<title type="html"><![CDATA[Help Please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30735#p30735"><![CDATA[
also how would i contact you.... if u want to contact me my channel is irc.gamesnet.net and #TeamBots<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3299">Carnage69</a> — Wed Nov 26, 2003 2:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Carnage69]]></name></author>
		<updated>2003-11-26T10:44:40-04:00</updated>

		<published>2003-11-26T10:44:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30727#p30727</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30727#p30727"/>
		<title type="html"><![CDATA[Help Please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30727#p30727"><![CDATA[
well thanks but 1 thing it really wasent what i was looking for <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"> i was looking for something were someone typed .set it noticed them set options then when someone  types .set roster it set the roster whole line in the db btw nice thinking on the db this was just roster i was going to add more set options on later thanks!<br><br>btw i play cod and cs<br><br>and also can u make it write to the db called $chan the channel they set so eatch channel can have a diff one also there would be more set things in there<br><br>thanks alot.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3299">Carnage69</a> — Wed Nov 26, 2003 10:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[]Kami[]]></name></author>
		<updated>2003-11-25T06:54:09-04:00</updated>

		<published>2003-11-25T06:54:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30674#p30674</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30674#p30674"/>
		<title type="html"><![CDATA[Help Please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30674#p30674"><![CDATA[
Hehe, yesterday evening, i didnt had something to do, and i tryed it, didnt worked aswell, if you want scrit for clan or something similar (to add members), i typed this.But im not 100% what you need, i hope i undertood good...<br><div class="codebox"><p>Code: </p><pre><code>bind pub - .set proc_setproc proc_set {nick uhost handle channel arg} {   set file roster  if {![file exists $file]} {close [open $file w]}   set io [open $file a]   puts $io $arg  close $io   putserv "NOTICE $nick :Members sucefull added to member list..." } bind pub - .roster proc_rosterproc proc_roster {nick uhost handle channel arg} {   set file roster  if {![file exists $file]} {close [open $file w]}   set io [open $file r]   set list ""   while {![eof $io]} {     gets $io line     if {[string trim $line] == ""} {continue}     lappend list $line   }   close $io   set message "\0002Roster\002 :"   putserv "PRIVMSG $channel :$message"   foreach line $list {     putquick "PRIVMSG $channel :$line"   } }</code></pre></div>I didnt had time to test it, but it should work.Its working like this.When you type <strong class="text-strong">.set Someguy</strong>, bot write this "member" to file named roster (you type like this: <strong class="text-strong">.set &lt;member nick&gt;</strong>).Then when you want to show all members on chan, type on chan <strong class="text-strong">.roster</strong>, and bot will list you all members.I didnt saw that you need thing to delete members from list, so if you maybe need this thing to remove members, tell it and ill add it.. <br><br>Just this, which game are you playing ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3559">]Kami[</a> — Tue Nov 25, 2003 6:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2003-11-25T03:50:46-04:00</updated>

		<published>2003-11-25T03:50:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30668#p30668</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30668#p30668"/>
		<title type="html"><![CDATA[Help Please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30668#p30668"><![CDATA[
Caesar, kill him <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>Carnage69, you'd better tell us what's wrong with this script, do you really think we'll try it for you?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Tue Nov 25, 2003 3:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Carnage69]]></name></author>
		<updated>2003-11-24T15:35:21-04:00</updated>

		<published>2003-11-24T15:35:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30645#p30645</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30645#p30645"/>
		<title type="html"><![CDATA[Help Please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30645#p30645"><![CDATA[
Can someone help me with this script??<br><div class="codebox"><p>Code: </p><pre><code>bind pub S .set tb_setbind pub - .roster tb_rosterproc tb_set { nick chan hand host cmd arg } {global set botnick  set command [lindex $arg 1]  switch -exact [string tolower $command] {    "" {putserv "NOTICE $nick :Roster Leagues Record Sponsors Servers Website Scrims Auto-Voice Auto-OP GotFrag"}    "roster" {      if { $arg == "" } {      putserv "NOTICE $nick :\002Usage:\002 .set Roster Roster Here."      } else {      channel set $chan roster "$arg"      putserv "NOTICE $nick :\002Roster:\002 [channel get $chan roster]"            }         }      }   }proc tb_roster { nick host chan } {    global roster    putserv "NOTICE $nick :\0002Roster:\002 [channel get $chan roster]"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3299">Carnage69</a> — Mon Nov 24, 2003 3:35 pm</p><hr />
]]></content>
	</entry>
	</feed>
