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

	<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>2001-12-09T19:39:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2001-12-09T19:39:00-04:00</updated>

		<published>2001-12-09T19:39:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2583#p2583</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2583#p2583"/>
		<title type="html"><![CDATA[Bot Op]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2583#p2583"><![CDATA[
There should be 4 lines in your .conf file that look like this:<br>  need-op { putserv "PRIVMSG #lamest :eek:p me cos i'm lame!" }<br>  need-invite { putserv "PRIVMSG #lamest :let me in!" }<br>  need-key { putserv "PRIVMSG #lamest :let me in!" }<br>  need-unban { putserv "PRIVMSG #lamest :let me in!" }<br>  need-limit { putserv "PRIVMSG #lamest :let me in!" }<br><br>Modify this 4 lines with what you want your eggy to do. For an .tcl try this:<br><br>- Code -<br>bind need - "#bnc op" bnc_op<br><br>proc bnc_op {nick channel} { <br>global botnick<br>putserv "PRIVMSG ChanServ :eek:p #bnc $botnick"<br>return 1}<br>}<br>- Code -<br><br>All his nees are: op, invite, unban and limit. Duplicate and modify this code for all his needs.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun Dec 09, 2001 7:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-09T19:00:00-04:00</updated>

		<published>2001-12-09T19:00:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2582#p2582</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2582#p2582"/>
		<title type="html"><![CDATA[Bot Op]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2582#p2582"><![CDATA[
Hi guys.... I want to know how to do this:<br><br>Example my bot is on channel #BNC and needs op what do i put on the conf (or what TCL i use) to make the bot msg the ChanServ and get op.... 10x<p>Statistics: Posted by Guest — Sun Dec 09, 2001 7:00 pm</p><hr />
]]></content>
	</entry>
	</feed>
