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

	<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-02-26T08:03:14-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-02-26T08:03:14-04:00</updated>

		<published>2005-02-26T08:03:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46956#p46956</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46956#p46956"/>
		<title type="html"><![CDATA[sends message to chanserv to op]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46956#p46956"><![CDATA[
I don't think this guy needs help. I myself made a script with alot of functions for AUTO REOP with ChanServ, the script is on egghelp.org's tcl archive and I beleive they are plenty more.<br><br>These people just refuse to search and request for scripts which have already been made and topics which have already been discussed over and over again in the past.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sat Feb 26, 2005 8:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-02-25T04:10:04-04:00</updated>

		<published>2005-02-25T04:10:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46912#p46912</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46912#p46912"/>
		<title type="html"><![CDATA[sends message to chanserv to op]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46912#p46912"><![CDATA[
<blockquote class="uncited"><div>are they just too lazy to look for a nickserv/chanserv script or is there a lack of good ones in the TCL archieve? @_o.</div></blockquote>To lazy mate.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Fri Feb 25, 2005 4:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-02-25T00:16:45-04:00</updated>

		<published>2005-02-25T00:16:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46908#p46908</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46908#p46908"/>
		<title type="html"><![CDATA[sends message to chanserv to op]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46908#p46908"><![CDATA[
are they just too lazy to look for a nickserv/chanserv script or is there a lack of good ones in the TCL archieve? @_o.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Fri Feb 25, 2005 12:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[avilon]]></name></author>
		<updated>2005-02-24T16:54:35-04:00</updated>

		<published>2005-02-24T16:54:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46897#p46897</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46897#p46897"/>
		<title type="html"><![CDATA[sends message to chanserv to op]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46897#p46897"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind need - "% op" whateverproc whatever {c t} {putquick "PRIVMSG chanserv :op $c"}</code></pre></div><div class="codebox"><p>Code: </p><pre><code>bind mode - "* -o" check:deopproc check:deop {n u h c m t} {if {[string equal -nocase $::botnick $t]} {putquick "PRIVMSG chanserv :op $c"}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5191">avilon</a> — Thu Feb 24, 2005 4:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-02-24T17:06:59-04:00</updated>

		<published>2005-02-24T13:59:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46895#p46895</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46895#p46895"/>
		<title type="html"><![CDATA[sends message to chanserv to op]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46895#p46895"><![CDATA[
Did you not bother to use the search feature?<br><br>this should do something like what you need<br>just change the PRIVMSG to whatever chanserv requires.<div class="codebox"><p>Code: </p><pre><code>bind mode - "% -o" cs:opproc cs:op { nick uhost hand chan mode arg } {    putserv "PRIVMSG chanserv :op $chan"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Thu Feb 24, 2005 1:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kaarel]]></name></author>
		<updated>2005-02-24T13:22:16-04:00</updated>

		<published>2005-02-24T13:22:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46894#p46894</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46894#p46894"/>
		<title type="html"><![CDATA[sends message to chanserv to op]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46894#p46894"><![CDATA[
I have tried, but it was no sucsess.<br>I would like to have script:  When bot is deoped it sends chanserv msg to op it (/cs op)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3078">Kaarel</a> — Thu Feb 24, 2005 1:22 pm</p><hr />
]]></content>
	</entry>
	</feed>
