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

	<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-05-21T07:52:20-04:00</updated>

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

		<entry>
		<author><name><![CDATA[almighty]]></name></author>
		<updated>2003-05-21T07:52:20-04:00</updated>

		<published>2003-05-21T07:52:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20472#p20472</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20472#p20472"/>
		<title type="html"><![CDATA[Problem with need-op]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20472#p20472"><![CDATA[
right sorted now, thanks all for your help<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2492">almighty</a> — Wed May 21, 2003 7:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-05-21T04:58:22-04:00</updated>

		<published>2003-05-21T04:58:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20459#p20459</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20459#p20459"/>
		<title type="html"><![CDATA[Problem with need-op]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20459#p20459"><![CDATA[
The "op me coz i'm lame" message is built in as default.<br><br>Deleting the lines above, or using the script above will not remove this.<br><br>The script is designed to use the newer oping interface, while the otherone just removes details from the config that are loaded from another place anyhow.<br><br>The quickest and simplest method, is to download and use the clearneeds.tcl file available on egghelp.org<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed May 21, 2003 4:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-05-21T01:08:10-04:00</updated>

		<published>2003-05-21T01:08:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20452#p20452</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20452#p20452"/>
		<title type="html"><![CDATA[Problem with need-op]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20452#p20452"><![CDATA[
Also, you may see in the docs/tcl-commands.doc file the bind need and do an tcl like I did this one:<div class="codebox"><p>Code: </p><pre><code>bind need - * my:needsproc my:needs {channel type} {   switch -- $type {    "op" {      putserv "PRIVMSG X :op $channel $::botnick"      return 1    }    "unban" {      putserv "PRIVMSG X :unban $channel $::botnick"      return 1    }    "invite" {      putserv "PRIVMSG X :invite $channel $::botnick"      return 1    }    "limit" {      putserv "PRIVMSG X :invite $channel $::botnick"      return 1    }  }}</code></pre></div>And change the destination of the msg to where/who you want it to ask for it's needs..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Wed May 21, 2003 1:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[j0n]]></name></author>
		<updated>2003-05-21T00:38:45-04:00</updated>

		<published>2003-05-21T00:38:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20449#p20449</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20449#p20449"/>
		<title type="html"><![CDATA[Problem with need-op]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20449#p20449"><![CDATA[
Hi, in the default conf file, you will see ;<br><br>#    channel add #lamest {<br>#      chanmode "+nt-likm"<br>#      idle-kick 0<br>#      stopnethack-mode 0<br>#      revenge-mode 0<br>#      ban-time 120<br>#      exempt-time 60<br>#      invite-time 60<br>#      aop-delay 5:30<br>#      need-op { putserv "PRIVMSG #lamest :op 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>#      flood-chan 10:60<br>#      flood-deop 3:10<br>#      flood-kick 3:10<br>#      flood-join 5:60<br>#      flood-ctcp 3:60<br>#      flood-nick 5:60<br>#    }<br><br>notice the lines that begin with need- and end with let me in!" }<br>simply delete these lines or keep it to #lamest<br><br>by having it set to #lamest, obviously your bots are not in that channel, there for they will not be able to say "op me cos i`m lame".<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3133">j0n</a> — Wed May 21, 2003 12:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[almighty]]></name></author>
		<updated>2003-05-20T17:45:58-04:00</updated>

		<published>2003-05-20T17:45:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20444#p20444</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20444#p20444"/>
		<title type="html"><![CDATA[Problem with need-op]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20444#p20444"><![CDATA[
right i have the following settings in my config file<div class="codebox"><p>Code: </p><pre><code>set global-flood-chan 10:60set global-flood-deop 3:10set global-flood-kick 3:10set global-flood-join 5:60set global-flood-ctcp 3:60set global-flood-nick 5:60set global-aop-delay 5:30set global-idle-kick 0set global-chanmode "nt"set global-stopnethack-mode 0set global-revenge-mode 1set global-ban-time 120set global-exempt-time 60set global-invite-time 60set global-chanset {        -autoop         -autovoice        -bitch          +cycle        +dontkickops    +dynamicbans        +dynamicexempts +dynamicinvites        -enforcebans    +greet        -inactive       -nodesynch        -protectfriends -protectops        -revenge        -revengebot        -secret         -seen        +shared         -statuslog        +userbans       +userexempts        +userinvites    -protecthalfops        -autohalfop     +deopprot# Add each static channel you want your bot to sit in using the following# command. There are many different possible settings you can insert into# this command, which are explained below.#    channel add #Rocka {      chanmode "+nti-lkm"      idle-kick 0      stopnethack-mode 0      revenge-mode 1      ban-time 120      exempt-time 60      invite-time 60      aop-delay 5:30      flood-chan 10:60      flood-deop 3:10      flood-kick 3:10      flood-join 5:60      flood-ctcp 3:60      flood-nick 5:60    }</code></pre></div>When ever i deop my bot in channel #rocka it still says the default <br>"op me cus i'm lame"<br><br>Is there a command im overlooking, cus im going mad as ive looked at the config over and over.<br>I orginally changed the channel from #lamest to #rocka at first however then commented it out, but it gave an error so i just removed it.<br>can ne one help please?<br>Almighty<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2492">almighty</a> — Tue May 20, 2003 5:45 pm</p><hr />
]]></content>
	</entry>
	</feed>
