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

	<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>2006-05-27T22:00:23-04:00</updated>

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

		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2006-05-27T22:00:23-04:00</updated>

		<published>2006-05-27T22:00:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63488#p63488</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63488#p63488"/>
		<title type="html"><![CDATA[make bot op self on chan join]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63488#p63488"><![CDATA[
darn good point, this "should" be sufficiant for check<div class="codebox"><p>Code: </p><pre><code>bind join - * join:opproc join:op {n u h c t} {  if {[isbotnick $n]}{    putserv "MODE $chan +o $::botnick"  }}</code></pre></div>minted stated that the bot is opered<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Sat May 27, 2006 10:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sKy]]></name></author>
		<updated>2006-05-27T20:06:59-04:00</updated>

		<published>2006-05-27T20:06:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63486#p63486</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63486#p63486"/>
		<title type="html"><![CDATA[make bot op self on chan join]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63486#p63486"><![CDATA[
<blockquote class="uncited"><div>bind join - * join:op<br><br>proc join:op {n u h c t} {<br>putserv "MODE $chan +o $::botnick"<br>}</div></blockquote>Not very wise without the if check. The bot will send eachtime a message to the server if anyone joins. How the bot can op itself? It`s a ircop?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6101">sKy</a> — Sat May 27, 2006 8:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-05-25T23:12:17-04:00</updated>

		<published>2006-05-25T23:12:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63399#p63399</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63399#p63399"/>
		<title type="html"><![CDATA[make bot op self on chan join]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63399#p63399"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>Why don't you use the 'isbotnick' thing?</div></blockquote>cos i dont have a clue what that is  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"> <br>im a newb with coding tcl<br>took me long enough to learn .mrc scripting.<br><br>care to help? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"></div></blockquote>Try <em class="text-italics">reading</em> tcl-commands.doc.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Thu May 25, 2006 11:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2006-05-25T19:35:08-04:00</updated>

		<published>2006-05-25T19:35:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63385#p63385</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63385#p63385"/>
		<title type="html"><![CDATA[make bot op self on chan join]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63385#p63385"><![CDATA[
bind join - * join:op<br><br>proc join:op {n u h c t} {<br>putserv "MODE $chan +o $::botnick"<br>}<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Thu May 25, 2006 7:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[minted]]></name></author>
		<updated>2006-05-25T18:59:26-04:00</updated>

		<published>2006-05-25T18:59:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63383#p63383</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63383#p63383"/>
		<title type="html"><![CDATA[make bot op self on chan join]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63383#p63383"><![CDATA[
<blockquote class="uncited"><div>Why don't you use the 'isbotnick' thing?</div></blockquote>cos i dont have a clue what that is  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"> <br>im a newb with coding tcl<br>took me long enough to learn .mrc scripting.<br><br>care to help? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6501">minted</a> — Thu May 25, 2006 6:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[whittinghamj]]></name></author>
		<updated>2006-05-23T23:11:46-04:00</updated>

		<published>2006-05-23T23:11:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63325#p63325</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63325#p63325"/>
		<title type="html"><![CDATA[make bot op self on chan join]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63325#p63325"><![CDATA[
glad i could help buddy.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7783">whittinghamj</a> — Tue May 23, 2006 11:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2006-05-22T16:26:25-04:00</updated>

		<published>2006-05-22T16:26:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63284#p63284</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63284#p63284"/>
		<title type="html"><![CDATA[make bot op self on chan join]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63284#p63284"><![CDATA[
Why don't you use the 'isbotnick' thing?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon May 22, 2006 4:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[minted]]></name></author>
		<updated>2006-05-22T11:57:38-04:00</updated>

		<published>2006-05-22T11:57:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63277#p63277</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63277#p63277"/>
		<title type="html"><![CDATA[make bot op self on chan join]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63277#p63277"><![CDATA[
thats not what im after<br>we dont have sajoins or samodes or anything like that on our server.<br><br>but ur code was very helpful <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> thank you.<br>i worked it out from there.<br><div class="codebox"><p>Code: </p><pre><code>bind join - * opselfproc opself {nick uhost hand chan} { global botnick    if { $nick == $botnick } {        putquick "mode $chan +o $botnick"    }}</code></pre></div>does this look cool? it works, so im not complaining<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6501">minted</a> — Mon May 22, 2006 11:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[whittinghamj]]></name></author>
		<updated>2006-05-22T00:57:24-04:00</updated>

		<published>2006-05-22T00:57:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63261#p63261</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63261#p63261"/>
		<title type="html"><![CDATA[make bot op self on chan join]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63261#p63261"><![CDATA[
Here you go buddy<br><br>it was svjoin not svsjoin but blah - i am tired.<br><div class="codebox"><p>Code: </p><pre><code>bind join - * svjoin proc svjoin {nick uhost hand chan} {  global botnick     if { $nick == $botnick } {         putquick "samode $chan +o $botnick"     } } </code></pre></div>your bot MUST be ircop'd first for this to work.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7783">whittinghamj</a> — Mon May 22, 2006 12:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[whittinghamj]]></name></author>
		<updated>2006-05-22T00:55:04-04:00</updated>

		<published>2006-05-22T00:55:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63260#p63260</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63260#p63260"/>
		<title type="html"><![CDATA[make bot op self on chan join]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63260#p63260"><![CDATA[
i will try and find the one i wrote.<br><br>but its an svsjoin command.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7783">whittinghamj</a> — Mon May 22, 2006 12:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[minted]]></name></author>
		<updated>2006-05-21T21:07:51-04:00</updated>

		<published>2006-05-21T21:07:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63252#p63252</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63252#p63252"/>
		<title type="html"><![CDATA[make bot op self on chan join]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63252#p63252"><![CDATA[
as the title says, my bots an admin, and can op itself without using any services.<br>i want it to auto op itself on joining every chan.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6501">minted</a> — Sun May 21, 2006 9:07 pm</p><hr />
]]></content>
	</entry>
	</feed>
