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

	<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>2005-03-17T21:31:09-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Bader]]></name></author>
		<updated>2005-03-17T21:31:09-04:00</updated>

		<published>2005-03-17T21:31:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47812#p47812</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47812#p47812"/>
		<title type="html"><![CDATA[hi]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47812#p47812"><![CDATA[
thaaanks  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6059">Bader</a> — Thu Mar 17, 2005 9:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2005-03-16T14:38:58-04:00</updated>

		<published>2005-03-16T14:38:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47762#p47762</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47762#p47762"/>
		<title type="html"><![CDATA[hi]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47762#p47762"><![CDATA[
yea i made the code with both user and pass first, then i figured he'd never want to oper up someone else from the bot, and changed it.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><br><br>now he have code to do both, even better!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Wed Mar 16, 2005 2:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2005-03-16T14:25:35-04:00</updated>

		<published>2005-03-16T14:25:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47761#p47761</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47761#p47761"/>
		<title type="html"><![CDATA[hi]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47761#p47761"><![CDATA[
He said 'like /oper nickname passhere' so unless the oper user is the same as it's botnick will be useless, so I'd go for something like:<div class="codebox"><p>Code: </p><pre><code>bind dcc n operme operme proc operme {h i a} {   if {[llength $a] &lt; 2} {     putidx $i "Usage: .operme &lt;user&gt; &lt;pass&gt;"     return  }  set u [lindex [set t [split $a]] 0]   set p [lindex $t 1]   putserv "oper $u $p"   putidx $i "Done." }</code></pre></div>Tip: if {[llength $a]} { means if result is equal with 1 or bigger than 1 and if {![llength $a]} {  means if result is equal with 0.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Wed Mar 16, 2005 2:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2005-03-16T14:41:43-04:00</updated>

		<published>2005-03-16T13:27:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47759#p47759</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47759#p47759"/>
		<title type="html"><![CDATA[hi]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47759#p47759"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind dcc n operme opermeproc operme {h i a} { if ![llength $a] {   putidx $i "Usage: .operme &lt;pass&gt;"   return } set p [lindex [split $a] 0] putserv "oper $::$botnick $p" putidx $i "Done."}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Wed Mar 16, 2005 1:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Bader]]></name></author>
		<updated>2005-03-16T13:07:20-04:00</updated>

		<published>2005-03-16T13:07:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47757#p47757</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47757#p47757"/>
		<title type="html"><![CDATA[hi]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47757#p47757"><![CDATA[
hi can i find some tcl, <br><br>i need the bot identify oper, <br><br>like /oper nickname passhere<br><br>to make the bot  IRC Operator<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6059">Bader</a> — Wed Mar 16, 2005 1:07 pm</p><hr />
]]></content>
	</entry>
	</feed>
