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

	<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-04-10T16:21:22-04:00</updated>

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

		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2003-04-10T16:21:22-04:00</updated>

		<published>2003-04-10T16:21:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18885#p18885</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18885#p18885"/>
		<title type="html"><![CDATA[eggie as ircop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18885#p18885"><![CDATA[
I think it will overwrite the original, won't it?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Thu Apr 10, 2003 4:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-04-10T15:15:44-04:00</updated>

		<published>2003-04-10T15:15:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18883#p18883</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18883#p18883"/>
		<title type="html"><![CDATA[eggie as ircop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18883#p18883"><![CDATA[
wouldn't you have to unbind the original dcc:op first?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Thu Apr 10, 2003 3:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2003-04-10T14:25:23-04:00</updated>

		<published>2003-04-10T14:25:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18880#p18880</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18880#p18880"/>
		<title type="html"><![CDATA[eggie as ircop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18880#p18880"><![CDATA[
Something like this should work. Syntax is .op nick, or .op #chan nick. (Not tested.)<br><div class="codebox"><p>Code: </p><pre><code>bind dcc - op sheep_opproc sheep_op {hand idx text} {  set chan [lindex [console $idx] 0]  set parts [split $text]  if {[llength $parts] == 2} {    set chan [lindex $parts 0]    set nick [lindex $parts 1]  } else {    set nick [lindex $parts 0]  }  set msg "mode $chan +o $nick\n"  putdccraw 0 [string length $msg] $msg  return 1}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Thu Apr 10, 2003 2:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-04-10T08:03:08-04:00</updated>

		<published>2003-04-10T08:03:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18855#p18855</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18855#p18855"/>
		<title type="html"><![CDATA[eggie as ircop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18855#p18855"><![CDATA[
Most of the commands would need t be re-witten, be it in the source code, or in Tcl.<br><br>This is because eggdrop is designed for op status, not IRC-op status.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Apr 10, 2003 8:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-10T07:50:42-04:00</updated>

		<published>2003-04-10T07:50:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18854#p18854</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18854#p18854"/>
		<title type="html"><![CDATA[eggie as ircop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18854#p18854"><![CDATA[
Hey<br><br>I have my eggdrop as ircop. on my private server. my bot has no op and i don't want it to but i would like to give people op via my bot. only if i give the .op command i get the msg that he cant op cause he is no chanal op. Does anyone know how to bypass that ?? So that he can op without being a op.<br><br>btw. He has the rights to do that <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Grz..<br><br>BigSjedow<p>Statistics: Posted by Guest — Thu Apr 10, 2003 7:50 am</p><hr />
]]></content>
	</entry>
	</feed>
