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

	<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>2007-01-17T18:09:32-04:00</updated>

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

		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2007-01-17T18:09:32-04:00</updated>

		<published>2007-01-17T18:09:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69693#p69693</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69693#p69693"/>
		<title type="html"><![CDATA[Monitor a channel without being an Operator]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69693#p69693"><![CDATA[
<blockquote class="uncited"><div>Unfortunately, I can't think of any way of getting rid of these log-entries without modifying the source. Even so, these won't be sent to the irc-server either.</div></blockquote>That message will only appear if the channel is +statuslog, but you could also make the bot believe it is +o...<div class="codebox"><p>Code: </p><pre><code>bind join - * fakeopproc fakeop {n u h c} {if {[string eq $n $::botnick]} {*raw:irc:mode $::botname MODE "$c +o $::botnick"}}</code></pre></div>(not tested as usual)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Wed Jan 17, 2007 6:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-01-17T16:19:21-04:00</updated>

		<published>2007-01-17T16:19:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69686#p69686</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69686#p69686"/>
		<title type="html"><![CDATA[Monitor a channel without being an Operator]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69686#p69686"><![CDATA[
@Samalex:<br>1st, the text you describe will not be sent to the channel, or the irc-server itself in any way. It will only be sent through dcc chat "partyline" sessions (which is a direct client to client connection, no irc server traffic here). If you don't want those "#mychannel (+cnt) : [m/65....." messages, either set the channel -statuslog, or modify your console-setting (see .console) to not include the "o" logging flag.<br><br>2nd, your eggie will always stive to become a chanop, and once opped; manage the channel. What you can do, is limit the actions it will take to do so.<br>In order to get opped, your eggie will check these settings for actions to get opped:<ul><li>need-xxx channel setting (this setting is channel speciffic, xxx = what the bot needs: op, key, etc)</li><li>"need" binding (matches channel against mask)</li></ul> Both specify tcl commands to be evaluated whenever your bot needs something. Unset/unbind to make sure your bot does not ask for op.<br><br>To make your bot as passive as possible should it ever get opped, make sure you configure your eggdrop something like this (all channel-settings):<br>-auto[op|voice], -bitch, +dontkickops, -dynamic[bans|invites|exempts], -enforcebans, -greet, -protect[ops|friends|halfops], -revenge, -revengebot, +user[bans|invites|exempts].<br>Also set flood-[chan|deop|kick|join|ctcp|nick] to 0:0 and stopnethack to 0<br><br>If you get alot of "#mychannel is active but has no ops", it would seem your bot thinks the channel is opless. Unfortunately, I can't think of any way of getting rid of these log-entries without modifying the source. Even so, these won't be sent to the irc-server either.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Wed Jan 17, 2007 4:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-01-17T14:12:00-04:00</updated>

		<published>2007-01-17T14:12:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69682#p69682</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69682#p69682"/>
		<title type="html"><![CDATA[Monitor a channel without being an Operator]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69682#p69682"><![CDATA[
<blockquote class="uncited"><div># This creates a logfile named eggdrop.log containing private msgs/ctcps,<br># commands, errors, and misc. info from any channel.<br>logfile mco * "logs/eggdrop.log"<br><br># This creates a logfile named lamest.log containing joins, parts,<br># netsplits, kicks, bans, mode changes, and public chat on the<br># channel #lamest.<br>logfile jpk #lamest "logs/lamest.log"</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Wed Jan 17, 2007 2:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[samalex]]></name></author>
		<updated>2007-01-16T23:29:52-04:00</updated>

		<published>2007-01-16T23:29:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69668#p69668</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69668#p69668"/>
		<title type="html"><![CDATA[Monitor a channel without being an Operator]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69668#p69668"><![CDATA[
Hi everyone,<br><br>I want to setup an eggbot to simply monitor a few channels and log the activity for me to review later.  No  matter how I setup my channel under the Channel Module, I always have tons of the following in my  logfile:<br>[21:16] #mychannel is active but has no ops <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br>[21:20] Last message repeated 4 time(s).<br>[21:20] #mychannel (+ctn) : [m/65 o/0 h/0 v/0 n/65 b/0 e/0 I/0]<br><br>Is it possible for eggbot to do this without being an Op?  I know the other folks in the channel don't see this, but I don't want the bot sending Op commands of any form to the channel, just idle and recording what happens.<br><br>Thanks..<br><br>Sam<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8606">samalex</a> — Tue Jan 16, 2007 11:29 pm</p><hr />
]]></content>
	</entry>
	</feed>
